[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

sorry if this already mentioned
I still see in numba -s
SVML Information
SVML State, config.USING_SVML : False
SVML Library Loaded : True
llvmlite Using SVML Patched LLVM : False
SVML Operational : False

i.e svml still not yet supported

sorry I found this = please just add a notice in the manual
thanks for you work

1 Like