Skip to content

Commit 277e4b2

Browse files
authored
Prepare 2.14 changelog (#1337)
* Prepare 2.14 changelog * .rst fixes
1 parent 280d969 commit 277e4b2

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

docs/release.rst

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
1723
Major 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+
3138
Bug 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

Comments
 (0)