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 v3 zarr.{array,config,group} are all defined as modules and functions, which could lead to some confusion, and is causing errors over in the API doc build PR: #2002
I think it makes sense to remove this duplication - perhaps by renaming the modules to _{array,config,group} if classes/functions in these sub-modules is designed to be imported and accessed through the zarr namespace?