Conversation
|
it might be useful to have a conversation about the strategy here. It looks like |
|
@d-v-b Are you thinking of something like https://github.com/zarr-developers/numcodecs/blob/main/numcodecs/zarr3.py or even moving all the logic from this file to zarr-python? |
the file you linked also contains dynamic class generation, which was problematic and motivated this PR: zarr-developers/numcodecs#745, which removes the dynamism. and yes I think that all of this stuff should live in zarr-python. |
# Conflicts: # tests/test_codecs/test_codecs.py
|
I changed |
Implements
numcodec_to_zarr3_codecto enable numcodec support in zarr v3 arraysThis PR is a result of moving the
to_zarr3logic from zarr-developers/numcodecs#741 to zarr-pythonTODO:
docs/user-guide/*.rstchanges/