From 0856d3eaae838da0cb0b0670c3d7cf317b1fae65 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 22 Nov 2024 11:55:34 +0100 Subject: [PATCH 1/2] Clarify that zarr layout given in spec is an example --- 0.5/index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0.5/index.bs b/0.5/index.bs index 3f326ffa..d65c075f 100644 --- a/0.5/index.bs +++ b/0.5/index.bs @@ -65,7 +65,7 @@ like S3 or GCS. Images {#image-layout} ---------------------- -The following layout describes the expected Zarr hierarchy for images with +The following layout shows an example valid Zarr hierarchy for images with multiple levels of resolutions and optionally associated labels. Note that the number of dimensions is variable between 2 and 5 and that axis names are arbitrary, see [[#multiscale-md]] for details. From 8dafbefeb1a600f5cfbd8c5ec76eb805486326b6 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 22 Nov 2024 12:16:22 +0100 Subject: [PATCH 2/2] Add changelog entry --- 0.5/index.bs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/0.5/index.bs b/0.5/index.bs index d65c075f..9b828314 100644 --- a/0.5/index.bs +++ b/0.5/index.bs @@ -652,6 +652,15 @@ Version History {#history} +Changelog {#changelog} +====================== + +Version 0.6 +----------- + +- Clarified that the example file layout given in section 2.1 is + an example of a valid layout, and not *the* expected layout. +
 {