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~~~~~~~~~~~~
@@ -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+
3036Maintenance
3137~~~~~~~~~~~
3238* The minimum supported Python version is now Python 3.11.
You can’t perform that action at this time.
0 commit comments