@@ -6,28 +6,35 @@ Release notes
6
6
# to document your changes. On releases it will be
7
7
# re-indented so that it does not show up in the notes.
8
8
9
- .. _unreleased :
9
+ .. _unreleased :
10
+
11
+ Unreleased
12
+ ----------
10
13
11
- Unreleased
12
- ----------
13
14
..
14
15
# .. warning::
15
16
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
16
17
18
+ .. _release_2.14.0 :
19
+
20
+ 2.14.0
21
+ ------
22
+
17
23
Major changes
18
24
~~~~~~~~~~~~~
19
25
20
26
* 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
26
32
By :user: `Jonathan Striebel <jstriebel> `; :issue: `1096 `, :issue: `1111 `.
27
33
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.
29
36
By :user: `Davis Bennett <d-v-b> `; :issue: `1331 `.
30
-
37
+
31
38
Bug fixes
32
39
~~~~~~~~~
33
40
@@ -36,6 +43,7 @@ Bug fixes
36
43
37
44
* Ensure contiguous data is give to ``FSStore ``. Only copying if needed.
38
45
By :user: `Mads R. B. Kristensen <madsbk> ` :issue: `1285 `.
46
+
39
47
* NestedDirectoryStore.listdir now returns chunk keys with the correct '/' dimension_separator.
40
48
By :user: `Brett Graham <braingram> ` :issue: `1334 `.
41
49
0 commit comments