Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 306 Bytes

File metadata and controls

3 lines (3 loc) · 306 Bytes

Fix the type of ArrayV2Metadata.codec to constrain it to numcodecs.abc.Codec | None. Previously the type was more permissive, allowing objects that can be parsed into Codecs (e.g., the codec name). The constructor of ArrayV2Metadata still allows the permissive input when creating new objects.