-
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 update #105
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated the CI yamls by: - upgrading the action versions, - adding support for Python 3.12, and - cycling versions performing doc/pypi tests.
Updated the supported python versions.
Set a target release date in the changelog. Also added maintenance details.
Change the index depth to have a maximum of two.
Fixes tests that are failing in the pysat RC. Co-authored-by: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com>
Added a comment to clarify which part is involved in the TODO statement.
The multi-day load tests are failing for the drift data, this may be a test day issue.
Extending the JRO ISR tags that skip the new tests.
Added a flag to not perform the new tests with the general pandas Madrigal instrument for the 7800 dataset.
Fixed a badly named variable in the clean warning definition dict.
Test failing due to missing key, try empty list.
Fixed the expected AE clean warning.
Removed trailing whitespace from a line.
Temporarily remove test flag for RC tests.
Add another inst_id/tag combo to the skips.
Update the test Instrument used in the JRO methods test.
Added the quick fail back into the tests.
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.
Support for python 3.12 was removed until a documented issue can be solved.
jklenzing
approved these changes
Mar 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Bring the RC v0.2.0 updates into develop
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests
Checklist:
develop
(notmain
) branchCHANGELOG.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