Skip to content

Commit

Permalink
Release notes for 0.14 (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Nov 13, 2024
1 parent 23223dc commit 169517e
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,11 @@ Release notes
Unreleased
----------

Fix
~~~
* Fix in-place mutation of input array in `BitRound`.
By :user:`Sam Levang <slevang>`, :issue:`608`
* Fix an issue where importing numcodecs would lock the state of `multiprocessing`
and prevent user code to call `multiprocessing.set_start_method("spawn")`
subsequently.
By :user:`Clément Robert <neutrinoceros>` :issue:`522`

.. _release_0.14.0:

0.14.0
------

Enhancements
~~~~~~~~~~~~
Expand All @@ -29,6 +26,15 @@ Enhancements
* Added mypy type checking to continuous integration.
By :user:`David Stansby <dstansby>`, :issue:`460`.

Fixes
~~~~~
* Fix in-place mutation of input array in `BitRound`.
By :user:`Sam Levang <slevang>`, :issue:`608`
* Fix an issue where importing numcodecs would lock the state of `multiprocessing`
and prevent user code to call `multiprocessing.set_start_method("spawn")`
subsequently.
By :user:`Clément Robert <neutrinoceros>` :issue:`522`

Maintenance
~~~~~~~~~~~
* The minimum supported Python version is now Python 3.11.
Expand Down

0 comments on commit 169517e

Please sign in to comment.