From 3f2b7a8bfa8472edc049a40960e2fc8fcc98ca74 Mon Sep 17 00:00:00 2001 From: Stuart Archibald Date: Mon, 25 Jul 2022 13:17:12 +0100 Subject: [PATCH 1/2] Update CHANGE_LOG for 0.56.0 final As title. Also fixes some line wrapping in the release notes text. --- CHANGE_LOG | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGE_LOG b/CHANGE_LOG index 5be1ab334a9..e27dc226e3a 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -4,8 +4,8 @@ Version 0.56.0 RC1 (28 June, 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,11 +265,14 @@ 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 `#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: From 918c482f1b8bfeda10a61894cc0e3ba63c1ed6a2 Mon Sep 17 00:00:00 2001 From: Stuart Archibald Date: Mon, 25 Jul 2022 17:08:40 +0100 Subject: [PATCH 2/2] Update release version and date for 0.56.0 final. As title. --- CHANGE_LOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGE_LOG b/CHANGE_LOG index e27dc226e3a..7848df5aba0 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,5 +1,5 @@ -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