Skip to content

Commit e8bef62

Browse files
committed
Merge branch 'consolidate-version-history' into no-separate-field-for-arrayCoordinateSystem
2 parents 176a208 + 12f46de commit e8bef62

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note that the number of dimensions is variable between 2 and 5 and that axis nam
7474
│ # Group level attributes are stored in the `zarr.json` file and include
7575
│ # "multiscales" and "omero" (see below).
7676
77-
├── 0 # Each multiscale level is stored as a separate Zarr array,
77+
├── s0 # Each multiscale level is stored as a separate Zarr array,
7878
│ ... # which is a folder containing chunk files which compose the array.
7979
├── n # The name of the array is arbitrary with the ordering defined by
8080
│ │ # by the "multiscales" metadata, but is often a sequence starting at 0.
@@ -99,7 +99,7 @@ Note that the number of dimensions is variable between 2 and 5 and that axis nam
9999
├── zarr.json # Zarr Group which is both a multiscaled image as well as a labeled image.
100100
│ # Metadata of the related image and as well as display information under the "image-label" key.
101101
102-
├── 0 # Each multiscale level is stored as a separate Zarr array, as above, but only integer values
102+
├── s0 # Each multiscale level is stored as a separate Zarr array, as above, but only integer values
103103
└── ... # are supported.
104104
```
105105

@@ -131,7 +131,7 @@ A well group SHOULD NOT be present if there are no images in the well.
131131
│ │ ├── 0 # First field of view of well A1
132132
│ │ │ │
133133
│ │ │ ├── zarr.json # Implements "multiscales", "omero"
134-
│ │ │ ├── 0 # Resolution levels
134+
│ │ │ ├── s0 # Resolution levels
135135
│ │ │ ├── ...
136136
│ │ │ └── labels # Labels (optional)
137137
│ │ └── ... # Other fields of view

version_history.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ All notable changes to this project will be documented in this file.
88

99
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1010

11-
## [Unreleased]
12-
13-
### Changed
14-
15-
- Changed the constraints for valid `path` values in `wells` for HCS plates to allow some non-alphanumeric characters.
16-
1711
## [0.6.dev3] - 2025-01-27
1812

1913
### Changed
@@ -26,6 +20,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2620
- For detailed set of changes see [complete overview](https://ngff.openmicroscopy.org/rfc/5/responses/2/index.html)
2721
- Updated version keys from `0.6.dev2` to `0.6.dev3` everywhere
2822
- style: Homogeneous use of backticks in spec document
23+
- specification: Changed the constraints for valid `path` values in `wells` for HCS plates to allow some non-alphanumeric characters.
24+
- specification: Corrected that `version` field is not required under plate/well/labels metadata.
25+
- style: Adopted JSON terminology for "object" and "array" in the spec document.
2926

3027
### Removed
3128

0 commit comments

Comments
 (0)