Skip to content

Commit aa7cea5

Browse files
committed
Update changelog
1 parent 1f46392 commit aa7cea5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

changes/3802.feature.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ Rectilinear chunks can be used through:
99
- **Opening existing arrays**: Arrays stored with the ``rectilinear`` chunk grid are read
1010
transparently via ``zarr.open`` and ``zarr.open_array``.
1111
- **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

Comments
 (0)