diff --git a/CHANGE_LOG b/CHANGE_LOG index f809b21423a..d40e2598f88 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,4 +1,4 @@ -Version 0.56.1 (1 September, 2022) +Version 0.56.2 (1 September, 2022) ---------------------------------- This is a bugfix release that supports NumPy 1.23 and fixes CUDA function @@ -19,6 +19,12 @@ Pull-Requests: * PR `#8411 `_: update version support table for 0.56.1 (`esc `_) * PR `#8412 `_: Create changelog for 0.56.1 (`Andre Masella `_) * PR `#8413 `_: Fix Azure CI for NumPy 1.23 and use conda-forge scipy (`Siu Kwan Lam `_) +* PR `#8414 `_: Hotfix for 0.56.2 (`Siu Kwan Lam `_) + +Version 0.56.1 (1 September, 2022) +---------------------------------- + +The release was skipped due to issues during the release process. Version 0.56.0 (25 July, 2022) ------------------------------ diff --git a/buildscripts/condarecipe.local/meta.yaml b/buildscripts/condarecipe.local/meta.yaml index 14d3b650e49..a43d4c9a116 100644 --- a/buildscripts/condarecipe.local/meta.yaml +++ b/buildscripts/condarecipe.local/meta.yaml @@ -45,7 +45,7 @@ requirements: run: - python >=3.7 # NumPy 1.22.0, 1.22.1, 1.22.2 are all broken for ufuncs, see #7756 - - numpy >=1.18, !=1.22.0, !=1.22.1, !=1.22.2, <1.23 + - numpy >=1.18, !=1.22.0, !=1.22.1, !=1.22.2, <1.24 - setuptools <60 - importlib_metadata # [py<39] # On channel https://anaconda.org/numba/ diff --git a/docs/source/user/installing.rst b/docs/source/user/installing.rst index ffba3172c05..8f6765c078b 100644 --- a/docs/source/user/installing.rst +++ b/docs/source/user/installing.rst @@ -278,7 +278,7 @@ information. +===========+==============+===========================+============================+==============================+===================+=============================+ | 0.57.x | TBC | 3.8.x <= version < 3.12 | 1.19 <= version < 1.24 | 0.40.x | 11.x | 2021.x | +-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+ -| 0.56.1 | TBC | 3.7.x <= version < 3.11 | 1.18 <= version < 1.24 | 0.39.x | 11.x | 2021.x | +| 0.56.2 | 2022-09-01 | 3.7.x <= version < 3.11 | 1.18 <= version < 1.24 | 0.39.x | 11.x | 2021.x | +-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+ | 0.56.0 | 2022-07-25 | 3.7.x <= version < 3.11 | 1.18 <= version < 1.23 | 0.39.x | 11.x | 2021.x | +-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+