zarr-python
zarr-python copied to clipboard
An implementation of chunked, compressed, N-dimensional arrays for Python.
Currently there are discrepancies between the parameters of `Async` classes and their synchronous counterparts. A few of these I already caught by adding a test in #3612 . For each...
[Description of PR] This PR adds a convenience method for copying the store of a `Group` to a destination store. TODO: * [x] Add unit tests and/or doctests in docstrings...
removes the pin on the upper bound of pytest, as the motivating reason for that pin seems to be resolved.
in #3619 I observed that the pre-commit check that runs in CI was flagging different problems from my local pre-commit run. This is no fun for contributors. I suspect we...
This PR will give each codec a v2 and v3 JSON de/serialization routines. depends on #3318
### Zarr version Latest main ### Numcodecs version Latest ### Python Version 3.12 ### Operating System macOS ### Installation uv from source ### Description Trying to open the array at...
Currently, the CLI for converting between zarr v2 and v3 metadata (https://github.com/zarr-developers/zarr-python/pull/3257) doesn't handle consolidated metadata. If a `.zmetadata` file is detected, then conversion is stopped and an error is...
Bumps the actions group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/setup-python` from 6.0.0 to 6.1.0 Release notes Sourced from actions/setup-python's releases. v6.1.0 What's Changed...
Bumps the requirements group with 11 updates: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.3.2` | `2.3.5` | | [ipywidgets](https://github.com/jupyter-widgets/ipywidgets)...
Bumps the actions group with 4 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv), [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `astral-sh/setup-uv` from 7.1.4 to 7.1.6 Release notes Sourced from astral-sh/setup-uv's releases. v7.1.6 🌈...