zarr-developers / numcodecs

A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
http://numcodecs.readthedocs.io
MIT License
128 stars 88 forks source link

Compatibility with pcodec 0.3 #623

Open dstansby opened 1 month ago

dstansby commented 1 month ago

pcodec 0.3 was released recently, and it has breaking changes. For now I've pinned to pcodec<0.3 in https://github.com/zarr-developers/numcodecs/pull/622, but we should probably update that to pcodec>=0.3 and adapt numcodecs to work with the newer version.

jakirkham commented 3 weeks ago

cc @rabernat (as I believe you added this codec)