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 b330dbd commit 73dbeb8Copy full SHA for 73dbeb8
changes/3232.bugfix.rst
@@ -0,0 +1,3 @@
1
+Fix the type of ``ArrayV2Metadata.codec`` to constrain it to ``numcodecs.abc.Codec | None``.
2
+Previously the type was more permissive, allowing objects that can be parsed into Codecs (e.g., the codec name).
3
+The constructor of ``ArrayV2Metadata`` still allows the permissive input when creating new objects.
0 commit comments