You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In zarr-python 2 there were zarr.storage.contains_{array, group} functions. These don't seem to have been replaced, or mentioned in the migration guide. It would be good to either:
Add replacements for them in zarr-python 3
Explain in the migration guide what code that used these should do now
The text was updated successfully, but these errors were encountered:
@d-v-b pointed out these still exist in #2947 (comment) - they just need putting back in the public API somewhere, and if their import path has changed that needs documenting in the migration guide.
In zarr-python 2 there were
zarr.storage.contains_{array, group}
functions. These don't seem to have been replaced, or mentioned in the migration guide. It would be good to either:The text was updated successfully, but these errors were encountered: