Hi all,
I’m happy to announce the new stable release of Numba and llvmlite. The latest release adds support for Python 3.14t (FREE THREADING).
Numba 0.65.0rc1
Install from PyPI.org:
pip install --pre numba==0.65.0rc1
Install from anaconda.org:
conda install -c numba numba=0.65.0rc1
Release notes:
- 0.65.0rc1: main changes
llvmlite 0.47.0rc1
Install from PyPI.org:
pip install --pre llvmlite==0.47.0rc1
Install from anaconda.org:
conda install -c numba llvmlite=0.47.0rc1
Release notes: v0.47.0rc1
Thank you again to all contributors for making this possible.
ping @RC_Testers