Skip to content

Commit

Permalink
Merge branch 'rc0_0_5' into controlled_information
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoneback authored Dec 20, 2024
2 parents e3bbc74 + a0edf84 commit 98b6bca
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ jobs:
run: |
pip install --upgrade coveralls
coveralls --service=github --finish
17 changes: 9 additions & 8 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"orcid": "0000-0001-8321-6074"
},
{
"affiliation": "Stoneris LLC",
"affiliation": "Cosmic Studios",
"name": "Stoneback, Russell",
"orcid": "0000-0001-7216-4336"
},
Expand All @@ -16,22 +16,23 @@
"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",
"name": "Smith, Jonathon M.",
"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"
}
]
}
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 9 additions & 9 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------------
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 98b6bca

Please sign in to comment.