-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Candidate 0.0.5 #61
base: main
Are you sure you want to change the base?
Conversation
Pull 0.0.4 changes into develop
Co-authored-by: Angeline Burrell <[email protected]>
MAINT: pysat 3.2.0 RC compliance
Update requirements.txt
BUG: Update deprecated numpy product usage
MAINT: update pysat standards, testing for SPEC-0, operational env
CHANGELOG.md
Outdated
* 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Update compatibility with pysat 3.2.0 | |
* Update compatibility with pysat 3.2.1 |
I can move forward on this once #63 is sorted. |
LGL: Update controlled information statement for clarity and accuracy
|
||
# Confirm length of each profile corresponds to bin_num | ||
assert self.test_inst.data.dims['RO'] == bin_num | ||
assert self.test_inst.data.sizes['RO'] == bin_num |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change very sensitive to xarray versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First added in v0.9.0 (2017). The deprecation of dims went in place in 2023.
Description
Maintenance update to keep code / docs up to standard.
Type of change
How Has This Been Tested?
Tested in CI env.
Test Configuration:
Checklist:
CHANGELOG.md
, summarizing the changes