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

Build with numpy==2.0 #24

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Build with numpy==2.0 #24

merged 1 commit into from
Aug 9, 2024

Conversation

bwoodsend
Copy link
Collaborator

This is in lei with their advice on being ABI compatible with both numpy 2.x and 1.x.

It's also the opposite way to how ABI issues are normally kept away and I don't feel much confidence in NumPy's packaging strategies so I've added testing against the oldest supported numpy rather than take it on trust that we're not breaking 1.x compatibility.

Closes #23

This is in lei with their advice on being ABI compatible with both numpy
2.x and 1.x.

It's also the opposite way to how ABI issues are normally kept away and
I don't feel much confidence in NumPy's packaging strategies so I've
added testing against the oldest supported numpy rather than take it on
trust that we're not breaking 1.x compatibility.

Closes #23
@bwoodsend
Copy link
Collaborator Author

I'd have liked to squeeze Python 3.13 support in as well but we're too soon for that. NumPy aren't publishing 3.13 wheels yet and I don't want to be building them from source.

@Kramer84 Kramer84 merged commit dba3b9e into master Aug 9, 2024
39 checks passed
@Kramer84 Kramer84 deleted the numpy-2.x branch August 9, 2024 13:06
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.

Upgrade numpy from 1.26.4 to 2.0.1
2 participants