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 2 compatibility #1484

Merged
merged 5 commits into from
Sep 18, 2023
Merged

Numpy 2 compatibility #1484

merged 5 commits into from
Sep 18, 2023

Conversation

mstimberg
Copy link
Member

This fixes a few issues for compatibility with the upcoming (backwards-compatibililty breaking) 2.0 version of numpy. It also switches off the GSL tests for now – GSL is broken on C++ standalone for unrelated reasons (and by chance/bad luck, the way it broke made it skip the tests so I only realized recently…).

I still need to check whether any of the changes requires us to update our minimum version requirement for numpy, but I don't think it is.

@mstimberg
Copy link
Member Author

This fixes a few issues for compatibility with the upcoming (backwards-compatibililty breaking) 2.0 version of numpy. It also switches off the GSL tests for now – GSL is broken on C++ standalone for unrelated reasons (and by chance/bad luck, the way it broke made it skip the tests so I only realized recently…).

I still need to check whether any of the changes requires us to update our minimum version requirement for numpy, but I don't think it is.

All good – only the Cython dependency needed an update.

@mstimberg mstimberg marked this pull request as ready for review September 18, 2023 12:17
@mstimberg mstimberg merged commit 2c382ca into master Sep 18, 2023
50 checks passed
@mstimberg mstimberg deleted the numpy_2_compatibility branch September 18, 2023 12:18
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