44Sharding codec (version 1.0)
55==========================================
66
7- **Editor's draft 17 July 2023 **
8-
97Specification URI:
108 https://zarr-specs.readthedocs.io/en/latest/v3/codecs/sharding-indexed/v1.0.html
9+ Editors:
10+ * Jonathan Striebel (`@jstriebel <https://github.com/jstriebel >`_), Scalable Minds
11+ * Norman Rzepka (`@normanrz <https://github.com/normanrz >`_), Scalable Minds
12+ * Jeremy Maitin-Shepard (`@jbms <https://github.com/jbms >`_), Google
1113Corresponding ZEP:
12- `ZEP 2 — Sharding codec <https://zarr.dev/zeps/draft /ZEP0002.html >`_
14+ `ZEP0002 — Sharding codec <https://zarr.dev/zeps/accepted /ZEP0002.html >`_
1315Issue tracking:
14- `GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/sharding-indexed-codec-v1.0> `-
16+ `GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/sharding-indexed-codec-v1.0 >`_
1517Suggest an edit for this spec:
1618 `GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/codecs/sharding-indexed/v1.0.rst >`_
1719
@@ -22,16 +24,6 @@ is licensed under a `Creative Commons Attribution 3.0 Unported License
2224
2325----
2426
25- Status of this document
26- =======================
27-
28- .. rst-class :: draft
29-
30- .. warning ::
31- This document is a draft for review and subject to changes.
32- It will become final when the `Zarr Enhancement Proposal (ZEP) 2 <https://zarr.dev/zeps/draft/ZEP0002.html >`_
33- is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html >`_.
34-
3527
3628Abstract
3729========
@@ -42,6 +34,10 @@ Sharding logically splits chunks ("shards") into sub-chunks ("inner chunks")
4234that can be individually compressed and accessed. This allows to colocate
4335multiple chunks within one storage object, bundling them in shards.
4436
37+ Status of this document
38+ ======================
39+
40+ ZEP0002 was accepted on November 1st, 2023 via https://github.com/zarr-developers/zarr-specs/issues/254.
4541
4642Motivation
4743==========
0 commit comments