Skip to content

Commit 3279aee

Browse files
committed
docs
1 parent e2fec99 commit 3279aee

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

docs/api/storage.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ can be used as a Zarr array store.
1212
.. autoclass:: DictStore
1313
.. autoclass:: DirectoryStore
1414
.. autoclass:: ZipStore
15+
16+
.. autofunction:: migrate_1to2

docs/release.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ Support has been added for organizing arrays into hierarchies via groups. See
1313
the tutorial section on :ref:`tutorial_groups` and the :mod:`zarr.hierarchy`
1414
API docs for more information.
1515

16-
To accommodate support for hierarchies the Zarr format has been modified. See
17-
the :ref:`spec_v2` for more information.
18-
1916
Filters
2017
~~~~~~~
2118

@@ -24,7 +21,18 @@ TODO
2421
Other changes
2522
~~~~~~~~~~~~~
2623

27-
* The bundled Blosc library has been upgraded to version 1.10.2.
24+
To accommodate support for hierarchies and filters, the Zarr metadata format
25+
has been modified. See the :ref:`spec_v2` for more information. To migrate an
26+
array stored using Zarr version 1.x, use the :func:`zarr.storage.migrate_1to2`
27+
function.
28+
29+
The bundled Blosc library has been upgraded to version 1.10.2.
30+
31+
Acknowledgments
32+
~~~~~~~~~~~~~~~
33+
34+
Thanks to Matthew Rocklin (mrocklin_), Stephan Hoyer (shoyer_) and
35+
Francesc Alted (FrancescAlted_) for contributions and comments.
2836

2937
.. _release_1.1.0:
3038

0 commit comments

Comments
 (0)