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

Attempts to address https://github.com/zarr-developers/zarr-python/issues/1593 There are still two unsolved issues around the nonexistant `Store.from_path` in `core.py`. TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ]...

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies
github_actions

This adds returns typing to most properties of `Array`. TODO: * [n/a] Add unit tests and/or doctests in docstrings * [n/a] Add docstrings and API docs for any new/modified user-facing...

Bumps [s3fs](https://github.com/fsspec/s3fs) from 2023.12.2 to 2024.3.1. Commits efbe1e4 changelog (#864) 5cf759d fix(core): accept kwargs in get file (#863) 1ddc2b0 changelog (#861) 59b5701 Allow ls to ignore failure on parent (#860)...

dependencies
python

### Zarr version 2.16.1 ### Numcodecs version ... ### Python Version ... ### Operating System ... ### Installation conda ### Description `ipython` will look for 11 custom repr methods (https://ipython.readthedocs.io/en/stable/config/integrating.html#custom-methods)...

bug

I noticed some redundant `conda` commands - `conda-incubator/setup-miniconda` should activate the right environment at each step, and make sure the right python is installed. TODO: * [ ] Add unit...

An attempt to resolve https://github.com/zarr-developers/zarr-python/pull/1671. The issue was installing the package in non-editable mode creates a copy of the package, and `pytest` gets confused about which of the duplicate files...

### Zarr version 2.17.0 ### Numcodecs version 0.12.1 ### Python Version 3.11.7 ### Operating System macOS ### Installation using conda ### Description I am trying to access a read-only Google...

bug

updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.2 → v0.3.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.2.2...v0.3.3) - [github.com/psf/black: 24.2.0 → 24.3.0](https://github.com/psf/black/compare/24.2.0...24.3.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.8.0...v1.9.0)

Adds typing to the signature of `Array.__init__`. TODO: * [n/a] Add unit tests and/or doctests in docstrings * [n/a] Add docstrings and API docs for any new/modified user-facing classes and...