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

### Zarr version v2.12.0 ### Numcodecs version 0.10.2 ### Python Version 3.10 ### Operating System Linux ### Installation using pip into virtual environment ### Description When creating an `FSStore` with...

bug

- Highlight code with bash highlighting - Fix highlighting in markdown code block - Remove leading "$" in code blocks to make it easier to copy/paste commands - Add quotes...

This adds an example of how to open an array that's in Google Cloud Storage. Fixes https://github.com/zarr-developers/zarr-python/issues/1684 I've added a new section to the docs, "Examples", for short, self-contained examples,...

**note**: This PR is a copy of PR #1237 which had become stale. Description from @martindurant is: > (for v2 for now) > > When FSStore gets exceptions, these correctly...

### Summary The V3 specification introduced a new Zarr abstraction -- the [storage transformer](https://zarr-specs.readthedocs.io/en/latest/v3/core/v3.0.html#id23). Storage transformers modifies a request to read or write data before passing that request to the...

Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.4 to 8.0.1. Release notes Sourced from pytest's releases. 8.0.1 pytest 8.0.1 (2024-02-16) Bug Fixes #11875: Correctly handle errors from getpass.getuser{.interpreted-text role="func"} in Python 3.13. #11879: Fix...

dependencies
python

### Zarr version v2.16.1 ### Numcodecs version n/a ### Python Version 3.11 ### Operating System mac ### Installation conda ### Description Xarray uses `.arrays()` to iterate over the arrays in...

bug

### Zarr version 2.16.1 ### Numcodecs version 0.11.0 ### Python Version 3.9.18 ### Operating System Windows ### Installation pip install zarr ### Description Hi, when I write a `zarr.zip` file...

bug
help wanted

Hi! ## Problem It seems that zarr and in particular the FSStore are completely bypassing any errors coming from the server and filling with NaNs. It's good in way as...

Curious if this works now. Will follow up if CI fails. TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs...