Skip to content

Commit

Permalink
Prepare 2.14 changelog (#1337)
Browse files Browse the repository at this point in the history
* Prepare 2.14 changelog

* .rst fixes
  • Loading branch information
joshmoore committed Feb 10, 2023
1 parent 280d969 commit 277e4b2
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions docs/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,35 @@ Release notes
# to document your changes. On releases it will be
# re-indented so that it does not show up in the notes.
.. _unreleased:
.. _unreleased:

Unreleased
----------

Unreleased
----------
..
# .. warning::
# Pre-release! Use :command:`pip install --pre zarr` to evaluate this release.
.. _release_2.14.0:

2.14.0
------

Major changes
~~~~~~~~~~~~~

* Improve Zarr V3 support, adding partial store read/write and storage transformers.
Add two features of the [v3 spec](https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html):
* storage transformers
* `get_partial_values` and `set_partial_values`
* efficient `get_partial_values` implementation for `FSStoreV3`
* sharding storage transformer
Add new features from the `v3 spec <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html>`_:
* storage transformers
* `get_partial_values` and `set_partial_values`
* efficient `get_partial_values` implementation for `FSStoreV3`
* sharding storage transformer
By :user:`Jonathan Striebel <jstriebel>`; :issue:`1096`, :issue:`1111`.

* Remove warnings emitted when using N5Store or N5FSStore with a blosc-compressed array.
* N5 nows supports Blosc.
Remove warnings emitted when using N5Store or N5FSStore with a blosc-compressed array.
By :user:`Davis Bennett <d-v-b>`; :issue:`1331`.

Bug fixes
~~~~~~~~~

Expand All @@ -36,6 +43,7 @@ Bug fixes

* Ensure contiguous data is give to ``FSStore``. Only copying if needed.
By :user:`Mads R. B. Kristensen <madsbk>` :issue:`1285`.

* NestedDirectoryStore.listdir now returns chunk keys with the correct '/' dimension_separator.
By :user:`Brett Graham <braingram>` :issue:`1334`.

Expand Down

0 comments on commit 277e4b2

Please sign in to comment.