File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,12 @@ Release notes
9
9
Enhancements
10
10
~~~~~~~~~~~~
11
11
12
- * Add "consolidated" metadata as an experimental option: use :func: `zarr.consolidate_metadata ` to copy
13
- all metadata from the various keys within a data-set under a single key, and
14
- :func: `zarr.open_consolidated ` to use this single key. This can greatly cut down the
15
- number of calls to the storage backend, and so remove a lot of of over head for
16
- remote data. By :user: `Martin Durant <martindurant> `, :issue: `268 `.
12
+ * Add "consolidated" metadata as an experimental feature: use
13
+ :func: `zarr.convenience.consolidate_metadata ` to copy all metadata from the various
14
+ metadata keys within a dataset hierarchy under a single key, and
15
+ :func: `zarr.convenience.open_consolidated ` to use this single key. This can greatly
16
+ cut down the number of calls to the storage backend, and so remove a lot of overhead
17
+ for reading remote data. By :user: `Martin Durant <martindurant> `, :issue: `268 `.
17
18
18
19
* Support has been added for structured arrays with sub-array shape and/or nested fields. By
19
20
:user: `Tarik Onalan <onalant> `, :issue: `111 `, :issue: `296 `.
You can’t perform that action at this time.
0 commit comments