File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,5 @@ can be used as a Zarr array store.
12
12
.. autoclass :: DictStore
13
13
.. autoclass :: DirectoryStore
14
14
.. 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
13
13
the tutorial section on :ref: `tutorial_groups ` and the :mod: `zarr.hierarchy `
14
14
API docs for more information.
15
15
16
- To accommodate support for hierarchies the Zarr format has been modified. See
17
- the :ref: `spec_v2 ` for more information.
18
-
19
16
Filters
20
17
~~~~~~~
21
18
24
21
Other changes
25
22
~~~~~~~~~~~~~
26
23
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.
28
36
29
37
.. _release_1.1.0 :
30
38
You can’t perform that action at this time.
0 commit comments