Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08df590

Browse files
Update CHANGE_LOG for 0.57.0 final.
As title. Also notes release date in version support table.
1 parent 2905b3d commit 08df590

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGE_LOG

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version 0.57.0 (TBC)
2-
--------------------
1+
Version 0.57.0 (1 May, 2022)
2+
----------------------------
33

44
This release continues to add new features, bug fixes and stability improvements
55
to Numba. Please note that this release contains a significant number of both
@@ -390,10 +390,17 @@ Pull-Requests:
390390
* PR `#8858 <https://github.com/numba/numba/pull/8858>`_: Update deprecation notice for objmode fallback RE ``@jit`` use. (`stuartarchibald <https://github.com/stuartarchibald>`_)
391391
* PR `#8864 <https://github.com/numba/numba/pull/8864>`_: Remove obsolete deprecation notices (`gmarkall <https://github.com/gmarkall>`_)
392392
* PR `#8866 <https://github.com/numba/numba/pull/8866>`_: Revise CUDA deprecation notices (`gmarkall <https://github.com/gmarkall>`_)
393+
* PR `#8869 <https://github.com/numba/numba/pull/8869>`_: Update CHANGE_LOG for 0.57.0rc1 (`stuartarchibald <https://github.com/stuartarchibald>`_ `esc <https://github.com/esc>`_ `gmarkall <https://github.com/gmarkall>`_)
393394
* PR `#8870 <https://github.com/numba/numba/pull/8870>`_: Fix opcode "spelling" change since Python 3.11 in CUDA debug test. (`stuartarchibald <https://github.com/stuartarchibald>`_)
394395
* PR `#8879 <https://github.com/numba/numba/pull/8879>`_: Remove use of ``compile_isolated`` from generator tests. (`stuartarchibald <https://github.com/stuartarchibald>`_)
395396
* PR `#8880 <https://github.com/numba/numba/pull/8880>`_: Fix missing dependency guard on pyyaml in ``test_azure_config``. (`stuartarchibald <https://github.com/stuartarchibald>`_)
396397
* PR `#8881 <https://github.com/numba/numba/pull/8881>`_: Replace use of compile_isolated in test_obj_lifetime (`sklam <https://github.com/sklam>`_)
398+
* PR `#8887 <https://github.com/numba/numba/pull/8887>`_: Update PyPI supported version tags (`bryant1410 <https://github.com/bryant1410>`_)
399+
* PR `#8896 <https://github.com/numba/numba/pull/8896>`_: Remove codecov install (now deleted from PyPI) (`gmarkall <https://github.com/gmarkall>`_)
400+
* PR `#8902 <https://github.com/numba/numba/pull/8902>`_: Enable CALL_FUNCTION_EX fix for py3.11 (`sklam <https://github.com/sklam>`_)
401+
* PR `#8907 <https://github.com/numba/numba/pull/8907>`_: Work around issue #8898. Defer ``exp2`` (and ``log2``) calls to Numba internal symbols. (`stuartarchibald <https://github.com/stuartarchibald>`_)
402+
* PR `#8909 <https://github.com/numba/numba/pull/8909>`_: Fix #8903. ``NumbaDeprecationWarning``s raised from ``@{gu,}vectorize``. (`stuartarchibald <https://github.com/stuartarchibald>`_)
403+
* PR `#8929 <https://github.com/numba/numba/pull/8929>`_: Update CHANGE_LOG for 0.57.0 final. (`stuartarchibald <https://github.com/stuartarchibald>`_)
397404

398405
Authors:
399406

@@ -404,6 +411,7 @@ Authors:
404411
* `aseyboldt <https://github.com/aseyboldt>`_
405412
* `Biswa96 <https://github.com/Biswa96>`_
406413
* `brandonwillard <https://github.com/brandonwillard>`_
414+
* `bryant1410 <https://github.com/bryant1410>`_
407415
* `bszollosinagy <https://github.com/bszollosinagy>`_
408416
* `cako <https://github.com/cako>`_
409417
* `cherieliu <https://github.com/cherieliu>`_

docs/source/user/installing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ information.
261261
+----------++--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+
262262
| Numba | Release date | Python | NumPy | llvmlite | LLVM | TBB |
263263
+===========+==============+===========================+============================+==============================+===================+=============================+
264-
| 0.57.0 | TBC | 3.8.x <= version < 3.12 | 1.21 <= version < 1.25 | 0.40.x | 14.x | 2021.6 <= version |
264+
| 0.57.0 | 2023-05-01 | 3.8.x <= version < 3.12 | 1.21 <= version < 1.25 | 0.40.x | 14.x | 2021.6 <= version |
265265
+-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+
266266
| 0.56.4 | 2022-11-03 | 3.7.x <= version < 3.11 | 1.18 <= version < 1.24 | 0.39.x | 11.x | 2021.x |
267267
+-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+

0 commit comments

Comments
 (0)