zarr-python
zarr-python copied to clipboard
An implementation of chunked, compressed, N-dimensional arrays for Python.
Uses qemu-user-static to build on a big-endian system in order to test #844 TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and...
For discussion. Until v3 is finalized, using a "dev" marker for the v3 version string would prevent datasets that are written in a transitional state from becoming normative. This follows...
Hi everyone! This is in reference to #514. I added the Jupyter Notebook in the Docs directory. I have not yet integrated the notebook with the readdocs output, its a...
If you have multiple writers trying todo `zarr.open_array(..., "a")`, the old code code sometimes raise a `ContainsArrayError`, even thogh opening an already-existing array should be fine. The underlying problem is...
This PR is for an early prototype of sharding support, as described in the corresponding issue #877, an alternative to it's cousin PR #876. Please also see the discussion there....
Fixes #890. TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs for any new/modified user-facing classes and functions * [...
This PR is for an early prototype of sharding support, as described in the corresponding issue #877. It serves mainly to discuss the overall implementation approach for sharding. This PR...
This PR addresses #757. `is_total_slice` takes a slice-like argument and a shape and returns True if the slice-like argument "fills" the shape, False otherwise. When performing writes, the output of...
This is a fix to zarr/storage.py that add the fs attribute to store. TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and...
The mode parameter was ignored in the case of ZipStores because it wasn't passed along to the normalize function. Is there a way to add notes to the changelog? TODO:...