[ANN] Numba 0.60.0 llvmlite 0.43.0

Dear everyone,

I am happy to announce the latest releases of Numba as 0.60.0 and llvmlite as 0.43.0.

Release notes:

Installation as usual from anaconda.org using:

conda install -c numba numba=0.60.0
conda install -c numba llvmlite=0.43.0

And from pypi using:

pip install numba==0.60.0
pip install llvmlite==0.43.0

Thank you to everyone involved for getting this out the door and especially to everyone who tested the release candidates and either found no regressions or reported them!

If you encounter any issues please report them in the thread below :point_down: or open a new issue on github.

4 Likes