From d61775442cd36a6bc35849cdf8c99b0096f1df5f Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam <1929845+sklam@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:24:15 -0500 Subject: [PATCH 1/3] Merge pull request #8274 from stuartarchibald/doc/056_version_support_update Update version support table doc for 0.56. --- docs/source/user/installing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | +-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+ From 2717e7aad24db95f15ee0c4e14f9c2bd76359bd2 Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam <1929845+sklam@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:24:21 -0500 Subject: [PATCH 2/3] Merge pull request #8275 from stuartarchibald/wip/change_log_056_final Update CHANGE_LOG for 0.56.0 final --- CHANGE_LOG | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGE_LOG b/CHANGE_LOG index 0b2ec9d5b77..131a5f15742 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,16 @@ 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 `#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 90671af9a59763a0aa3fe3a86d07dd57391cce3d Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam <1929845+sklam@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:40:37 -0500 Subject: [PATCH 3/3] Fix incorrect merge --- CHANGE_LOG | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGE_LOG b/CHANGE_LOG index 131a5f15742..ec9c5b85447 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -270,8 +270,7 @@ Pull-Requests: * 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 `_)