diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f301395..34da0a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -91,3 +91,4 @@ jobs: run: | pip install --upgrade coveralls coveralls --service=github --finish + diff --git a/.zenodo.json b/.zenodo.json index 15e44bb..3c9f078 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -6,7 +6,7 @@ "orcid": "0000-0001-8321-6074" }, { - "affiliation": "Stoneris LLC", + "affiliation": "Cosmic Studios", "name": "Stoneback, Russell", "orcid": "0000-0001-7216-4336" }, @@ -16,8 +16,9 @@ "orcid": "0000-0001-8875-9326" }, { - "affiliation": "Predictive Science", - "name": "Pembroke, Asher" + "affiliation": "Universities Space Research Association, Goddard Space Flight Center", + "name": "Govada, Aadarsh", + "orcid": "0009-0004-7873-5899" }, { "affiliation": "Catholic University of America, Goddard Space Flight Center", @@ -25,13 +26,13 @@ "orcid": "0000-0002-8191-4765" }, { - "name": "Spence, Carey", - "orcid": "0000-0001-8340-5625" + "affiliation": "Predictive Science", + "name": "Pembroke, Asher" }, { - "affiliation": "Universities Space Research Association, Goddard Space Flight Center", - "name": "Govada, Aadarsh", - "orcid": "0009-0004-7873-5899" + "affiliation": "The University of Texas at Dallas", + "name": "Spence, Carey", + "orcid": "0000-0001-8340-5625" } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c73b85..64ce4e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [0.0.5] - 2024-XX-XX +## [0.0.5] - 2024-11-20 * Maintenance * Update GitHub Actions standards, including SPEC-0 tests * Add compatibility for numpy version>=3.2.0 * Update usage of 'Dataset.dims' to 'Dataset.sizes' - * Update compatibility with pysat 3.2.0 - * Set minimum pysat version to 3.1.0 + * Update compatibility with pysat 3.2.1 + * Set minimum pysat version to 3.2.1 * Set minimum python version to 3.9 * Update operational environment * Update controlled information statement for accuracy and clarity diff --git a/docs/installation.rst b/docs/installation.rst index 5141e69..e2f3235 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -16,15 +16,15 @@ pysatCDAAC uses common Python modules, as well as modules developed by and for the Space Physics community. This module officially supports Python 3.9+ and pysat 3.2.1+. -================== ==================== -Common modules Community modules -================== ==================== - netCDF4 pysat>=3.2.1 - numpy - pandas - requests - xarray -================== ==================== + ================== ==================== + Common modules Community modules + ================== ==================== + netCDF4 pysat>=3.2.1 + numpy + pandas + requests + xarray + ================== ==================== Installation Options -------------------- diff --git a/pyproject.toml b/pyproject.toml index 5e50444..b1d5677 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pysatCDAAC" -version = "0.0.4" +version = "0.0.5" description = "pysat support for CDAAC Instruments" readme = "README.md" requires-python = ">=3.9" @@ -71,7 +71,7 @@ Source = "https://github.com/pysat/pysatCDAAC" [tool.coverage.report] [tool.pytest.ini_options] -addopts = "--cov=pysatCDAAC" +addopts = "--cov=pysatCDAAC --cov-report xml" markers = [ "all_inst", "download",