Skip to content

Commit 169517e

Browse files
authored
Release notes for 0.14 (#629)
1 parent 23223dc commit 169517e

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

docs/release.rst

+14-8
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
~~~~~~~~~~~~
@@ -29,6 +26,15 @@ Enhancements
2926
* Added mypy type checking to continuous integration.
3027
By :user:`David Stansby <dstansby>`, :issue:`460`.
3128

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

0 commit comments

Comments
 (0)