We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef18f3 commit 017e3b2Copy full SHA for 017e3b2
docs/user-guide/v3_migration.rst
@@ -58,7 +58,7 @@ the following actions in order:
58
* ``zarr.attrs`` has gone, with no replacement
59
* ``zarr.codecs`` has gone, use ``numcodecs`` instead
60
* ``zarr.context`` has gone, with no replacement
61
- * ``zarr.core`` remains but should be considered private API
+ * ``zarr.core`` remains but should be considered private API (and will be renamed to be private before a final release)
62
* ``zarr.hierarchy`` has gone, with no replacement (use ``zarr.Group`` inplace of ``zarr.hierarchy.Group``)
63
* ``zarr.indexing`` has gone, with no replacement
64
* ``zarr.meta`` has gone, with no replacement
0 commit comments