Skip to content

Commit 58407ee

Browse files
committed
clarify keyword only changes
1 parent fea4ece commit 58407ee

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/release-notes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ Deprecations and Removals
9191
This change also adds an extra validation step to the creation of Zarr V2 arrays, which ensures that
9292
arrays with a ``VariableLengthUTF8`` or ``VariableLengthBytes`` data type cannot be created without the
9393
correct "object codec". (:issue:`3228`)
94-
- Removes support for passing certain arguments positionally to the following functions and methods:
94+
- Removes support for passing keyword-only arguments positionally to the following functions and methods:
9595
``save_array``, ``open``, ``group``, ``open_group``, ``create``, ``get_basic_selection``, ``set_basic_selection``,
9696
``get_orthogonal_selection``, ``set_orthogonal_selection``, ``get_mask_selection``, ``set_mask_selection``,
9797
``get_coordinate_selection``, ``set_coordinate_selection``, ``get_block_selection``, ``set_block_selection``,
9898
``Group.create_array``, ``Group.empty``, ``Group.zeroes``, ``Group.ones``, ``Group.empty_like``, ``Group.full``,
9999
``Group.zeros_like``, ``Group.ones_like``, ``Group.full_like``, ``Group.array``. Prior to this change,
100-
we allowed arguments to these routines annotated as keyword-only to be passed positionally, with
101-
a deprecation warning. That warning is now gone, and passing keyword-only arguments to these functions
102-
and methods is now an error.
100+
passing a keyword-only argument positionally to one of these functions or methods would raise a
101+
deprecation warning. That warning is now gone. Passing keyword-only arguments to these functions
102+
and methods positionally is now an error.
103103

104104
3.0.10 (2025-07-03)
105105
-------------------

0 commit comments

Comments
 (0)