|
9 | 9 | Specification URI: |
10 | 10 | https://zarr-specs.readthedocs.io/en/latest/v3/codecs/transpose/v1.0.html |
11 | 11 | 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>`_ |
13 | 13 | Issue tracking: |
14 | 14 | `GitHub issues <https://github.com/zarr-developers/zarr-specs/labels/codec>`_ |
15 | 15 | Suggest an edit for this spec: |
16 | 16 | `GitHub editor <https://github.com/zarr-developers/zarr-specs/blob/main/docs/v3/codecs/transpose/v1.0.rst>`_ |
17 | 17 |
|
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 |
20 | 19 | is licensed under a `Creative Commons Attribution 3.0 Unported License |
21 | 20 | <https://creativecommons.org/licenses/by/3.0/>`_. |
22 | 21 |
|
|
33 | 32 | Status of this document |
34 | 33 | ======================= |
35 | 34 |
|
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. |
37 | 36 |
|
38 | 37 |
|
39 | 38 | Document conventions |
@@ -62,15 +61,9 @@ Configuration parameters |
62 | 61 | ======================== |
63 | 62 |
|
64 | 63 | order: |
65 | | - Required. Must be one of: |
66 | | - |
67 | | - - An array of integers specifying a permutation of ``0``, ``1``, ..., |
68 | | - ``n-1``, where ``n`` is the number of dimensions in the decoded chunk |
69 | | - representation provided as input to this codec. |
70 | | - - The string ``"C"``, equivalent to specifying the identity permutation |
71 | | - ``0``, ``1``, ..., ``n-1``. This makes the codec a no-op. |
72 | | - - The string ``"F"``, equivalent to specifying the permutation ``n-1``, ..., |
73 | | - ``1``, ``0``. |
| 64 | + Required. Must be an array of integers specifying a permutation of ``0``, ``1``, ..., |
| 65 | + `n-1``, where ``n`` is the number of dimensions in the decoded chunk |
| 66 | + representation provided as input to this codec. |
74 | 67 |
|
75 | 68 | Format and algorithm |
76 | 69 | ==================== |
@@ -102,4 +95,8 @@ References |
102 | 95 | Change log |
103 | 96 | ========== |
104 | 97 |
|
105 | | -No changes yet. |
| 98 | +Changes after acceptance of ZEP 1 |
| 99 | +--------------------------------- |
| 100 | + |
| 101 | +The ``order`` configuration parameter no longer supports the constants ``"C"`` |
| 102 | +or ``"F"`` and must instead always be specified as an explicit permutation. |
0 commit comments