Dear *,
I am delighted to inform you, that the patch releases Numba 0.58.1 and llvmlite 0.41.1 have been published!! These are maintenance releases that fix some critical bugs. Also, Numba now supports NumPy 1.26!!
The release notes can be found at:
https://numba.readthedocs.io/en/0.58.1/release/0.58.1-notes.html
https://llvmlite.readthedocs.io/en/v0.41.1/release-notes.html
To install using conda
:
$ conda install -c numba numba=0.58.1 llvmlite=0.41.1
To install using pip
:
$ pip install numba==0.58.1 llvmlite==0.41.1
Thank you and enjoy!