Numba 0.51.1 bugfix release

I’m announcing the release of 0.51.1 bugfix release. It fixes a critical bug in caching, another critical bug in the CUDA target initialisation sequence and also fixes some compile time performance regressions.

Please see changelog for details:
https://numba.readthedocs.io/en/0.51.1/release-notes.html#version-0-51-1-august-26-2020

Wheels are in the usual place, and conda packages are in the numba channel:

$ conda install -c numba numba=0.51.1
1 Like