Numba-Scipy 0.3.1

There is a maintenance release for Numba-scipy to version 0.3.1.

numba-scipy extends Numba to make it aware of SciPy.

This release increases the maximum SciPy version to 1.7.3, which is needed for newer NumPy versions. For details, please see changelog

To install with pip:

$ pip install numba-scipy 

To install with conda (from the numba channel):

$ conda install -c numba numba-scipy

Please feel free to test the release and report any issues on the numba-scipy issue tracker on Github, thank you!