Skip to content
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
merged 23 commits into from
Nov 18, 2024
Merged

Release Candidate v0.2.1 #156

merged 23 commits into from
Nov 18, 2024

Conversation

aburrell
Copy link
Member

@aburrell aburrell commented Nov 13, 2024

Description

Bugfix release to support operations.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

Ran in the operational test environment.

Test Configuration

  • Operating system: Red Hat
  • Version number: Python 3.9
  • Any details about your local setup that are relevant: main branch of pysat

Checklist:

  • Update the version number
  • Verify and update Zenodo information in .zenodo.json
  • doc tests pass locally
  • activate this branch on readthedocs (see unit tests)
  • Upload the test distribution to the testPyPi server
  • Contacted developers and users about the future release
  • Performed integration tests with downstream packages (include list of these packages)
  • Create a wiki page with the release text: https://github.com/pysat/pysatSpaceWeather/wiki/v0.2.1
  • After approval, confirm all changes from the RC pull are listed in the wiki release text.
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to CHANGELOG.md, summarizing the changes

If 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

aburrell and others added 23 commits September 3, 2024 08:45
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.
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.
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 jklenzing requested a review from rstoneback November 15, 2024 15:11
@aburrell aburrell merged commit ea1e7d1 into main Nov 18, 2024
31 checks passed
@aburrell aburrell deleted the rc_v0.2.1 branch November 18, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants