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

h5py compatibility in v3

Open jhamman opened this issue 2 years ago • 2 comments

Zarr-Python currently supports most of the h5py API in groups/arrays. As part of #1583, we've decided to break this to clean up the core API going forward.

Going forward, h5py compatibility could be provided in a set of wrapper classes.

Marking this as help-wanted!

jhamman avatar Dec 07 '23 22:12 jhamman

@clbarnes' https://github.com/clbarnes/h5py_like might be something to look at.

joshmoore avatar Dec 08 '23 10:12 joshmoore

Yes, I'd hope that would do most of the heavy lifting! Was written a while ago so might need some updates but we'll see if/ when it gets used.

clbarnes avatar Dec 08 '23 10:12 clbarnes