Hi all,
Numba 0.67.0 and llvmlite 0.49.0 are now released.
Numba 0.67.0
Numba now adds support for NumPy 2.5. This release also ships Python 3.14 conda packages and wheels for Windows ARM64.
Install from PyPI.org:
pip install numba==0.67.0
Install from anaconda.org:
conda install -c numba numba=0.67.0
Release notes: 0.67.0
llvmlite 0.49.0
Support for Windows ARM64 (win-arm64) conda packages and wheels.
Warnings on ptrtoint/inttoptr for LLVM 22 pointer provenance issues.
Install from PyPI.org:
pip install llvmlite==0.49.0
Install from anaconda.org:
conda install -c numba llvmlite=0.49.0
Release notes: v0.49.0