Skip to content

feat/experimental array - #3677

Closed
d-v-b wants to merge 3 commits into
zarr-developers:mainfrom
d-v-b:feat/experimental-array
Closed

feat/experimental array#3677
d-v-b wants to merge 3 commits into
zarr-developers:mainfrom
d-v-b:feat/experimental-array

Conversation

@d-v-b

Copy link
Copy Markdown
Contributor

this PR builds on #3676 to define a new array class in experimental.array.

This class has both async and sync methods, making it a combination of zarr.core.array.Array and zarr.core.array.AsyncArray. Adopting this change alone would delete a lot of code from zarr.core.array, but the real goal for this class is to serve as a testbed for developing variable-length chunks in #3534

Opening as a draft so we can talk about the design.

@github-actionsgithub-actionsBot added the needs release notes Automatically applied to PRs which haven't added release notes label Jan 28, 2026
@d-v-bd-v-b mentioned this pull request Jan 29, 2026
@d-v-b

Copy link
Copy Markdown
ContributorAuthor

I'm closing this because we can experiment on our existing array class easily enough!

@d-v-bd-v-b closed this Apr 23, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs release notesAutomatically applied to PRs which haven't added release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@d-v-b