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 2420f9e commit d771799Copy full SHA for d771799
1 file changed
src/zarr/codecs/vlen_utf8.py
@@ -25,15 +25,6 @@
25
26
@dataclass(frozen=True)
27
class VLenUTF8Codec(ArrayBytesCodec):
28
- def __init__(self) -> None:
29
- warn(
30
- "The codec `vlen-utf8` is currently not part in the Zarr format 3 specification. It "
31
- "may not be supported by other zarr implementations and may change in the future.",
32
- category=UserWarning,
33
- stacklevel=2,
34
- )
35
- super().__init__()
36
-
37
@classmethod
38
def from_dict(cls, data: dict[str, JSON]) -> Self:
39
_, configuration_parsed = parse_named_configuration(
0 commit comments