-
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
Version 0.0.2 Release Candidate #149
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
Remove unneeded kwargs from the instrument instantiation.
Updated the changelog.
Updated the RTD theme cap.
Remove an if statement that will never be triggered.
Updated coveralls call in the pysat RC CI test.
pysat RC 3.2.0 fixes
RC v01.0 update
Avoid certificate expiration by using the `verify` flag set to False.
Updated the pandas fill method, replacing the deprecated `fillna` with `ffill`.
Updated the pandas indexing and fill method, replacing the deprecated `fillna` with `ffill`.
Added logger output for file creation at the info level.
Updated the pandas series indexing method.
Updated the NCEI name. Did not add a link, as their website is not stable.
Added links to ignore in the unit tests, as they are file but require certificates to access.
Updated changelog.
Updated intersphinx mapping.
Removed Python 3.9 from listed support.
Updated the main CI test by: - cycling the python versions tested, - updated NEP29, and - attempting to use the coveralls action.
Fixed the syntax for the tuple in the intersphinx mapping.
Cycle the pysat_rc tests to use the highest supported version.
Fixed yaml syntax.
Added the github token secret specification to the coveralls action.
Removed 's' in call to GitHub Actions.
The correct change for resampling to maintain the old behaviour was to change `fillna` with `asfreq`.
If the frequency is less than a day, use the mean for the entire day. Otherwise, include a fill value.
`addopts` was interfering with local testing, move back to test yaml.
Probably need coveralls installed to get something to report.
Update the format of the pandas frequency to address FutureWarnings.
Implement pandas iloc to address FutureWarnings.
Bumped the next release version and added a summary of this pull request to the changes.
Removed support for the deprecated GFZ dataset with tag ''.
Removed the test for the deprecation warning.
Removed support in the Kp methods for the '' tag, which was removed.
Updated the minimum supported pysat version to 3.2.0.
Removed support for older pysat versions, notably the 'use_header' kwarg.
Updated the F10.7 method functions to not support older versions of pysat, notably using the 'use_header' kwarg.
Transitioned to `meta_kwargs` with the update to not support older pysat versions.
Updated maintenance log.
Removed the warnings module.
Maintenance for V0.2.0 release
F30 Instrument
Update the version number in the toml.
Update the copyright year in the docs.
Set a target release day.
Updated @rstoneback's affiliation.
jklenzing
approved these changes
Aug 26, 2024
rstoneback
reviewed
Aug 27, 2024
Fixed the file date for F10.7 'daily' data, which can be obtained from the file as done in other files. Simplified the code by creating a function to do this and inform users of any changes in a way that still allows the files to be processed.
Docstrings that contain backslashes require an 'r' at the start.
rstoneback
reviewed
Aug 29, 2024
rstoneback
approved these changes
Aug 29, 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
Release Candidate for version 0.2.0.
Type of change
Please delete options that are not relevant.
to not work as expected)
How Has This Been Tested?
Updated unit tests.
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