Numba 0.54.1 released

Numba 0.54.1 is now available. It fixes a regression in structured array type handling, a potential leak on initialization failure in the CUDA target, a regression caused by Numba’s vendored cloudpickle module resetting dynamic classes and a few minor testing/infrastructure related problems.

For details, please refer to the change log at: numba 0.54.1 changelog

Conda packages can be installed from the in the numba channel on anaconda.org with conda :

conda install -c numba numba=0.54.1

Wheels for supported platforms can be installed from PyPi with pip

pip install numba==0.54.1