Skip to content

Commit

Permalink
Modified changelog for 0.61.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
kc611 committed Jan 15, 2025
1 parent 7d23618 commit 0ae7143
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
13 changes: 11 additions & 2 deletions docs/source/release/0.61.0-notes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

Version 0.61.0rc2 (17 December 2024)
====================================
Version 0.61.0 (16 January 2025)
================================

.. contents:: Table of Contents
:depth: 2
Expand Down Expand Up @@ -319,6 +319,14 @@ compatibility.
Changes
~~~~~~~

Add ``NUMBA_JIT_COVERAGE`` to control coverage support
------------------------------------------------------

The new ``NUMBA_JIT_COVERAGE`` environment variable enables or disables coverage
support. Coverage is disabled by default.

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

Removal of experimental RVSDG frontend
--------------------------------------

Expand Down Expand Up @@ -453,6 +461,7 @@ Pull-Requests:
* PR `#9799 <https://github.com/numba/numba/pull/9799>`_: Fix regression in exception handling against 0.60. (`stuartarchibald <https://github.com/stuartarchibald>`_)
* PR `#9821 <https://github.com/numba/numba/pull/9821>`_: Add debug print to debug test_monitoring_multiple_threads failing on win-02 (`sklam <https://github.com/sklam>`_)
* PR `#9837 <https://github.com/numba/numba/pull/9837>`_: Replace "hard-errors" with NumbaErrors. (`stuartarchibald <https://github.com/stuartarchibald>`_ `lericson <https://github.com/lericson>`_ for `#9816 <https://github.com/numba/numba/pull/9816>`_)
* PR `#9887 <https://github.com/numba/numba/pull/9887>`_: Add env-var NUMBA_JIT_COVERAGE to disable coverage (`sklam <https://github.com/sklam>`_)

Authors:
~~~~~~~~
Expand Down
5 changes: 0 additions & 5 deletions docs/upcoming_changes/9887.change.rst

This file was deleted.

0 comments on commit 0ae7143

Please sign in to comment.