-
Notifications
You must be signed in to change notification settings - Fork 5
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 v0.2.1 #156
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
V0.0.2rc develop update
Update the Ops configuration to use a newer Python version.
Cycle python support to be limited to Python 3.9.
Update the changelog.
Updated the installation instructions to reflect the cycled Python support.
Upgraded the operational installation strategy.
Ops update
Ensure fill value evaluation works for NaN.
Added a function to evaluate fill values for normal and special values (e.g., NaN and Inf).
Ensure mock downloads test for both versions of potential F10.7 prelim file names.
Partial fix for combine_kp bugs.
Fixed boolean True/False swap.
Fixed the boolean swap logic and removed debug statements.
Fixed the `is_fill_val` implementation for string types.
Fixed under-indented line.
Added unit test for `is_fill_val`.
Added summary of changes to the changelog.
Moved up the time evaluation for the forecast F10.7 data in the combine function. Also removed a duplicate definition of a date range variable.
Combine bugfix
Change the location of the index evaluation to work correctly.
BUG: fixed index evaluation
Set a target release date.
Cycled the version number to 0.2.1.
jklenzing
approved these changes
Nov 13, 2024
rstoneback
reviewed
Nov 14, 2024
rstoneback
approved these changes
Nov 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
Bugfix release to support operations.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Ran in the operational test environment.
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