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
1414 # .. warning::
1515 # Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
1616
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.
2123 By :user: `Jonathan Striebel <jstriebel> `; :issue: `1096 `.
2224
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+
2332.. _release_2.13.6 :
2433
25342.13.6
You can’t perform that action at this time.
0 commit comments