[ANN] Numba 0.63.1 and llvmlite 0.46.0

Hi all,

I’m happy to announce the new stable release of Numba and llvmlite. The latest release adds support for Python 3.14.

Numba 0.63.1

Install from PyPI.org:


pip install numba==0.63.1

Install from anaconda.org:


conda install -c numba numba=0.63.1

Release notes:

  • 0.63.0: main changes

  • 0.63.1: contains a bug fix for non-CPU targets

llvmlite 0.46.0

Install from PyPI.org:


pip install llvmlite==0.46.0

Install from anaconda.org:


conda install -c numba llvmlite=0.46.0

Release notes: v0.46.0

Thank you again to all contributors for making this possible.

5 Likes