Dear all,
I am exhilarated to announce the availability of fresh release candidates for both
Numba and llvmlite. Please see the release notes for highlights of the release.
Please note the special installation instructions for Linux wheels (linux-64 and linux-aarch64), this was caused by a last-minute build failure and we could only make them available on anaconda.org and not PyPi.org. We will ensure to have wheels on PyPi for the final release for those platforms though, no danger.
-
Numba 0.62.0rc1
- Install from PyPi.org (win and osx):
pip install numba==0.62.0rc1 - Install via
pipfrom anaconda.org (linux-64 and linux-aarch64):
pip install --extra-index https://pypi.anaconda.org/numba/label/wheels/simple numba==0.62.0rc1 - Install from anaconda.org:
conda install -c numba numba=0.62.0rc1 - Release notes: Version 0.62.0rc1 (28 August 2025) — Numba 0.62.0rc1+0.gc45b0c4.dirty documentation
- Install from PyPi.org (win and osx):
As usual, llvmlite is a dependency of Numba, so if you installed Numba as above you do not also need to install llvmlite.
-
llvmlite 0.45.0rc1
- Install from PyPi:
pip install llvmlite==0.45.0rc1 - Install from anaconda.org:
conda install -c numba llvmlite==0.45.0rc1 - Release notes: Release Notes — llvmlite 0.45.0rc1+0.g5e0c097.dirty documentation
- Install from PyPi:
Please do test the release with any software you maintain that depends on Numba
and drop your results in the thread below or open a ticket on the tracker.
A big thank you to all of our contributors – listed on the release notes of
each project – it’s always lovely to see so many people come together to shape
a piece of software! Thank you so much!