|
1 | 1 | V3 Specification Implementation(``zarr._storage.v3``)
|
2 | 2 | =====================================================
|
3 | 3 |
|
4 |
| -This module contains the implementation of the `Zarr V3 Specification <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#zarr-core-specification-v3-0>`_. |
| 4 | +This module contains the implementation of the `Zarr V3 Specification <https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html>`_. |
5 | 5 |
|
6 | 6 | .. warning::
|
7 | 7 | Since Zarr Python 2.12 release, this module provides experimental infrastructure for reading and
|
@@ -58,25 +58,7 @@ You can also check ``Store type`` here (which indicates Zarr V3).
|
58 | 58 | .. autoclass:: LRUStoreCacheV3
|
59 | 59 | .. autoclass:: ConsolidatedMetadataStoreV3
|
60 | 60 |
|
61 |
| -In v3 `storage transformers <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#id19>`_ |
62 |
| -can be set via ``zarr.create(…, storage_transformers=[…])``. |
63 |
| -The experimental sharding storage transformer can be tested by setting |
64 |
| -the environment variable ``ZARR_V3_SHARDING=1``. Data written with this flag |
65 |
| -enabled should be expected to become stale until |
66 |
| -`ZEP 2 <https://zarr.dev/zeps/draft/ZEP0002.html>`_ is approved |
67 |
| -and fully implemented. |
68 |
| - |
69 |
| -.. module:: zarr._storage.v3_storage_transformers |
70 |
| - |
71 |
| -.. autoclass:: ShardingStorageTransformer |
72 |
| - |
73 |
| -The abstract base class for storage transformers is |
74 |
| - |
75 |
| -.. module:: zarr._storage.store |
76 |
| - |
77 |
| -.. autoclass:: StorageTransformer |
78 |
| - |
79 |
| -In v3 `storage transformers <https://zarr-specs.readthedocs.io/en/latest/core/v3.0.html#id19>`_ |
| 61 | +In v3 `storage transformers <https://zarr-specs.readthedocs.io/en/latest/v3/array-storage-transformers/sharding/v1.0.html>`_ |
80 | 62 | can be set via ``zarr.create(…, storage_transformers=[…])``.
|
81 | 63 | The experimental sharding storage transformer can be tested by setting
|
82 | 64 | the environment variable ``ZARR_V3_SHARDING=1``. Data written with this flag
|
|
0 commit comments