arkouda
arkouda copied to clipboard
Support for Zarr IO
This PR adds support for reading and writing potentially multi-dimensional arrays from and to zarr stores. Current support only allows for whole-array IO but future development may add support for partial chunk reading/writing.
I've got the compatibility modules working on my machine for 1.33 and 1.32. For 1.31, changes to IO modules will mean reimplementing the JSON module using 1.31 parlance. This is a significant lift, so I'm going to prioritize resolving the c-blosc dependency first.