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

Prepare for new Numpy releases #121

Open
2 tasks
buehlefs opened this issue Jan 30, 2024 · 0 comments
Open
2 tasks

Prepare for new Numpy releases #121

buehlefs opened this issue Jan 30, 2024 · 0 comments

Comments

@buehlefs
Copy link
Contributor

Numpy 2 will release soon and with breaking changes (https://numpy.org/devdocs/numpy_2_0_migration_guide.html). We should make sure that plugins do not accidentally install numpy 2 when they are not ready.

The 1.x branch also had some deprecations recently: https://numpy.org/doc/stable/release/1.24.0-notes.html#deprecations
These need to be checked for in our plugins.

  • Check numpy deprecations and fix possible problems
  • Add lower and upper bounds for numpy in plugins that directly or indirectly depend on numpy
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

No branches or pull requests

1 participant