Skip to content

Commit 97453eb

Browse files
authored
Merge pull request #261 from MSanKeys963/update_V3_status
Update V3 status and minor fixes.
2 parents 8741619 + d3da2b9 commit 97453eb

File tree

7 files changed

+19
-25
lines changed

7 files changed

+19
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zarr Specs
1+
# Zarr Specification
22

33
**Zarr core protocol for storage and retrieval of N-dimensional typed arrays**
44

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
Specification URI:
88
https://zarr-specs.readthedocs.io/en/latest/v3/codecs/blosc/v1.0.html
99
Corresponding ZEP:
10-
`ZEP 1 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
10+
`ZEP0001 — Zarr specification version 3 <https://zarr.dev/zeps/accepted/ZEP0001.html>`_
1111
Issue tracking:
1212
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_
1313
Suggest an edit for this spec:
1414
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/codecs/blosc/v1.0.rst>`_
1515

16-
Copyright 2020 `Zarr core development team
17-
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work
16+
Copyright 2020-Present Zarr core development team. This work
1817
is licensed under a `Creative Commons Attribution 3.0 Unported License
1918
<https://creativecommons.org/licenses/by/3.0/>`_.
2019

@@ -30,7 +29,7 @@ Defines a ``bytes -> bytes`` codec that uses the blosc container format.
3029
Status of this document
3130
=======================
3231

33-
ZEP0001 was accepted on May 13th, 2023.
32+
ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227.
3433

3534

3635
Document conventions

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
Specification URI:
1010
https://zarr-specs.readthedocs.io/en/latest/v3/codecs/endian/v1.0.html
1111
Corresponding ZEP:
12-
`ZEP 1 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
12+
`ZEP0001 — Zarr specification version 3 <https://zarr.dev/zeps/accepted/ZEP0001.html>`_
1313
Issue tracking:
1414
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_
1515
Suggest an edit for this spec:
1616
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/codecs/endian/v1.0.rst>`_
1717

18-
Copyright 2020 `Zarr core development team
19-
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work
18+
Copyright 2020-Present Zarr core development team. This work
2019
is licensed under a `Creative Commons Attribution 3.0 Unported License
2120
<https://creativecommons.org/licenses/by/3.0/>`_.
2221

@@ -33,7 +32,7 @@ data types as little endian or big endian in lexicographical order.
3332
Status of this document
3433
=======================
3534

36-
ZEP0001 was accepted on May 13th, 2023.
35+
ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227.
3736

3837

3938
Document conventions

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
Specification URI:
88
https://zarr-specs.readthedocs.io/en/latest/v3/codecs/gzip/v1.0.html
99
Corresponding ZEP:
10-
`ZEP 1 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
10+
`ZEP0001 — Zarr specification version 3 <https://zarr.dev/zeps/accepted/ZEP0001.html>`_
1111
Issue tracking:
1212
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_
1313
Suggest an edit for this spec:
1414
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/codecs/gzip/v1.0.rst>`_
1515

16-
Copyright 2020 `Zarr core development team
17-
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work
16+
Copyright 2020-Present Zarr core development team. This work
1817
is licensed under a `Creative Commons Attribution 3.0 Unported License
1918
<https://creativecommons.org/licenses/by/3.0/>`_.
2019

@@ -30,7 +29,7 @@ Defines a ``bytes -> bytes`` codec that applies gzip compression.
3029
Status of this document
3130
=======================
3231

33-
ZEP0001 was accepted on May 13th, 2023.
32+
ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227.
3433

3534

3635
Document conventions

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,13 @@
99
Specification URI:
1010
https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/v1.0.html
1111
Corresponding ZEP:
12-
`ZEP 1 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
12+
`ZEP0001 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
1313
Issue tracking:
1414
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_
1515
Suggest an edit for this spec:
1616
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/codecs/transpose/v1.0.rst>`_
1717

18-
Copyright 2020 `Zarr core development team
19-
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work
18+
Copyright 2020-Present Zarr core development team. This work
2019
is licensed under a `Creative Commons Attribution 3.0 Unported License
2120
<https://creativecommons.org/licenses/by/3.0/>`_.
2221

@@ -33,7 +32,7 @@ array.
3332
Status of this document
3433
=======================
3534

36-
ZEP0001 was accepted on May 13th, 2023.
35+
ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227.
3736

3837

3938
Document conventions

docs/v3/core/v3.0.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,15 @@ Editors:
1414
* Jeremy Maitin-Shepard (`@jbms <https://github.com/jbms>`_), Google
1515

1616
Corresponding ZEP:
17-
`ZEP 0001 — Zarr specification version 3 <https://zarr.dev/zeps/active/ZEP0001.html>`_
17+
`ZEP0001 — Zarr specification version 3 <https://zarr.dev/zeps/accepted/ZEP0001.html>`_
1818

1919
Issue tracking:
2020
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/core-protocol-v3.0>`_
2121

2222
Suggest an edit for this spec:
2323
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/core/v3.0.rst>`_
2424

25-
Copyright 2019-Present `Zarr core development team
26-
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work
25+
Copyright 2019-Present Zarr core development team. This work
2726
is licensed under a `Creative Commons Attribution 3.0 Unported License
2827
<https://creativecommons.org/licenses/by/3.0/>`_.
2928

@@ -39,7 +38,7 @@ This specification defines the Zarr format for N-dimensional typed arrays.
3938
Status of this document
4039
=======================
4140

42-
ZEP0001 was accepted on May 13th, 2023.
41+
ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227.
4342

4443

4544
Introduction

docs/v3/stores/filesystem/v1.0.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
Specification URI:
88
https://zarr-specs.readthedocs.io/en/latest/v3/stores/filesystem/v1.0.html
99
Corresponding ZEP:
10-
`ZEP 1 — Zarr specification version 3 <https://zarr.dev/zeps/draft/ZEP0001.html>`_
10+
`ZEP0001 — Zarr specification version 3 <https://zarr.dev/zeps/accepted/ZEP0001.html>`_
1111
Issue tracking:
1212
`GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/stores-filesystem-v1.0>`_
1313
Suggest an edit for this spec:
1414
`GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/stores/filesystem/v1.0.rst>`_
1515

16-
Copyright 2019 `Zarr core development team
17-
<https://github.com/orgs/zarr-developers/teams/core-devs>`_. This work is
16+
Copyright 2019-Present Zarr core development team. This work is
1817
licensed under a `Creative Commons Attribution 3.0 Unported License
1918
<https://creativecommons.org/licenses/by/3.0/>`_.
2019

@@ -31,7 +30,7 @@ store API using a file system.
3130
Status of this document
3231
=======================
3332

34-
ZEP0001 was accepted on May 13th, 2023.
33+
ZEP0001 was accepted on May 15th, 2023 via https://github.com/zarr-developers/zarr-specs/issues/227.
3534

3635

3736
Notes about design decisions for the native File System Store

0 commit comments

Comments
 (0)