[ANN] Numba 0.65.0 / llvmlite 0.47.0

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.0

Install from PyPI.org:


pip install numba==0.65.0

Install from anaconda.org:


conda install -c numba numba=0.65.0

Release notes:

llvmlite 0.47.0

Install from PyPI.org:


pip install llvmlite==0.47.0

Install from anaconda.org:


conda install -c numba llvmlite=0.47.0

Release notes: v0.47.0

A big THANK YOU to everyone involved in these releases! :heart:

3 Likes

Please do try out the free-threading builds, but also note that they are “experimental”. If you do encounter any issues with Numba or llvmlite’s free-threading support, please report them directly on their respective GitHub issue trackers, and feel free to ping me on the issue! Thanks.