We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f49d24 commit f9b5a3bCopy full SHA for f9b5a3b
changes/2991.doc.rst
@@ -0,0 +1 @@
1
+Updated the 3.0 migration guide to include the removal of "." syntax for getting group members.
docs/user-guide/v3_migration.rst
@@ -117,6 +117,8 @@ The Group class
117
118
- Use :func:`zarr.Group.create_array` in place of :func:`zarr.Group.create_dataset`
119
- Use :func:`zarr.Group.require_array` in place of :func:`zarr.Group.require_dataset`
120
+3. Disallow "." syntax for getting group members. To get a member of a group named ``foo``,
121
+ use ``group["foo"]`` in place of ``group.foo``.
122
123
The Store class
124
~~~~~~~~~~~~~~~
0 commit comments