File tree 1 file changed +14
-8
lines changed
1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,11 @@ Release notes
11
11
Unreleased
12
12
----------
13
13
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
+ ------
22
19
23
20
Enhancements
24
21
~~~~~~~~~~~~
@@ -29,6 +26,15 @@ Enhancements
29
26
* Added mypy type checking to continuous integration.
30
27
By :user: `David Stansby <dstansby> `, :issue: `460 `.
31
28
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
+
32
38
Maintenance
33
39
~~~~~~~~~~~
34
40
* The minimum supported Python version is now Python 3.11.
You can’t perform that action at this time.
0 commit comments