Skip to content

Commit 593923f

Browse files
committed
changelog
1 parent f0300d1 commit 593923f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

changes/3403.misc.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Moves some indexing-specific exceptions to ``zarr.errors``, and ensures that all Zarr-specific
2+
exception classes accept a pre-formatted string as a single argument. This is a breaking change to
3+
the following exceptions classes: :class:`zarr.errors.BoundsCheckError`, :class:`zarr.errors.NegativeStepError`
4+
:class:`zarr.errors.VindexInvalidSelectionError`. These classes previously generated internally
5+
formatted error messages when given a single argument. After this change, formatting of the error
6+
message is up to the routine invoking the error.

0 commit comments

Comments
 (0)