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

Make zarr.array private (> zarr._array) #2043

Closed
wants to merge 1 commit into from

Conversation

dstansby
Copy link
Contributor

Since Array and AsyncArray are (I think?) the only objects in zarr.array that are intended to be public API, make zarr.array private (rename to zarr._array), and access Array and AsyncArray though the zarr namespace.

This fixes a name clash with the zarr.array function.

Fixes partially #2037.

@dstansby
Copy link
Contributor Author

pre-commit.ci autofix

@jhamman jhamman added the V3 Related to compatibility with V3 spec label Aug 9, 2024
@dstansby dstansby marked this pull request as draft August 14, 2024 07:52
@dstansby dstansby closed this Aug 14, 2024
@dstansby dstansby deleted the zarr._array branch August 14, 2024 10:01
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

Successfully merging this pull request may close these issues.

2 participants