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 7e1d988 commit 2b605adCopy full SHA for 2b605ad
changes/3198.bugfix.rst
@@ -0,0 +1,4 @@
1
+Restores the ability to create a Zarr V2 array with a ``null`` fill value by introducing a new
2
+class ``DefaultFillValue``, and setting the default value of the ``fill_value`` parameter in array
3
+creation routines to an instance of ``DefaultFillValue``. For Zarr V3 arrays, ``None`` will act as an
4
+alias for a ``DefaultFillValue`` instance, thus preserving compatibility with existing code.
0 commit comments