zarr-python icon indicating copy to clipboard operation
zarr-python copied to clipboard

An implementation of chunked, compressed, N-dimensional arrays for Python.

Results 593 zarr-python issues
Sort by recently updated
recently updated
newest added

Now Zarr has a copy of all the codecs from[ `numcodecs.zarr3`](https://github.com/zarr-developers/numcodecs/blob/main/numcodecs/zarr3.py), it makes sense to think about the future direction of those codecs. The design of these codecs was chosen...

In V2, the crc32c codec takes a `location` parameter (either `"start"` or `"end"`) which determines whether the checksum is prepended or appended, respectively. In a regression, the zarr v3 definition...

We use enums in a few places in the codebase, and I think in every instance a simple string literal is a better solution. We should remove or deprecate the...