-
-
Notifications
You must be signed in to change notification settings - Fork 327
Rename StorePath
to PathStore
?
#2905
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
Comments
StorePath is not a store, it wraps a store and a path. |
but I agree more broadly that |
Ah, so is it really an abstract base class (or intended to be?) |
no, |
@dstansby - okay if we close this as "not planned"? |
I think we should leave it open, but instead of changing the name split up the API doc at https://zarr.readthedocs.io/en/stable/api/zarr/storage/index.html#classes so all the stores are listed together, and |
I don't think we need to add complexity to the API docs here. It's simplest if the docs page for the |
yeah, that's fair - I've suggested an alternative at #2976 to make the docstrings consistent, which I think would improve things. |
All the other stores are named *Store, but
StorePath
breaks this convention. It might be nice to add aPathStore
class, and then eventually deprecate and removeStorePath
?The text was updated successfully, but these errors were encountered: