Numba 0.54.0 and llvmlite 0.37.0 final release

Hi everyone,

Numba 0.54.0 and llvmlite 0.37.0 are now available.

Highlights of core changes:

  • Python language support enhancements: basic f-strings, dict comprehensions, and sum.
  • LLVM 11 on all supported platforms.
  • Enhancement to @overload for target-specific extensions.

For details, please refer to the change logs at:

numba 0.54.0 changelog
llvmlite 0.37.0 changelog

Wheels are in the usual place, and conda packages are in the numba channel:

conda install -c numba numba=0.54.0
conda install -c numba llvmlite=0.37.0

Cheers,