File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,21 @@ Unreleased
14
14
# .. warning::
15
15
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
16
16
17
- * Improve Zarr V3 support, adding partial store read/write and storage transformers.
18
- Add two features of the [v3 spec](https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html):
19
- * storage transformers
20
- * `get_partial_values ` and `set_partial_values `
17
+
18
+ Major changes
19
+ ~~~~~~~~~~~~~
20
+
21
+ * Improve `Zarr V3 support <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html >`_
22
+ adding partial store read/write and storage transformers.
21
23
By :user: `Jonathan Striebel <jstriebel> `; :issue: `1096 `.
22
24
25
+
26
+ Bug fixes
27
+ ~~~~~~~~~
28
+
29
+ * Ensure contiguous data is give to ``FSStore ``. Only copying if needed.
30
+ By :user: `Mads R. B. Kristensen <madsbk> ` :issue: `1285 `.
31
+
23
32
.. _release_2.13.6 :
24
33
25
34
2.13.6
You can’t perform that action at this time.
0 commit comments