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

Deprecate zarr.storage #2196

Closed

Conversation

TomAugspurger
Copy link
Contributor

This deprecates the usage of zarr.storage. For classes where we have a (roughly) equivalent Store in v3, a warning is emitted and the class from the new location is returned:

In [1]: from zarr.storage import ZipStore
<ipython-input-1-f60ad0b873ae>:1: FutureWarning: 'zarr.storage' is deprecated. Import from 'zarr.store' instead.
  from zarr.storage import ZipStore

@jhamman
Copy link
Member

jhamman commented Sep 17, 2024

@TomAugspurger - this is very cool. However in #2186, I've renamed zarr.store -> storage. I honestly don't think we had good reason to use a different module name.

@TomAugspurger
Copy link
Contributor Author

Even better :) I was wondering that myself but don't want to rock the boat too much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants