Numba Versions Save

NumPy aware dynamic Python compiler using LLVM

0.59.1

1 month ago

Numba patch release.

0.59.0

2 months ago

Major Numba release supporting Python 3.12

0.58.1

5 months ago

Numba patch release.

0.58.0

7 months ago

Major Numba release.

0.57.1

10 months ago

Patch release to fix regressions with 0.57.0.

0.57.0

11 months ago

A new release of Numba adding support for Python 3.11, NumPy 1.24, and upgrading to LLVM 14. For details, please see the change log at https://numba.readthedocs.io/en/stable/release-notes.html#version-0-57-0-1-may-2023.

0.56.4

1 year ago

This is a bugfix release to fix a regression in the CUDA target in relation to the .view() method on CUDA device arrays that is present when using NumPy version 1.23.0 or later.

0.56.3

1 year ago

This is a bugfix release to remove the version restriction applied to the setuptools package and to fix a bug in the CUDA target in relation to copying zero length device arrays to zero length host arrays.

0.56.2

1 year ago

This is a bugfix release that supports NumPy 1.23 and fixes CUDA function caching.

0.56.0

1 year ago

This release continues to add new features, bug fixes and stability improvements to Numba. Please note that this will be the last release that has support for Python 3.7 as the next release series (Numba 0.57) will support Python 3.11! Also note that, this will be the last release to support linux-32 packages produced by the Numba team.