Skip to content

Commit 6b32887

Browse files
committed
Add version info to paragraph in user guide
1 parent a70d8ed commit 6b32887

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/user-guide/consolidated_metadata.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,13 @@ With nested groups, the consolidated metadata is available on the children, recu
100100
>>> consolidated['child'].metadata.consolidated_metadata
101101
ConsolidatedMetadata(metadata={'child': GroupMetadata(attributes={'kind': 'grandchild'}, zarr_format=3, consolidated_metadata=ConsolidatedMetadata(metadata={}, kind='inline', must_understand=False), node_type='group')}, kind='inline', must_understand=False)
102102

103-
The keys in the consolidated metadata are sorted prior to writing. Keys are
104-
sorted in ascending order by path length, where a path is defined as a sequence
105-
of strings joined by '/'. For keys with the same path length, lexicographic
106-
order is used to break the tie. This behaviour ensures deterministic metadata
107-
output for a given group.
103+
.. versionadded:: 3.1.1
104+
105+
The keys in the consolidated metadata are sorted prior to writing. Keys are
106+
sorted in ascending order by path length, where a path is defined as a sequence
107+
of strings joined by '/'. For keys with the same path length, lexicographic
108+
order is used to break the tie. This behaviour ensures deterministic metadata
109+
output for a given group.
108110

109111
Synchronization and Concurrency
110112
-------------------------------

0 commit comments

Comments
 (0)