From 027f8b21785c2d1e86d6ea14fa6d6b8a297bd69c Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 10 Jan 2025 21:26:32 +0100 Subject: [PATCH 1/2] 0.5.1: replace the missing omero metadata text (fix #286) --- 0.5/index.bs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/0.5/index.bs b/0.5/index.bs index 474119e3..edcf87c9 100644 --- a/0.5/index.bs +++ b/0.5/index.bs @@ -381,6 +381,12 @@ can be found under the "omero" key in the group-level metadata: See the [OMERO WebGateway documentation](https://omero.readthedocs.io/en/stable/developers/Web/WebGateway.html#imgdata) for more information. +The "omero" metadata is optional, but if present it MUST contain the field "channels", which is an array of dictionaries describing the channels of the image. +Each dictionary in "channels" MUST contain the field "color", which is a string of 6 hexadecimal digits specifying the color of the channel in RGB format. +Each dictionary in "channels" MUST contain the field "window", which is a dictionary describing the windowing of the channel. +The field "window" MUST contain the fields "min" and "max", which are the minimum and maximum values of the window, respectively. +It MUST also contain the fields "start" and "end", which are the start and end values of the window, respectively. + "labels" metadata {#labels-md} ------------------------------ @@ -589,6 +595,11 @@ Version History {#history} Description + + 0.5.1 + 2025-01-10 + Re-add the improved omero description in PR-191. + 0.5 2024-11-21 From 6150e72d06d51697f88e0e56115a39d86ccb2ab3 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 10 Jan 2025 21:50:19 +0100 Subject: [PATCH 2/2] Add the .0 in the changelog --- 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 edcf87c9..85c46f81 100644 --- a/0.5/index.bs +++ b/0.5/index.bs @@ -601,7 +601,7 @@ Version History {#history} Re-add the improved omero description in PR-191. - 0.5 + 0.5.0 2024-11-21 use Zarr v3 in OME-Zarr, see RFC-2.