[ANN] Numba 0.65.0rc1 / llvmlite 0.47.0rc1

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:

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

1 Like

All STUMPY tests are passing! Thank you to the numba for all of your hard work