-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade NumPy to >=2.1.0 #244
Comments
Currently trying to build Fedora 41 crashes on Numba:
Either way, codex-africanus does built manually in Python 3.13. Tagging @sjperkins. |
Numpy 2 is a major pain, so I'm not eager to update just yet. It can be reopened once the ecosystem stabilised around it a bit more. Also, please be mindful about whether tagging developers of packages is really necessary. The installation problem doesn't seem relevant to this issue (numpy 2 and Python 3.13 are two separate things to tackle), but also these containers are not a hard reference for stuff working or not working and are not affiliated to any of the packages included. I don't want this repository to become a source of noise for them. Issues are best raised on their own repositories and with the respective package's recommended method of installation. |
I tried using Python 3.13.1 with GIL enabled. Its more or less the same as on the plot above (Python 12.7). |
Feature description
For latest NumPy (2.2.2):
Compare to the upper plot here: #222 (comment).
NumPy (2.2.2) is faster, in some cases >2x.
Upgrading NumPy to >=2.2.0 seems to be the only thing worth doing for NumPy at the moment.
Code:
Related: #240.
The text was updated successfully, but these errors were encountered: