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?
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: #2002I 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 thezarrnamespace?