Skip to content

Commit 2b605ad

Browse files
committed
changelog
1 parent 7e1d988 commit 2b605ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changes/3198.bugfix.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)