Dear community,
Happy to announce that the minor release Numba 0.61.2 is out. This release adds support for NumPy 2.2. Users should note that this is built from 0.61.1rc1 without any changes (version 0.61.1 was skipped because of release issues).
You can install it using conda
with the following command:
$ conda install -c numba numba=0.61.2
Alternatively using pip
to install from PyPI:
$ pip install numba==0.61.2
For more information about these releases, the release notes can be found at:
Please do keep reporting any issues faced so that the Numba team can work on resolving them.
Many thanks in advance!