@@ -6,28 +6,35 @@ Release notes
66 # to document your changes. On releases it will be
77 # re-indented so that it does not show up in the notes.
88
9- .. _unreleased :
9+ .. _unreleased :
10+
11+ Unreleased
12+ ----------
1013
11- Unreleased
12- ----------
1314..
1415 # .. warning::
1516 # Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
1617
18+ .. _release_2.14.0 :
19+
20+ 2.14.0
21+ ------
22+
1723Major changes
1824~~~~~~~~~~~~~
1925
2026* Improve Zarr V3 support, adding partial store read/write and storage transformers.
21- Add two features of the [ v3 spec]( https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html) :
22- * storage transformers
23- * `get_partial_values ` and `set_partial_values `
24- * efficient `get_partial_values ` implementation for `FSStoreV3 `
25- * sharding storage transformer
27+ Add new features from the ` v3 spec < https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html >`_ :
28+ * storage transformers
29+ * `get_partial_values ` and `set_partial_values `
30+ * efficient `get_partial_values ` implementation for `FSStoreV3 `
31+ * sharding storage transformer
2632 By :user: `Jonathan Striebel <jstriebel> `; :issue: `1096 `, :issue: `1111 `.
2733
28- * Remove warnings emitted when using N5Store or N5FSStore with a blosc-compressed array.
34+ * N5 nows supports Blosc.
35+ Remove warnings emitted when using N5Store or N5FSStore with a blosc-compressed array.
2936 By :user: `Davis Bennett <d-v-b> `; :issue: `1331 `.
30-
37+
3138Bug fixes
3239~~~~~~~~~
3340
@@ -36,6 +43,7 @@ Bug fixes
3643
3744* Ensure contiguous data is give to ``FSStore ``. Only copying if needed.
3845 By :user: `Mads R. B. Kristensen <madsbk> ` :issue: `1285 `.
46+
3947* NestedDirectoryStore.listdir now returns chunk keys with the correct '/' dimension_separator.
4048 By :user: `Brett Graham <braingram> ` :issue: `1334 `.
4149
0 commit comments