Dear *,
I am happy to announce the immediate availability of llvmlite v0.40.1 – this is a patch release to fix some regressions introduced by v0.40.0. You can find the change log at:
https://llvmlite.readthedocs.io/en/v0.40.1/release-notes.html#release-notes
To install using conda
:
$ conda install -c numba llvmlite=0.40.1
To install using pip
:
$ pip install llvmlite==0.40.1
Thank you and enjoy JIT compiling your code!