Hi everyone,
Numba 0.53.0 and llvmlite 0.36.0 are now available.
Highlights of core changes:
- Support for Python 3.9
- Function sub-typing
- Initial support for dynamic
gufuncs
(i.e. from@guvectorize
) - Parallel Accelerator (
@njit(parallel=True)
now supports Fortran ordered
arrays
For details, please refer to the change logs at:
numba 0.53.0 changelog
llvmlite 0.36.0 changelog
Wheels are in the usual place, and conda packages are in the numba channel:
conda install -c numba numba=0.53.0
conda install -c numba llvmlite=0.36.0
Cheers,