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 df0eef4 commit 61ff062Copy full SHA for 61ff062
1 file changed
changes/3098.misc.rst
@@ -1,2 +1,3 @@
1
-Define Zarr-specific warning classes `ZarrDeprecationWarning` and `ZarrFutureWarning`, that
2
-subclass `DeprecationWarning` and `FutureWarning`, respectively.
+Define Zarr-specific warning classes that subclass the Python built-in warnings.
+These classes makes it easier to control the visibility of warnings emitted by Zarr Python.
3
+See `zarr.errors` for these warning classes.
0 commit comments