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

Numpy version policy -> test matrix #856

Closed
shumpohl opened this issue Jun 20, 2024 · 1 comment
Closed

Numpy version policy -> test matrix #856

shumpohl opened this issue Jun 20, 2024 · 1 comment

Comments

@shumpohl
Copy link
Member

Numpy just released 2.0.0 the first major release since 2006. I think a reasonable goal is to support all numpy versions that have not reached EOL. Currently that is 2.0, and >=1.24. This means we should setup a testing matrix with numpy 1 and numpy 2. From the migration guide I gather that the only problem we can run into are different numeric precision propagation behaviour.

https://numpy.org/doc/stable/release/2.0.0-notes.html

https://numpy.org/doc/stable/numpy_2_0_migration_guide.html#numpy-2-migration-guide

@shumpohl
Copy link
Member Author

Implemented in #859

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