Skip to content

Commit 4f69cea

Browse files
authored
Merge pull request #281 from MSanKeys963/update_sharding_status
Update ZEP0002 status
2 parents 4990470 + b524ddb commit 4f69cea

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

docs/v3/codecs/crc32c/v1.0.rst

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
CRC32C checksum codec (version 1.0)
55
============================
66

7-
**Editor's draft 17 July 2023**
8-
97
Specification URI:
108
https://zarr-specs.readthedocs.io/en/latest/v3/codecs/crc32c/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
1113
Corresponding ZEP:
12-
`ZEP 2 — Sharding codec <https://zarr.dev/zeps/draft/ZEP0002.html>`_
14+
`ZEP0002 — Sharding codec <https://zarr.dev/zeps/accepted/ZEP0002.html>`_
1315
Issue tracking:
1416
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_
1517
Suggest an edit for this spec:
@@ -32,13 +34,7 @@ Defines an ``bytes -> bytes`` codec that appends a CRC32C checksum of the input
3234
Status of this document
3335
=======================
3436

35-
.. rst-class:: draft
36-
37-
.. warning::
38-
This document is a draft for review and subject to changes.
39-
It will become final when the `Zarr Enhancement Proposal (ZEP) 2 <https://zarr.dev/zeps/draft/ZEP0002.html>`_
40-
is approved via the `ZEP process <https://zarr.dev/zeps/active/ZEP0000.html>`_.
41-
37+
ZEP0002 was accepted on November 1st, 2023 via https://github.com/zarr-developers/zarr-specs/issues/254.
4238

4339
Document conventions
4440
====================

docs/v3/codecs/sharding-indexed/v1.0.rst

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44
Sharding codec (version 1.0)
55
==========================================
66

7-
**Editor's draft 17 July 2023**
8-
97
Specification 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
1113
Corresponding ZEP:
12-
`ZEP 2 — Sharding codec <https://zarr.dev/zeps/draft/ZEP0002.html>`_
14+
`ZEP0002 — Sharding codec <https://zarr.dev/zeps/accepted/ZEP0002.html>`_
1315
Issue 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>`_
1517
Suggest 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

3628
Abstract
3729
========
@@ -42,6 +34,10 @@ Sharding logically splits chunks ("shards") into sub-chunks ("inner chunks")
4234
that can be individually compressed and accessed. This allows to colocate
4335
multiple 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

4642
Motivation
4743
==========

0 commit comments

Comments
 (0)