Skip to content

Commit 774fad5

Browse files
committed
Release notes for 0.14
1 parent ab86bcc commit 774fad5

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

docs/release.rst

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ Release notes
1111
Unreleased
1212
----------
1313

14-
Fix
15-
~~~
16-
* Fix in-place mutation of input array in `BitRound`.
17-
By :user:`Sam Levang <slevang>`, :issue:`608`
18-
* Fix an issue where importing numcodecs would lock the state of `multiprocessing`
19-
and prevent user code to call `multiprocessing.set_start_method("spawn")`
20-
subsequently.
21-
By :user:`Clément Robert <neutrinoceros>` :issue:`522`
14+
15+
.. _release_0.14.0:
16+
17+
0.14.0
18+
------
2219

2320
Enhancements
2421
~~~~~~~~~~~~
@@ -27,6 +24,15 @@ Enhancements
2724
* Add codec wrappers for Zarr 3.
2825
By :user:`Norman Rzepka <normanrz>`, :issue:`524`
2926

27+
Fixes
28+
~~~~~
29+
* Fix in-place mutation of input array in `BitRound`.
30+
By :user:`Sam Levang <slevang>`, :issue:`608`
31+
* Fix an issue where importing numcodecs would lock the state of `multiprocessing`
32+
and prevent user code to call `multiprocessing.set_start_method("spawn")`
33+
subsequently.
34+
By :user:`Clément Robert <neutrinoceros>` :issue:`522`
35+
3036
Maintenance
3137
~~~~~~~~~~~
3238
* The minimum supported Python version is now Python 3.11.

0 commit comments

Comments
 (0)