From d3da2b950364ca849e5392961a32bf7e1b9511ae Mon Sep 17 00:00:00 2001 From: Sanket Verma Date: Fri, 11 Aug 2023 00:58:30 +0530 Subject: [PATCH] Update V3 status and minor fixes. --- README.md | 2 +- docs/v3/codecs/blosc/v1.0.rst | 7 +++---- docs/v3/codecs/endian/v1.0.rst | 7 +++---- docs/v3/codecs/gzip/v1.0.rst | 7 +++---- docs/v3/codecs/transpose/v1.0.rst | 7 +++---- docs/v3/core/v3.0.rst | 7 +++---- docs/v3/stores/filesystem/v1.0.rst | 7 +++---- 7 files changed, 19 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 4db6296..4d7580b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Zarr Specs +# Zarr Specification **Zarr core protocol for storage and retrieval of N-dimensional typed arrays** diff --git a/docs/v3/codecs/blosc/v1.0.rst b/docs/v3/codecs/blosc/v1.0.rst index 21a6d87..44f1a65 100644 --- a/docs/v3/codecs/blosc/v1.0.rst +++ b/docs/v3/codecs/blosc/v1.0.rst @@ -7,14 +7,13 @@ Specification URI: https://zarr-specs.readthedocs.io/en/latest/v3/codecs/blosc/v1.0.html Corresponding ZEP: - `ZEP 1 — Zarr specification version 3 `_ + `ZEP0001 — Zarr specification version 3 `_ Issue tracking: `GitHub issues `_ Suggest an edit for this spec: `GitHub editor `_ -Copyright 2020 `Zarr core development team -`_. This work +Copyright 2020-Present Zarr core development team. This work is licensed under a `Creative Commons Attribution 3.0 Unported License `_. @@ -30,7 +29,7 @@ Defines a ``bytes -> bytes`` codec that uses the blosc container format. Status of this document ======================= -ZEP0001 was accepted on May 13th, 2023. +ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227. Document conventions diff --git a/docs/v3/codecs/endian/v1.0.rst b/docs/v3/codecs/endian/v1.0.rst index 571af19..f201bc6 100644 --- a/docs/v3/codecs/endian/v1.0.rst +++ b/docs/v3/codecs/endian/v1.0.rst @@ -9,14 +9,13 @@ Specification URI: https://zarr-specs.readthedocs.io/en/latest/v3/codecs/endian/v1.0.html Corresponding ZEP: - `ZEP 1 — Zarr specification version 3 `_ + `ZEP0001 — Zarr specification version 3 `_ Issue tracking: `GitHub issues `_ Suggest an edit for this spec: `GitHub editor `_ -Copyright 2020 `Zarr core development team -`_. This work +Copyright 2020-Present Zarr core development team. This work is licensed under a `Creative Commons Attribution 3.0 Unported License `_. @@ -33,7 +32,7 @@ data types as little endian or big endian in lexicographical order. Status of this document ======================= -ZEP0001 was accepted on May 13th, 2023. +ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227. Document conventions diff --git a/docs/v3/codecs/gzip/v1.0.rst b/docs/v3/codecs/gzip/v1.0.rst index c737469..d605c28 100644 --- a/docs/v3/codecs/gzip/v1.0.rst +++ b/docs/v3/codecs/gzip/v1.0.rst @@ -7,14 +7,13 @@ Specification URI: https://zarr-specs.readthedocs.io/en/latest/v3/codecs/gzip/v1.0.html Corresponding ZEP: - `ZEP 1 — Zarr specification version 3 `_ + `ZEP0001 — Zarr specification version 3 `_ Issue tracking: `GitHub issues `_ Suggest an edit for this spec: `GitHub editor `_ -Copyright 2020 `Zarr core development team -`_. This work +Copyright 2020-Present Zarr core development team. This work is licensed under a `Creative Commons Attribution 3.0 Unported License `_. @@ -30,7 +29,7 @@ Defines a ``bytes -> bytes`` codec that applies gzip compression. Status of this document ======================= -ZEP0001 was accepted on May 13th, 2023. +ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227. Document conventions diff --git a/docs/v3/codecs/transpose/v1.0.rst b/docs/v3/codecs/transpose/v1.0.rst index cff5c45..7f717a1 100644 --- a/docs/v3/codecs/transpose/v1.0.rst +++ b/docs/v3/codecs/transpose/v1.0.rst @@ -9,14 +9,13 @@ Specification URI: https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/v1.0.html Corresponding ZEP: - `ZEP 1 — Zarr specification version 3 `_ + `ZEP0001 — Zarr specification version 3 `_ Issue tracking: `GitHub issues `_ Suggest an edit for this spec: `GitHub editor `_ -Copyright 2020 `Zarr core development team -`_. This work +Copyright 2020-Present Zarr core development team. This work is licensed under a `Creative Commons Attribution 3.0 Unported License `_. @@ -33,7 +32,7 @@ array. Status of this document ======================= -ZEP0001 was accepted on May 13th, 2023. +ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227. Document conventions diff --git a/docs/v3/core/v3.0.rst b/docs/v3/core/v3.0.rst index 30c43d4..58bf353 100644 --- a/docs/v3/core/v3.0.rst +++ b/docs/v3/core/v3.0.rst @@ -14,7 +14,7 @@ Editors: * Jeremy Maitin-Shepard (`@jbms `_), Google Corresponding ZEP: - `ZEP 0001 — Zarr specification version 3 `_ + `ZEP0001 — Zarr specification version 3 `_ Issue tracking: `GitHub issues `_ @@ -22,8 +22,7 @@ Issue tracking: Suggest an edit for this spec: `GitHub editor `_ -Copyright 2019-Present `Zarr core development team -`_. This work +Copyright 2019-Present Zarr core development team. This work is licensed under a `Creative Commons Attribution 3.0 Unported License `_. @@ -39,7 +38,7 @@ This specification defines the Zarr format for N-dimensional typed arrays. Status of this document ======================= -ZEP0001 was accepted on May 13th, 2023. +ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227. Introduction diff --git a/docs/v3/stores/filesystem/v1.0.rst b/docs/v3/stores/filesystem/v1.0.rst index 0ad886d..7253f9b 100644 --- a/docs/v3/stores/filesystem/v1.0.rst +++ b/docs/v3/stores/filesystem/v1.0.rst @@ -7,14 +7,13 @@ Specification URI: https://zarr-specs.readthedocs.io/en/latest/v3/stores/filesystem/v1.0.html Corresponding ZEP: - `ZEP 1 — Zarr specification version 3 `_ + `ZEP0001 — Zarr specification version 3 `_ Issue tracking: `GitHub issues `_ Suggest an edit for this spec: `GitHub editor `_ -Copyright 2019 `Zarr core development team -`_. This work is +Copyright 2019-Present Zarr core development team. This work is licensed under a `Creative Commons Attribution 3.0 Unported License `_. @@ -31,7 +30,7 @@ store API using a file system. Status of this document ======================= -ZEP0001 was accepted on May 13th, 2023. +ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227. Notes about design decisions for the native File System Store