File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ Support has been added for organizing arrays into hierarchies via groups. See
1313the tutorial section on :ref: `tutorial_groups ` and the :mod: `zarr.hierarchy `
1414API 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-
1916Filters
2017~~~~~~~
2118
2421Other 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
You can’t perform that action at this time.
0 commit comments