Joe Hamman

Results 205 issues of Joe Hamman

The v3 implementation in the main branch is no longer in sync with the spec. We should keep it in the `main` branch until the 3.0 release but it can...

V3

The v3 branch currently has an initial (but broken) implementation of a remote store. This issue tracks getting that operational so we car start using v3 against s3, gcs, azure,...

V3

Open to ideas on how best to structure this but the idea is that we should be testing with libraries that depend on Zarr. Examples: - Xarray - Dask -...

Small typing improvement here. @d-v-b - can you expand on what needs to be done (feel free to edit this description)? edit from @d-v-b : the v3 branch has models...

V3

This issue describes the planned development path toward the 3.0 release of Zarr-Python. ## Important information - [3.0 Roadmap and Design Doc](https://github.com/zarr-developers/zarr-python/blob/main/v3-roadmap-and-design.md) - [3.0 Project Board](https://github.com/orgs/zarr-developers/projects/5/views/2) - [3.0 Development Branch:...

V3

We have developed a new entrypoint system for codecs in v3. This ticket concerns getting this new system tested and documented.

V3
tests

The discussion in https://github.com/zarr-developers/zarr-python/discussions/1686 highlighted a number of good improvements to the store API. This ticket tracks getting those updated in the design doc and implemented. - [ ] update...

V3
design discussion

We have largely been developing a parallel test suite in the v3 branch up until now. We recognize that there is a lot of good test coverage in the 2.0...

V3
tests

Arrays and Groups should be able to be round tripped with Python's pickle protocol. We need a test to make sure this works to be sure downstream applications can work...

V3
tests