File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,11 @@ Release notes
1111Unreleased
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
2320Enhancements
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+
3238Maintenance
3339~~~~~~~~~~~
3440* The minimum supported Python version is now Python 3.11.
You can’t perform that action at this time.
0 commit comments