-
Notifications
You must be signed in to change notification settings - Fork 30
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
Add support for NumPy >= 2.1 #567
Comments
Do you know if this is a big change to the code base? I am sure you have other priorities just curious what the timeline might be. |
I'm sure it's just bumping the max version in |
fwiw, galois 0.4.2 still does not support numpy 2.1 - because numba 0.60 requires numpy<2.1 Also fwiw I suggest that 2.2 is an odd upper bound for this library to choose for numpy. Do you have reason to expect that 2.2 will be breaking? I expect that in practice numba will always be the bottleneck on the numpy version that galois can use, so you might as well not bother with an upper bound at all. |
Numba is working on this. Hopefully we will know more after the developer meeting tomorrow. numba/numba#9708 |
Thanks for pointing this out. I rushed to close the PR and didn't do due diligence.
I think this is a very reasonable idea. I'll incorporate that change when I add support for Numba 0.61. |
No description provided.
The text was updated successfully, but these errors were encountered: