File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ Release notes
11
11
Unreleased
12
12
----------
13
13
14
+
15
+ .. _unreleased :
16
+
17
+ Unreleased
18
+ ----------
19
+
20
+ Improvements
21
+ ~~~~~~~~~~~~
22
+ * Raise a custom `UnknownCodecError ` when trying to retrieve an unavailable codec.
23
+ By :user: `Cas Wognum <cwognum> `.
24
+
25
+ Fixes
26
+ ~~~~~
27
+ * Remove redundant ``id `` from codec metadata serialization in Zarr3 codecs.
28
+ By :user: `Norman Rzepka <normanrz> `, :issue: `685 `
29
+
14
30
.. _release_0.15.0 :
15
31
16
32
0.15.0
53
69
and a warning if the version was incompatible with `zfpy `.
54
70
This check has been removed because `zfpy ` now supports the newer versions of `NumPy `.
55
71
By :user: `Meher Gajula <me-her> `, :issue: `672 `
56
- * Remove redundant ``id `` from codec metadata serialization in Zarr3 codecs.
57
- By :user: `Norman Rzepka <normanrz> `, :issue: `685 `
58
72
59
73
Improvements
60
74
~~~~~~~~~~~~
@@ -70,8 +84,6 @@ Improvements
70
84
Import errors caused by optional dependencies (ZFPY, MsgPack, CRC32C, and PCodec)
71
85
are still silently caught.
72
86
By :user: `David Stansby <dstansby> `, :issue: `550 `.
73
- * Raise a custom `UnknownCodecError ` when trying to retrieve an unavailable codec.
74
- By :user: `Cas Wognum <cwognum> `.
75
87
76
88
.. _release_0.14.1 :
77
89
You can’t perform that action at this time.
0 commit comments