Dear everyone,
I am happy to announce the latest releases of Numba as 0.61.0 and llvmlite as 0.44.0 adding support for Python 3.13 and NumPy 2.1.
Release notes:
- Version 0.61.0 (16 January 2025) — Numba 0.61.0 documentation
- Release Notes — llvmlite 0.44.0 documentation
Installation as usual from anaconda.org using:
conda install -c numba numba=0.61.0
conda install -c numba llvmlite=0.44.0
And from pypi using:
pip install numba==0.61.0
pip install llvmlite==0.44.0
There’s an important announcement regarding the NumPy 2 support for the community: NumPy 2.x support community update
Thank you to everyone involved for getting this out the door and especially to everyone who tested the release candidates and either found no regressions or reported them!
If you encounter any issues please report them in the thread below or open a new issue on github.