zarr-python
zarr-python copied to clipboard
An implementation of chunked, compressed, N-dimensional arrays for Python.
### 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...
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` |...
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)...
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...
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...
- 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...
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...
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  Version number listed is oddly 0.1.dev50 on https://zarr.readthedocs.io/en/stable/...