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 v3.0.8 ### Numcodecs version v0.15.1 ### Python Version 3.11.11 ### Operating System Linux ### Installation uv within devcontainer based on 'mcr.microsoft.com/devcontainers/python:3.12' ### Description **Issue:** When opening multiple...

bug

This PR switches the docs from sphinx to mkdocs-material (closes #2894) ## Preview: https://zarr--3118.org.readthedocs.build/en/3118/ ## Motivation for using mkdocs-material - **Markdown-first**: Uses standard Markdown instead of reStructuredText, which is more...

This PR adds a working example of custom dtype creation and registration. because it's a lot of code, I put this in a new top-level directory called `examples`, which contains...

In main, array creation routines that take an existing array, like `full_like`, `zeros_like`, etc, don't allow users to override certain array properties (like shape and dtype) via keyword arguments. E.g.,...

### Zarr version 3.0.8 ### Numcodecs version 0.15.1 ### Python Version 3.12.7 ### Operating System Mac ### Installation uv pip ### Description I write an array with Pcodec and dtype...

bug

### Zarr version 3.0.8 ### Numcodecs version 0.15.1 ### Python Version 3.11.11 ### Operating System Linux ### Installation uv pip with global python within Docker based on Image "pytorch/pytorch:2.6.0-cuda12.4-cudnn9-runtime" ###...

bug

We discussed memory usage on Friday's community call. https://github.com/TomAugspurger/zarr-python-memory-benchmark started to look at some stuff. https://rawcdn.githack.com/TomAugspurger/zarr-python-memory-benchmark/refs/heads/main/reports/memray-flamegraph-read-uncompressed.html has the memray flamegraph for reading an uncompressed array (400 MB total, split into...

performance

~~Also a couple Pylint rules that may not yet be implemented in ruff.~~ **Edit:** Run Pylint in addition to ruff, because not all Pylint rules have been or can be...

needs release notes

Start fixing mypy 1.16 errors. TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs for any new/modified user-facing classes and...

needs release notes

TODO: * [ ] Add unit tests and/or doctests in docstrings * [ ] Add docstrings and API docs for any new/modified user-facing classes and functions * [ ] New/modified...

needs release notes