-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support zarr v3 #249
Support zarr v3 #249
Conversation
Automated Review URLs |
this is a lighter version of #227, without any metadata changes. |
Would a group
|
@will-moore yes, everything that was previously in |
@d-v-b: would you be up for moving this change from |
@joshmoore I guess that's fine, but then don't I have to manually track changes to |
I was thinking these would become the fast moving location, e.g. from the meetings yesterday:
The problem I'm concerned about when using latest for everything is that there won't be a way to track the intermediate stages in the (more or less) ephemeral data. |
In this scheme, doesn't dev2 depend on dev1, and similarly for dev3 / dev2? Which means separate folders might get clunky. Or is the idea that these are all independent changes? |
They may depend on each but there may also be roll backs in the changes we need. So it definitely might get clunky, but it will let us move quickly for a period of time. |
@joshmoore I made the requested changes, the diff is now unreadable, not sure if there is a way to avoid that as long as we are doing copy + paste |
Thanks, @d-v-b.
It's a good question, and one I've wondered about independently of the dev challenge. The only fairly wacky idea I had was to have the version be a branch rather than directory. 🤷🏽 |
Alternatively, the repo only ever has 1 version, the latest one, and old versions are accessible via git history (and as github releases), and proposed versions are branches which get merged via PRs. It seems like the only reason to keep old versions like 0.3 around would be if we are planning on changing them, but I don't think that's the case? |
cf conventions does a normal github release workflow. seems a bit simpler than keeping old versions around as folders |
I'm using this branch schemas in updated ome-ngff-validator at ome/ome-ngff-validator#35 (with sample data - see link on PR). |
I like the idea of maintaining the versions on individual branches. I think this PR is a useful base for #242 but I don't think it is worth having on its own. If we are fine with using non-finalized versions, why not use the current (or next) iteration of RFC-2? Why introduce yet another way for supporting Zarr v3? Because it came up in the meeting. I definitely think that this is a breaking change, because all 0.4-conforming OME-Zarr impls would suddenly be non-conforming anymore. While loosening restrictions in libraries or applications can be considered non-breaking changes the same logic does not apply to file format specifications. |
Where does the spec state what an implementation must do in order to be considered conformant? I don't think we have ever been strict about this. |
It's definitely a breaking change as all of the devs will be. As I mentioned by email, in mind, what you're referring to is |
This pull request has been mentioned on Image.sc Forum. There might be relevant details there: |
@will-moore all the versions should be correct, let me know if I missed anything |
@d-v-b Great, thanks. Updated ome/ome-ngff-validator#35 accordingly and looks good 👍 |
I mentioned this PR in the RFC-2 revision as an alternative approach. |
should this PR be closed or have I misunderstood and it could still be accepted eventually? |
Thanks for the ping, @yarikoptic. Closing this now that #261 is merged. I'll either find a way to implement the version publication solutions for 0.5 or file an issue capturing the thoughts above. Thanks all. |
removes the zarr 2 specific language from the spec, and adds a section recommending against mixing zarr 2 and zarr 3 hierarchies