Skip to content

Releases: numba/numba

Numba 0.59.1

19 Mar 14:57
9ce83ef
Compare
Choose a tag to compare

Numba patch release.

Numba 0.59.0

07 Feb 09:25
@esc esc
c6da269
Compare
Choose a tag to compare

Major Numba release supporting Python 3.12

Numba 0.58.1

24 Nov 13:59
@esc esc
d4460fe
Compare
Choose a tag to compare

Numba patch release.

Version 0.58.0

21 Sep 12:59
@esc esc
54c0cf8
Compare
Choose a tag to compare

Major Numba release.

Version 0.57.1

27 Jun 15:24
@esc esc
04e8107
Compare
Choose a tag to compare

Patch release to fix regressions with 0.57.0.

Version 0.57.0

02 May 17:30
4fd4e39
Compare
Choose a tag to compare

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.

Version 0.56.4

04 Nov 13:16
@esc esc
288a38b
Compare
Choose a tag to compare

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.

Version 0.56.3

14 Oct 13:55
@esc esc
6982acd
Compare
Choose a tag to compare

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.

Version 0.56.2

05 Sep 16:16
@esc esc
d6731f6
Compare
Choose a tag to compare

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

Version 0.56.0

26 Jul 10:56
@esc esc
f75c45a
Compare
Choose a tag to compare

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.