[ANN] Numba 0.61.0rc2 and llvmlite 0.44.0rc2 are out

Dear community,

Happy to announce that the release candidates Numba 0.61.0rc2 and llvmlite 0.44.0rc2 are out.

You can install both using conda with the following command:

$ conda install -c numba numba=0.61.0rc2

or just llvmlite:

$ conda install -c numba llvmlite=0.44.0rc2

Alternatively using pip to install from PyPI:

$ pip install numba==0.61.0rc2

or just llvmlite:

$ pip install llvmlite==0.44.0rc2

For more information about these releases, the release notes can be found at:

https://numba.readthedocs.io/en/0.61.0rc2/release/0.61.0-notes.html

and

https://llvmlite.readthedocs.io/en/v0.44.0rc2/release-notes.html#v0-44-0rc2

Please do test the release candidates with your libraries and applications and report back any issues you encounter in the thread below. :point_down:

Many thanks in advance!

1 Like