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 f0300d1 commit 593923fCopy full SHA for 593923f
1 file changed
changes/3403.misc.rst
@@ -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