zarr-python
zarr-python copied to clipboard
An implementation of chunked, compressed, N-dimensional arrays for Python.
### Zarr version commit edd47db7959fb8a355bd7560878fdafc11277fc2 ### Numcodecs version - ### Python Version 3.13.3 ### Operating System Linux ### Installation uv dev ### Description ```python uv run python Python 3.13.3 (main,...
### Zarr version v3.1.3 ### Numcodecs version - ### Python Version 3.12 ### Operating System Linux ### Installation uv ### Description Output: ``` Traceback (most recent call last): File "bug.py",...
### Zarr version v3.1.3 ### Numcodecs version v0.15.1 ### Python Version 3.12.10 ### Operating System Linux ### Installation uv / pip ### Description Subarray dtypes are not properly serialized but...
Zarr-Python 2 [supported ragged arrays](https://zarr.readthedocs.io/en/v2.18.4/tutorial.html#ragged-arrays). This functionality has not made it into Zarr-Python 3 yet (see also #2617). An example demonstrating this functionality using Zarr-Python 2: ```python z = zarr.empty(4,...
I have been working on creating a custom store despite there being no documentation. Upgrading from 3.0.x to 3.1.x now broke my store, not nice, but let's be fair I...
### Zarr version 3.1.3 ### Numcodecs version 0.16.3 ### Python Version 3.14.0 ### Operating System Linux ### Installation Pip inside a conda environment ### Description The behavior I observe is:...
### Zarr version 3.1.3 ### Numcodecs version 0.15.1 ### Python Version 3.12.9 ### Operating System Linux ### Installation uv pip install ### Description Calling `zarr.open` with an `ssh://...` url fails...
### Zarr version 3.1.3 ### Numcodecs version 0.15.1 ### Python Version 3.12.9 ### Operating System Mac ### Installation uv pip install zarr ### Description The following code: ```python import zarr,...
I'm trying out the new experimental CacheStore and am wondering if it supports caching negative results? We are trying to use it against sparse arrays written with `write_empty_chunks: False`. From...
Fixes https://github.com/zarr-developers/zarr-python/issues/2454.