@@ -5,6 +5,7 @@ Release notes
55
66Unreleased
77----------
8+
89* Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9
910 and 3.10 on Linux and MacOS, the docs about ZFPY is also available.
1011 By :user: `Haiying Xu <halehawk> `, `John Kirkham <jakirkham> `, `Ryan Abernathey <rabernat> ` :
@@ -13,9 +14,28 @@ Unreleased
1314* Add support of alternative array classes (other than NumPy arrays)
1415 By :user: `Mads R. B. Kristensen <madsbk> `, :issue: `305 `.
1516
16- * Add ability to find codecs via entrypoints
17+ * Add ability to find codecs via entrypoint ` numcodecs.codecs `.
1718 By :user: `Martin Durant <martindurant> `, :issue: `290 `.
1819
20+ * Introduce a flat option to ensure_contiguous_ndarray to switch off flatten for ZFPY codec
21+ By :user: `Haiying Xu <halehawk> `, :issue: `307 `.
22+
23+ * Fix macOS Python 3.10
24+ By :user: `John Kirkham <jakirkham> `, :issue: `311 `.
25+
26+ * chore: bump cibuildwheel version, use action
27+ By :user: `Henry Schreiner <henryiii> `, :issue: `309 `.
28+
29+ * Codex: make encode and decode @abstractmethods
30+ By :user: `Mads R. B. Kristensen <madsbk> `, :issue: `306 `.
31+
32+ * Fix expected result test for Shuffle.
33+ By :user: `Elliott Sales de Andrade <QuLogic> `, :issue: `282 `.
34+
35+ * Multiple code linting fixes.
36+ By :user: `Dimitri Papadopoulos Orfanos <DimitriPapadopoulos> `,
37+ :issue: `295 `, :issue: `294 `, :issue: `293 `, and :issue: `292 `.
38+
1939.. _release_0.9.1 :
2040
21410.9.1
0 commit comments