zarr-python
zarr-python copied to clipboard
An implementation of chunked, compressed, N-dimensional arrays for Python.
[Description of PR] Updated the README - added quick example of creating N-dimenional arrays with zarr - added a link to the list of arrays creation routines TODO: * [...
### Zarr version 2.8.1 ### Numcodecs version 0.9.1 ### Python Version 3.9 ### Operating System Linux ### Installation conda ### Description If I make a Numpy object array, and save...
### Zarr version 2.13.2 ### Numcodecs version 0.10.2 ### Python Version 3.10.4 ### Operating System Mac ### Installation pip ### Description TypeError: Cannot compare structured or void to non-void arrays...
Hey there, For a project I've been working on I wanted a zarr-based sparse matrix class so I recently made one: [https://github.com/daletovar/zsparse](https://github.com/daletovar/zsparse) I've added a notebook with a few examples....
### Zarr version v2.13.2 ### Numcodecs version v0.10.2 ### Python Version 3.10 ### Operating System Linux/Windows ### Installation using pip into virtual environment ### Description When using `zarr` and `adlfs`,...
From the GHA: > [upload_pypi: # >> PyPA publish to PyPI GHA: UNSUPPORTED GITHUB ACTION VERSION
### Zarr version v2.13.1 ### Numcodecs version v0.10.2 ### Python Version 3.8.5 ### Operating System Linux ### Installation pip install zarr ### Description zarr read hdfs throw error: ``` ---------------------------------------------------------------------------...
### Zarr version v2.12.0 ### Numcodecs version v0.10.2 ### Python Version 3.9.13 ### Operating System Linux ### Installation using pip (in a conda environment) ### Description Hi Zarr team! We...
Hello all, As far as I understand, current zarr-python implementation is overwriting all the chunks by default when you have an array that is already saved, had some changes and...
**Technical Notes** This PR is based on and includes changes from #1096. Therefore code review should probably done on the diff PR https://github.com/scalableminds/zarr-python/pull/2. Any suggestions about the spec or the...