Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto chunks #2019

Closed
d-v-b opened this issue Jul 9, 2024 · 3 comments
Closed

auto chunks #2019

d-v-b opened this issue Jul 9, 2024 · 3 comments
Labels
V3 Related to compatibility with V3 spec
Milestone

Comments

@d-v-b
Copy link
Contributor

d-v-b commented Jul 9, 2024

At the moment, if you attempt to call Array.create without specifying chunks or chunk_shape, a ValueError is raised. But I think we should allow automatically creating chunks if the chunks are not specified. In the short term we can use the same heuristic that zarr v2 uses, and in the longer term we could consider making this behavior a configuration point.

@jhamman
Copy link
Member

jhamman commented Jul 23, 2024

This should be easy to port from v2.

@jhamman jhamman added the V3 Related to compatibility with V3 spec label Jul 23, 2024
@jhamman jhamman added this to the 3.0.0 milestone Jul 23, 2024
@d-v-b
Copy link
Contributor Author

d-v-b commented Jul 24, 2024

this is implemented in #2042

@d-v-b
Copy link
Contributor Author

d-v-b commented Jul 26, 2024

closed by #2042

@d-v-b d-v-b closed this as completed Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
V3 Related to compatibility with V3 spec
Projects
None yet
Development

No branches or pull requests

2 participants