Add VlenUtf8
, VlenBytes
, VlenArray
codecs and make VlenV2Codec
private
#115
Labels
good first issue
Good for newcomers
Milestone
Since
zarr-python
has settled on data-type dependent names for the vlen codec (vlen-utf8
,vlen-bytes
) instead of something likevlen_v2
, I might as well tighten this API:VlenUtf8
(VlenV2Codec
with "vlen-utf8" name)VlenBytes
(VlenV2Codec
with "vlen-bytes" name)VlenArray
(VlenV2Codec
with "vlen-array" name)VlenV2Codec
pub(crate)
or just publicly deprecatevlen_v2
in the docs, and addvlen-utf8
etcThe text was updated successfully, but these errors were encountered: