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

WIP: Use Numpy 2.0 for Python 3.9+ packages #1001

Closed
wants to merge 3 commits into from

Conversation

asmorkalov
Copy link
Collaborator

@asmorkalov asmorkalov commented Jun 16, 2024

Numpy 2.0 is backward compatible with 1.x, but introduce several API and ABI changes. Numpy authors claim, that packages built against Numpy 2.0 should work with 1.x too. The PR introduce additional packages built with Python 3.9 and Numpy 2.0. Original packages for Python 3.7+ and Numpy 1.x presumed for compatibility.

Numpy release details: https://github.com/numpy/numpy/releases/tag/v2.0.0

@asmorkalov asmorkalov changed the title WIP: Use Numpy 2.0 for Python 3.9+ packages Use Numpy 2.0 for Python 3.9+ packages Jun 16, 2024
@asmorkalov asmorkalov changed the title Use Numpy 2.0 for Python 3.9+ packages WIP: Use Numpy 2.0 for Python 3.9+ packages Jun 17, 2024
@asmorkalov
Copy link
Collaborator Author

closed in favor of #1002

@asmorkalov asmorkalov closed this Jun 17, 2024
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.

1 participant