[ANN] Numba 0.57.0 and llvmlite 0.40.0

Dear all,

On behalf of the Numba crew I am happy to announce the availability of Numba 0.57.0 final and llvmlite 0.40.0 final. This release adds support for Python 3.11 and NumPy 1.24, and upgrades to LLVM 14.

Btw, Numba now has a Mastodon account: Numba (@numba@fosstodon.org) - Fosstodon

As usual, you can install these releases with conda from the numba channel on anaconda.org :

conda install -c numba numba=0.57.0
conda install -c numba llvmlite=0.40.0

Or alternatively install the wheels from PyPi with pip:

pip install numba==0.57.0
pip install llvmlite==0.40.0

You can find the release notes at: Release Notes

Thank you for using Numba!

6 Likes

@sklam I have installed numba v0.57 (via pip) running Python 3.11 but am now seeing some failed unit tests in my stumpy package. Where is the best place to provide feedback and what kind of feedback would be useful?

@seanlaw Are these 8 failures in test_mstump.py? If not, can you share more details of the environment, how the tests are run, and which ones fail with any other details / failure messages please?

… Also, would you feel it appropriate to follow up discussion on the STUMPY issue tracker in a new issue there? We could work through and try and figure out if there’s a Numba issue, or what the root cause is.

@gmarkall Certainly! I’ve created a new STUMPY issue here to track this:

Let’s continue the conversation there. Thank you!