Numba is now on the Fediverse - hello!
What's the latest Numba news?
- Numba 0.57RC1 and llvmlite 0.40.0rc1 are out: https://numba.discourse.group/t/ann-numba-0-57-0rc1-and-llvmlite-0-40-0rc1/1879
- Numba 0.57 final is planned for tagging on Monday (1st May)
What can you do for Numba?
- Please follow this account!
- Please give this post a boost to let others know we're here!
[ANN] Numba 0.57.0rc1 and llvmlite 0.40.0rc1
Dear all, On behalf of the Numba crew I am happy to announce the availability of Numba 0.57.0 RC1 and llvmlite 0.40.0 RC1. This release adds support for Python 3.11 and NumPy 1.24, and upgrades to LLVM 14. As usual, you can install these release candidates with conda from the numba channel on anaconda.org: conda install -c numba numba=0.57.0rc1 conda install -c numba llvmlite=0.40.0rc1 Or alternatively install the wheels form PyPi with pip: pip install numba==0.57.0rc1 pip install llvmlite=...