@@ -5,6 +5,7 @@ Release notes
5
5
6
6
Unreleased
7
7
----------
8
+
8
9
* Fix a flatten array error for ZFPY, ZFPY codec is supported on Python 3.9
9
10
and 3.10 on Linux and MacOS, the docs about ZFPY is also available.
10
11
By :user: `Haiying Xu <halehawk> `, `John Kirkham <jakirkham> `, `Ryan Abernathey <rabernat> ` :
@@ -13,9 +14,28 @@ Unreleased
13
14
* Add support of alternative array classes (other than NumPy arrays)
14
15
By :user: `Mads R. B. Kristensen <madsbk> `, :issue: `305 `.
15
16
16
- * Add ability to find codecs via entrypoints
17
+ * Add ability to find codecs via entrypoint ` numcodecs.codecs `.
17
18
By :user: `Martin Durant <martindurant> `, :issue: `290 `.
18
19
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
+
19
39
.. _release_0.9.1 :
20
40
21
41
0.9.1
0 commit comments