diff --git a/draft/ZEP0002.md b/accepted/ZEP0002.md similarity index 98% rename from draft/ZEP0002.md rename to accepted/ZEP0002.md index e223d78..c5c7728 100644 --- a/draft/ZEP0002.md +++ b/accepted/ZEP0002.md @@ -4,8 +4,10 @@ title: ZEP0002 description: This ZEP proposes to add a sharding codec to the Zarr specification version 3. This permits combining multiple chunks into storage keys, enabling the usage of larger arrays with Zarr. -parent: draft ZEPs +parent: accepted ZEPs nav_order: 2 + +redirect_from: /draft/ZEP0002 --- # ZEP 2 - Sharding codec @@ -16,15 +18,16 @@ Authors: - Norman Rzepka ([@normanrz](https://github.com/normanrz)), scalable minds - Jeremy Maitin-Shepard ([@jbms](https://github.com/jbms)), Google -Status: Draft +Status: Accepted via [zarr-developers/zarr-specs/#254](https://github.com/zarr-developers/zarr-specs/issues/254) Type: Specification Created: 2022-08-02 +Accepted: 2023-11-01 + This ZEP is accompanied by the sharding extension specification -[[SHARDINGSPEC](#ref-SHARDINGSPEC)]. A public review of the specification is -done in [issue #@254 of the zarr-specs repo](https://github.com/zarr-developers/zarr-specs/issues/254). +[[SHARDINGSPEC](#ref-SHARDINGSPEC)]. ## Abstract