zarr-developers / zarr-python

An implementation of chunked, compressed, N-dimensional arrays for Python.
http://zarr.readthedocs.io/
MIT License
1.41k stars 267 forks source link

Uses zstd from numcodecs #1984

Open normanrz opened 3 weeks ago

normanrz commented 3 weeks ago

With https://github.com/zarr-developers/numcodecs/pull/519 being merged, we can now use the zstd implementation in numcodecs for Zarr v3. We can then get rid of the zstandard dependency.