[ANN] numba-scipy 0.4.0

Dear everyone,

I am happy to announce the release of numba-scipy 0.4.0

Changelog (it’s available via GitHub only for this release, as the readthedocs configuration is currently broken, but this was only noticed after tagging) : numba-scipy/CHANGE_LOG at 0.4.0 · numba/numba-scipy · GitHub

You can use conda or pip to install this:

$ conda install -c numba numba-scipy=0.4.0

$ pip install numba-scipy==0.4.0

Note that this doesn’t yet include Python 3.12 support, which is expected to arrive with the next release.

1 Like