Dear all,
I am euphoric to announce the availability of final, stable releases for Numba and llvmlite. Please point your browsers at the release notes for a summary of the highlights.
- Numba 0.62.0
- Install from PyPi.org:
pip install numba==0.62.0 - Install from anaconda.org:
conda install -c numba numba=0.62.0 - Release notes: Numba documentation — Numba 0.62.0+0.gb8cd1e2.dirty documentation
- Install from PyPi.org:
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.0
- Install from PyPi.org:
pip install llvmlite==0.45.0 - Install from anaconda.org:
conda install -c numba llvmlite=0.45.0 - Release notes: llvmlite — llvmlite 0.45.0+0.g2d479c9.dirty documentation
- Install from PyPi.org:
Thank you again to all contributors for making this possible. It was a significant lift and the culmination of months of hard work by many individuals. I am so very proud of all of you!