[ANN] Numba 0.64.0rc1 (NumPy 2.4 support)

A new RC is now available for Numba, adding NumPy 2.4 support.
For a list of changes, please see the release note at this link.

  • Numba 0.64.0rc1
    • Install from PyPi.org:
      pip install numba==0.64.0rc1
    • Install from anaconda.org:
      conda install -c numba numba=0.64.0rc1

There are no new release for llvmlite.

If you maintain software that depends on Numba, please help us test this RC and report anything you find either in the thread below or via the issue tracker.

(ping @RC_Testers)

4 Likes

Everything working smoothly for me with NumPy < 2.4 and NumPy=2.4.2. Thank you very much for your hard work!

1 Like

All tests are passing for STUMPY: Numba Release Candidate Check · stumpy-dev/automate@215ee5e · GitHub

2 Likes