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

chore: bump minimum numpy version to 1.24 #2127

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

jhamman
Copy link
Member

@jhamman jhamman commented Aug 26, 2024

Updates minimum numpy version to 1.24.

TODO:

  • Add unit tests and/or doctests in docstrings
  • Add docstrings and API docs for any new/modified user-facing classes and functions
  • New/modified features documented in docs/tutorial.rst
  • Changes documented in docs/release.rst
  • GitHub Actions have all passed
  • Test coverage is 100% (Codecov passes)

@jhamman jhamman requested a review from dstansby August 26, 2024 22:55
@jhamman jhamman changed the title chore: bump minimum version to 1.24 chore: bump minimum numpy version to 1.24 Aug 27, 2024
@@ -16,12 +16,10 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
numpy_version: ['>=1.24.0', '==1.23.*']
numpy_version: ['>=2.1', '==1.24.*', '==1.26.*']
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remain unconvinced that we need to test on 1.24 and 1.26 - I don't think there were major differences between the two, so testing on the oldest and newest version of our supported numpy should be good enough?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You win! 😉

@jhamman jhamman merged commit cc2cdee into zarr-developers:main Aug 27, 2024
18 checks passed
@jhamman jhamman deleted the chore/bump-numpy-1.24 branch August 27, 2024 17:10
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.

2 participants