Skip to content

Supporting Zarr-Python 3 Codec API #502

Closed
@jhamman

Description

@jhamman

Over in Zarr-Python, we are working on a a new major version (v3). This version will have a slightly new Codec API and will expose a new set of codec types (ArrayArrayCodec, ArrayBytesCodec, BytesBytesCodec, etc.). These codec classes are not wildly different from the existing Numcodecs API (perhaps except for the partial encode/decode options) but they are not in perfect alignment. With this in mind, some questions for discussion:

  1. Can Numcodecs conform to the Zarr-Python API?
    • I don't think this has to be seen as a breaking change but if it is, how do we weight the potential costs and benefits?
  2. Would Numcodecs be able to register codecs via the Zarr-Python entrypoint mechanism? (e.g. Extensible codecs for V3 zarr-python#1588)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions