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

An implementation of chunked, compressed, N-dimensional arrays for Python.

Results 593 zarr-python issues
Sort by recently updated
recently updated
newest added

Bumps [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) from 12.16.0 to 12.18.3. Release notes Sourced from azure-storage-blob's releases. azure-storage-blob_12.18.3 12.18.3 (2023-10-10) Bugs Fixed Fixed an issue when an invalid type was provided for credential during client...

dependencies
python

The normalization code in FSStore uses a list of well-known files to prevent incorrectly re-writing keys when dimension separator is "/" rather than ".". This was initialized only with the...

Ruff can now format files. Ruff formatter is much faster than black. Other changes are good practices recommended by scientific python. TODO: * [ ] Add unit tests and/or doctests...

V3

A branch we are using during the sprint.

V3

As I'm getting up to speed on development I'll update this PR with any polish/smoothing on documentation I run into. Per @d-v-b's suggestion I'll also be keeping track of pain...

V3

fixes #1336 We first try to delete keys without checking if they exist in storage. If the storage backend treats deleting missing keys as error, and it signals such an...

We just merged #1592 which should make managing our various test environments much easier going forward. This ticket lays out a number of small tasks that can be taken to...

help wanted
V3
tests

In V3 today, we have two, or maybe three, ways of representing codecs (codices?) - the codec configuration, which is basically the set of arguments that define the behavior of...

V3

The [sharding codec](https://github.com/zarr-developers/zarr-python/blob/c69ac316b8e0474ce58105ca2661e8cdfc88c6f5/src/zarr/v3/codecs/sharding.py#L226) in v3 stands out as significantly more complex than the other codecs. - unlike the other codecs which transform in-memory data, the sharding codec [accesses storage](https://github.com/zarr-developers/zarr-python/blob/c69ac316b8e0474ce58105ca2661e8cdfc88c6f5/src/zarr/v3/codecs/sharding.py#L313) to...

V3
design discussion

### Zarr version 2.14.2 ### Numcodecs version 0.11.0 ### Python Version Python 3.10.6 (main, Mar 10 2023, 10:55:28) [GCC 11.3.0] on linux ### Operating System Linux ### Installation pip install...

bug