zarr-python
zarr-python copied to clipboard
An implementation of chunked, compressed, N-dimensional arrays for Python.
Currently there are convenience functions ``open_array(...)`` and ``open_group(...)``, as well as a multi-purpose ``open(...)``. These functions are a bit of a hangover from the earlier days of Zarr when there...
### Zarr version 2.14.2, 2.16.1 ### Numcodecs version 0.12.1. 0.11.0 ### Python Version 3.11 ### Operating System Linux ### Installation Gentoo Portage ### Description The tests fail with an import...
### Zarr version v2.16.1 ### Numcodecs version v0.12.1 ### Python Version 3.11.6 ### Operating System Manjaro Linux ### Installation using system package manager aur ### Description ``` Traceback (most recent...
In the current V3 draft version, all metadata classes are closely modeled after the json representation. For example, the regular chunk grid is represented as this json object: ```json {...
Nightly wheels of development version of core scientific python libraries are built and distributed, and downstream is strongly encouraged to use these as part of their standard CI, and then...
### Zarr version v2.16.2 ### Numcodecs version v0.12.1 ### Python Version 3.11 ### Operating System Linux ### Installation Using pip into virtualenv ### Description Using a structured datatype with padding...
The goal of this PR is to create a user-facing array class that implements the basic attributes of a numpy array and which abstracts over the structural differences between v2...
Zarr-Python currently supports most of the h5py API in groups/arrays. As part of #1583, we've decided to break this to clean up the core API going forward. Going forward, h5py...
This PR alters the internal synchronization API, with the goal of making things simpler and more consistent. ## The current sync API `Attrs`, `Group`, and `Array` all have methods that...
We have been working on porting the Zarrita API into the `v3` branch here. Zarrita did not include any synchronization. Options going forward are: 1. drop the synchronization api, it...