From e02a6fb5d4ea4a086922250e9a5ead8206a4eeec Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 26 Nov 2024 15:49:42 +0000 Subject: [PATCH 1/3] Start a roadmap --- docs/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/index.md b/docs/index.md index d1b2eae..b77a288 100644 --- a/docs/index.md +++ b/docs/index.md @@ -24,3 +24,12 @@ This package is designed with the following guiding principles: - Array reading and writing operations are out of scope We are trying to make this as usable and useful as possible while still complying with the OME-zarr specification. + +## Roadmap + +This is our roadmap, with major features in order of importance: + +1. A working validator for OME-zarr 0.4 datasets +2. Ability to write metadata after creation/modification +3. A working validator for OME-zarr 0.5 datasets +4. ...?s From 45d4c80da685ee440dc955d64509145cfb93e3f4 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 26 Nov 2024 15:52:07 +0000 Subject: [PATCH 2/3] Update draft roadmap --- docs/index.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/index.md b/docs/index.md index b77a288..f041e5d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,9 +27,13 @@ We are trying to make this as usable and useful as possible while still complyin ## Roadmap -This is our roadmap, with major features in order of importance: +This is our draft roadmap. -1. A working validator for OME-zarr 0.4 datasets -2. Ability to write metadata after creation/modification -3. A working validator for OME-zarr 0.5 datasets -4. ...?s +### v1 + +- A working validator for OME-zarr 0.4 datasets + +### v2 + +- Ability to write metadata after creation/modification +- A working validator for OME-zarr 0.5 datasets From 5ea9503405fe5ac811e3ada51dd6cb70e6c75484 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 9 Dec 2024 22:27:30 +0000 Subject: [PATCH 3/3] Update index.md --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index f041e5d..e3c5461 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,9 +31,11 @@ This is our draft roadmap. ### v1 -- A working validator for OME-zarr 0.4 datasets +- A working validator for OME-zarr 0.4 datasets. +- A python object representation of OME-zarr 0.4 datasets. ### v2 +- The ability to modify the python representation, and write this out to zarr storage backends. - Ability to write metadata after creation/modification - A working validator for OME-zarr 0.5 datasets