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 424292f commit 66865ccCopy full SHA for 66865cc
1 file changed
changes/3802.feature.md
@@ -9,6 +9,7 @@ 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
0 commit comments