[ANN] Numba 0.56.3

Dear all,

on behalf of the Numba development community, I am happy to announce the release of Numba 0.56.3.

This is a bugfix release to remove the version restriction applied to the setuptools package and to fix a bug in the CUDA target in relation to copying zero length device arrays to zero length host arrays.

The changelog can be found at:

The released packages may be installed with conda using:

  conda install -c numba numba

Or using pip:

  pip install numba

Please do try the releases with your applications and/or libraries and report
back any issues you may find. Thank you for using Numba!