Conversation
REL: version bump
Cycled the Python support to 3.9-3.14.
Added a makefile to improve testing of the source code.
Updated the GitHub testing yamls by: - cycling Python support, - updating NEP 29, and - updating the versions of actions used.
Added a summary of changes to the changelog.
Updated the docs to reflect the correct supported Python versions.
Sphinx deprecated `get_html_theme_path`, so the code using this package was removed.
Removed old codeclimate badge (codeclimate has migrated to a new owner and now uses AI). Updated the Scrutinizer badge link.
Added more changes to the changelog.
Removed the artifact upload, as it was not being used and the action version is deprecated.
Removed the `os` package import, as it is no longer used.
Updated the zenodo badge and target link location.
The old mac image is gone, try just using the latest one.
Added a linkcheck ignore for the scrutinizer destination and zenodo.
Updated the Python 3.10 mac OS version and added an intel test.
Added a missing quotation mark to the end of a string delcaration.
Removed trailing text from links to ignore.
Try the intel runner for Python 3.10.
Fixed the logic statement to avoid non-mac systems trying to use brew.
Numpy deprecated the casting of zero-dimension arrays to floats. Ensured everything is a float by casting to array-like and then taking the value from each one.
Fixed the DOI link to point to the badge image.
Updated the changelog to encompass the expanded scope.
Fixed typo in casting order.
Coveralls isn't finding the source files. Attempting to fix this by removing a flag.
Try identifying test directory, as removing the cov flag was wrong.
Try keeping the coverage flag, but not it's value.
Remove the project version number from setup.cfg.
Remove the use of pytest source so that include will be used instead.
Version update
Changed call from `path`, which is deprecated, to `files`.
Fixed changelog for this PR and the last one.
Resources update
Remove the codeclimate yaml, since we aren't using it anymore.
Update the version number in the toml.
Added a target release date for next week.
Owner
Author
|
A release candidate has been uploaded to TestPyPi: https://test.pypi.org/project/aacgmv2/2.7.1rc1/ You may wish to test this in your projects. If you're tagged below, it's because this package is one of your dependencies and it may be useful to know about the new release. @KCollins, @JouleCai, @sapols, @MITHaystack, @karzunn, @ucalgary-srs, @zemarchezi, @aurorax-space, @carleymartin |
Owner
Author
|
aburrell/ocbpy#159 shows that some numpy deprectation issues that caused failure in the base runs pass with the new release candidate. |
This file contains hidden or 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
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
Please include a summary of the change and which issue is fixed. Please also
include relevant motivation and context. List any dependencies that are required
for this change. Please see
CONTRIBUTING.rstfor more guidelines.Fixes # (issue)
Type of change
Please delete options that are not relevant.
to not work as expected)
How Has This Been Tested?
Unit tests
Test Configuration:
Checklist:
Changelog.rst, summarising the changesAUTHORS.rstand.zenodo.json