-
Notifications
You must be signed in to change notification settings - Fork 1
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
RC version 0.2.0 #98
RC version 0.2.0 #98
Conversation
Fixed the definition of the download stop time, not assuming it has a daily cadence.
Added an instrument for the DMSP SSJ auroral boundary data.
Added the DMSP SSJ instrument to the docs.
Added a summary of the changes to the changelog.
Removed code needed to handle failure of pysat to allow local definitions of start/stop times.
Updated changelog with a description of this pull.
Updated the pysat version limit to the next release that will include all the necessary changes for pysatMadrigal to work as expected.
Rc v0.1.0
Because DMSP SSJ requires annual loading, it cannot be handled correctly by the general pandas instrument.
MAINT: GA updates
Fix CI docs tests with a sphinx version limit.
Updated the docstring and import style.
Attempt to update flake8 so PEP8 tests pass.
Removed an extra blank line in a docstring.
Fixed variable names to lowercase, to comply with pysat standards.
ENH: Added a DMSP SSJ instrument
Recent changes update
Update pysat remote file list
Added Windows to CI, may or may not work.
Added a close statement to help Windows OS.
Removed the AE data from the general madrigal instrument, as they have a very large file and by default have duplicated times.
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 pass through, review not quite complete. Release is looking good!
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.
Second pass complete. Turns out I was close to the end first time round.
Applied suggestions from code review. Co-authored-by: Russell Stoneback <github@stoneris.com>
Improve the user output for the DMSP SSJ instrument.
Found more code review comments and made changes. Co-authored-by: Russell Stoneback <github@stoneris.com>
Added TODO statements for new issues. Co-authored-by: Russell Stoneback <github@stoneris.com>
Use the correct TODO formatting.
Remove support for 3.12 from this release.
Poking @rstoneback and @JonathonMSmith for a review! |
I've been trying to sort out where the reduction in testing coverage came from but coveralls has been giving me gateway errors for a couple days. Still is. Don't want to keep holding things up. |
@rstoneback it's because we can't download the LoS data (it's too big to handle through GH Actions). Coveralls has been stretched lately 😿 |
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.
Found a line in the changelog that needs to be fixed.
Support for python 3.12 was removed until a documented issue can be solved.
Description
Release candidate fulfilling v0.2.0 milestones.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests and examples
Test Configuration
Checklist:
CHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the
release checklist on the pysat wiki:
https://github.com/pysat/pysat/wiki/Checklist-for-Release