Skip to content

Commit c8ed0f6

Browse files
committed
fix refs [ci skip]
1 parent 2f89535 commit c8ed0f6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/release.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ Release notes
99
Enhancements
1010
~~~~~~~~~~~~
1111

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`.
1718

1819
* Support has been added for structured arrays with sub-array shape and/or nested fields. By
1920
:user:`Tarik Onalan <onalant>`, :issue:`111`, :issue:`296`.

0 commit comments

Comments
 (0)