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 2.18.1 ### Numcodecs version 0.12.1 ### Python Version 3.10.14 ### Operating System Linux ### Installation From autogenerated from git tag tar ball. ### Description First of all...

bug

Bumps the requirements group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.16.0` |...

dependencies
python

Bumps the requirements group with 6 updates: | Package | From | To | | --- | --- | --- | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.16.0` | `12.20.0` | | [pymongo](https://github.com/mongodb/mongo-python-driver)...

dependencies
python

This PR takes adds the option for stores to store metadata in whatever container makes sense for the store. - adds `Store.set_metadata` and `Store.get_metadata` methods - moves json serialization/deserialization to...

V3

We want users to be able to choose their own codec pipeline and codec implementations. We need to use the config system to make that configurable. For that, the codec...

V3

- ensures that the `fill_value` of a v3 array is an instance of that array's dtype. The behavior here matches numpy type casting rules, so if `dtype` is `bool` and...

In Zarr-Python 2, we had the ZipStore. This hasn't been implemented yet in v3 but will need to be before the 3.0 release. Fsspec has a ZipStore but I don't...

V3

fixes #1878 Using the config (https://github.com/pytroll/donfig), the user can specify now the implementation of all **codecs**, the **CodecPipeline**, **Buffer** and **NDBuffer**. For each of these objects, the codec registry can...

V3

If port 5555 is in use, then the remote store tests hang forever. ``` Address already in use Port 5555 is in use by another program. Either identify and stop...

### Zarr version current ### Numcodecs version N/A ### Python Version N/A ### Operating System N/A ### Installation N/A ### Description ![image](https://github.com/zarr-developers/zarr-python/assets/88113/663e28af-c7fd-4654-b066-63b64bab62cb) Version number listed is oddly 0.1.dev50 on https://zarr.readthedocs.io/en/stable/...

bug