diff --git a/CHANGE_LOG b/CHANGE_LOG index 0b2ec9d5b77..ec9c5b85447 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,11 +1,11 @@ -Version 0.56.0 RC1 (28 June, 2022) ----------------------------------- +Version 0.56.0 (25 July, 2022) +------------------------------ 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. +Also note that, this will be the last release to support linux-32 packages +produced by the Numba team. Python language support enhancements: @@ -104,8 +104,8 @@ General Enhancements: it now uses ``importlib-metadata`` for querying other packages. * Emission of chrome tracing output is now supported for the internal compilation event handling system. -* This release is tested and known to work when using the `Pyston `_ Python - interpreter. +* This release is tested and known to work when using the + `Pyston `_ Python interpreter. Pull-Requests: @@ -265,12 +265,15 @@ Pull-Requests: * PR `#8187 `_: Update CHANGE_LOG for 0.55.2 (`stuartarchibald `_ `esc `_) * PR `#8189 `_: updated version support information for 0.55.2/0.57 (`esc `_) * PR `#8191 `_: CUDA: Update deprecation notes for 0.56. (`Graham Markall `_) +* PR `#8192 `_: Update CHANGE_LOG for 0.56.0 (`stuartarchibald `_ `esc `_ `Siu Kwan Lam `_) * PR `#8195 `_: Make the workqueue threading backend once again fork safe. (`stuartarchibald `_) * PR `#8196 `_: Fix numerical tolerance in parfors caching test. (`stuartarchibald `_) * PR `#8197 `_: Fix `isinstance` warning check test. (`stuartarchibald `_) * PR `#8203 `_: pin llvmlite 0.39 for public CI builds (`esc `_) -* PR `#8192 `_: Update CHANGE_LOG for 0.56.0 (`stuartarchibald `_ `esc `_ `Siu Kwan Lam `_) -* PR `#8205 `_: Pin llvmlite and NumPy on release branch.(`esc `_ `Siu Kwan Lam `_) +* PR `#8205 `_: Pin llvmlite and NumPy on release branch.(`esc `_ `Siu Kwan Lam `_) +* PR `#8255 `_: CUDA: Make numba.cuda.tests.doc_examples.ffi a module to fix #8252 (`Graham Markall `_) +* PR `#8274 `_: Update version support table doc for 0.56. (`stuartarchibald `_) +* PR `#8275 `_: Update CHANGE_LOG for 0.56.0 final (`stuartarchibald `_) Authors: diff --git a/docs/source/user/installing.rst b/docs/source/user/installing.rst index 5e4149e2cfe..b945f2a97f4 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.x | TBC | 3.7.x <= version < 3.11 | 1.18 <= version < 1.23 | 0.39.x | 11.x | 2021.x | +| 0.56.x | 2022-07-25 | 3.7.x <= version < 3.11 | 1.18 <= version < 1.23 | 0.39.x | 11.x | 2021.x | +-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+ | 0.55.2 | 2022-05-25 | 3.7.x <= version < 3.11 | 1.18 <= version < 1.23 | 0.38.x | 11.x | 2021.x | +-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+