We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f46392 commit aa7cea5Copy full SHA for aa7cea5
1 file changed
changes/3802.feature.md
@@ -9,3 +9,8 @@ Rectilinear chunks can be used through:
9
- **Opening existing arrays**: Arrays stored with the ``rectilinear`` chunk grid are read
10
transparently via ``zarr.open`` and ``zarr.open_array``.
11
- **Rectilinear sharding**: Shard boundaries can be rectilinear while inner chunks remain regular.
12
+
13
+**Breaking change**: The ``validate`` method on ``BaseCodec`` and ``CodecPipeline`` now receives
14
+a ``ChunkGridMetadata`` instance instead of a ``ChunkGrid`` instance for the ``chunk_grid``
15
+parameter. Third-party codecs that override ``validate`` and inspect the chunk grid will need to
16
+update their type annotations. No known downstream packages were using this parameter.
0 commit comments