Numba 0.51.2 bugfix release

I’m announcing the release of 0.51.2 bugfix release. It fixes a critical performance bug that leads to exponential time complexity for the compiler. The bug affects 0.51.1. If your Numba functions are taking extremely longer time to compile or the compilation does not seem to complete, upgrading to 0.51.2 should resolve the issue.

Please see changelog for details:
https://numba.readthedocs.io/en/0.51.2/release-notes.html#version-0-51-2-september-2-2020

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

$ conda install -c numba numba=0.51.2
1 Like