Numba 0.66.0 and llvmlite 0.48.0 are now released.
Numba now upgrades to llvmlite 0.48 with LLVM 22 and restores sys.monitoring on Python 3.14.4 and later. This release also adds support for typed set containers and multi-dimensional fancy indexing.
Numba 0.66.0
Install from PyPI.org:
pip install numba==0.66.0
Install from anaconda.org:
conda install -c numba numba=0.66.0
Release notes: 0.66.0
llvmlite 0.48.0
Install from PyPI.org:
pip install llvmlite==0.48.0
Install from anaconda.org:
conda install -c numba llvmlite=0.48.0
Release notes: v0.48.0