Skip to content
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

ZEP1: define which extensions are part of ZEP1 #23

Merged
merged 1 commit into from
Dec 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions draft/ZEP0001.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,23 +228,19 @@ following specifications have also been published on the zarr-specs
website:

* [Codecs](https://zarr-specs.readthedocs.io/en/latest/codecs.html)
jstriebel marked this conversation as resolved.
Show resolved Hide resolved
(part of this ZEP as well)

* Stores - [File system
store](https://zarr-specs.readthedocs.io/en/latest/stores/filesystem/v1.0.html)

* Array extensions -
[Filters](https://zarr-specs.readthedocs.io/en/latest/extensions/array-extensions/filters/v1.0.html)
(not part of this ZEP)

* Data types - [Datetime data
types](https://zarr-specs.readthedocs.io/en/latest/extensions/data-types/datetime/v1.0.html)
(not part of this ZEP)

* Storage transformers - [Sharding storage
transformer](https://zarr-specs.readthedocs.io/en/latest/extensions/storage-transformers/sharding/v1.0.html)

Note that some of these specifications are not complete at this
time. We leave it open at this time whether the scope of this ZEP
should be expanded to fully cover all of these specifications, or
whether further ZEPs should be created to cover these other specs.
(part of [ZEP2](https://zarr.dev/zeps/draft/ZEP0002.html))


### Extensibility
Expand Down Expand Up @@ -464,6 +460,8 @@ the hierarchy.

3. Discussion around Zarr V3 Protocol:
* Issues in `zarr-specs`:
* ZEP1 project board:
* https://github.com/orgs/zarr-developers/projects/2
* Zarr V3 Mission:
* https://github.com/zarr-developers/zarr-specs/issues/140
* Zarr V3 Implementation(Zarrita):
Expand Down