Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post release task for 0.59.1 #9502

Merged
merged 7 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
71 changes: 71 additions & 0 deletions docs/source/release/0.59.1-notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
Version 0.59.1 (18 March 2024)
------------------------------

This is a bug-fix release to fix regressions in 0.59.0.


CUDA API Changes
~~~~~~~~~~~~~~~~

Fixed caching of kernels that use target-specific overloads
===========================================================

Caching of kernels using target-specific overloads now works. This includes use
of cooperative group sync, which is now implemented with a target-specific overload.

(`PR-#9447 <https://github.com/numba/numba/pull/9447>`__)


Performance Improvements and Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Improvement to ``np.searchsorted``
==================================

Fixed a performance regression introduced in Numba 0.59 which made
``np.searchsorted`` considerably slower.

(`PR-#9448 <https://github.com/numba/numba/pull/9448>`__)


Bug Fixes
~~~~~~~~~

Fix issues with ``np.searchsorted`` not handling ``np.datetime64``
==================================================================

This patch fixes two issues with ``np.searchsorted``. First, a regression is
fixed in the support of ``np.datetime64``. Second, adopt ``NAT``-aware
comparisons to fix mishandling of ``NAT`` value.

(`PR-#9445 <https://github.com/numba/numba/pull/9445>`__)

Allow use of Python 3.12 PEP-695 type parameter syntax
======================================================

A patch is added to properly parse the PEP 695 syntax. While Numba
does not yet take advantage of type parameters, it will no longer erroneously
reject functions defined with the new Python 3.12 syntax.

(`PR-#9459 <https://github.com/numba/numba/pull/9459>`__)


Pull-Requests:
~~~~~~~~~~~~~~

* PR `#9445 <https://github.com/numba/numba/pull/9445>`_: Fix #9427 np.searchsorted on datetime64 (`sklam <https://github.com/sklam>`_)
* PR `#9447 <https://github.com/numba/numba/pull/9447>`_: Fix Issue #9432, caching of kernels using target-specific overloads (such as CG sync) (`gmarkall <https://github.com/gmarkall>`_ `sklam <https://github.com/sklam>`_)
* PR `#9448 <https://github.com/numba/numba/pull/9448>`_: Fix `np.searchsorted` regression (`guilhermeleobas <https://github.com/guilhermeleobas>`_)
* PR `#9449 <https://github.com/numba/numba/pull/9449>`_: Remove deprecated CondaEnvironment@1 (`sklam <https://github.com/sklam>`_)
* PR `#9450 <https://github.com/numba/numba/pull/9450>`_: Fix gpuci versions (`gmarkall <https://github.com/gmarkall>`_)
* PR `#9459 <https://github.com/numba/numba/pull/9459>`_: Support pep695 type param syntax (`sklam <https://github.com/sklam>`_)
* PR `#9491 <https://github.com/numba/numba/pull/9491>`_: Fix non-deterministic bug caused by unstableness in SSA (`sklam <https://github.com/sklam>`_, `loicdtx <https://github.com/loicdtx>`_)


Authors:
~~~~~~~~

* `gmarkall <https://github.com/gmarkall>`_
* `guilhermeleobas <https://github.com/guilhermeleobas>`_
* `sklam <https://github.com/sklam>`_
* `loicdtx <https://github.com/loicdtx>`_
2 changes: 2 additions & 0 deletions docs/source/user/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,8 @@ information.
+----------++--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+
| Numba | Release date | Python | NumPy | llvmlite | LLVM | TBB |
+===========+==============+===========================+============================+==============================+===================+=============================+
| 0.59.1 | 2024-03-18 | 3.9.x <= version < 3.13 | 1.22 <= version < 1.27 | 0.42.x | 14.x | 2021.6 <= version |
+-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+
| 0.59.0 | 2024-01-31 | 3.9.x <= version < 3.13 | 1.22 <= version < 1.27 | 0.42.x | 14.x | 2021.6 <= version |
+-----------+--------------+---------------------------+----------------------------+------------------------------+-------------------+-----------------------------+
| 0.58.1 | 2023-10-17 | 3.8.x <= version < 3.12 | 1.22 <= version < 1.27 | 0.41.x | 14.x | 2021.6 <= version |
Expand Down
17 changes: 0 additions & 17 deletions docs/upcoming_changes/9048.bug_fix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9049.bug_fix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9089.bug_fix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9123.new_feature.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9126.np_support.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9140.np_support.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9141.np_support.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9144.bug_fix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9154.np_support.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/upcoming_changes/9169.bug_fix.rst

This file was deleted.

16 changes: 0 additions & 16 deletions docs/upcoming_changes/9189.bug_fix.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/upcoming_changes/9223.cuda.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9235.cuda.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/upcoming_changes/9242.bug_fix.rst

This file was deleted.

26 changes: 0 additions & 26 deletions docs/upcoming_changes/9244.bug_fix.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9245.performance.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/upcoming_changes/9246.highlight.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9249.np_support.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9267.cuda.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9279.cuda.rst

This file was deleted.

4 changes: 0 additions & 4 deletions docs/upcoming_changes/9296.bug_fix.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/upcoming_changes/9309.change.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9310.highlight.rst

This file was deleted.

36 changes: 0 additions & 36 deletions docs/upcoming_changes/9315.change.rst

This file was deleted.

24 changes: 0 additions & 24 deletions docs/upcoming_changes/9330.change.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/upcoming_changes/9334.bug_fix.rst

This file was deleted.

6 changes: 0 additions & 6 deletions docs/upcoming_changes/9335.infrastructure.rst

This file was deleted.

11 changes: 0 additions & 11 deletions docs/upcoming_changes/9336.improvement.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/upcoming_changes/9341.new_feature.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/upcoming_changes/9346.deprecation.rst

This file was deleted.

9 changes: 0 additions & 9 deletions docs/upcoming_changes/9347.improvement.rst

This file was deleted.

8 changes: 0 additions & 8 deletions docs/upcoming_changes/9352.expired.rst

This file was deleted.