[ANN] Numba 0.61.1rc1 is out

Dear community,

Happy to announce that the release candidates Numba 0.61.1rc1 is out. This release adds support for NumPy 2.2.

You can install it using conda with the following command:

$ conda install -c numba numba=0.61.1rc1

Alternatively using pip to install from PyPI:

$ pip install numba==0.61.1rc1

For more information about these releases, the release notes can be found at:

Please do test the release candidates with your libraries and applications and report back any issues you encounter in the thread below. :point_down:

Many thanks in advance!

5 Likes

Thank you! All STUMPY tests are passing with this release candidate