Skip to content

Commit 1793da0

Browse files
authored
Add FSStore contiguous bug fix note (#1325)
1 parent c45e870 commit 1793da0

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

docs/release.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2534
2.13.6

0 commit comments

Comments
 (0)