Skip to content

Commit 2a4756a

Browse files
committed
Add changelog entry
1 parent ef37b33 commit 2a4756a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changes/3039.bugfix.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
It is now possible to specify no compressor when creating a zarr format 2 array.
2+
This can be done by passing ``compressor=None`` to the various array creation routines.
3+
4+
The default behaviour of automatically choosing a suitable default compressor remains if the compressor argument is not given.
5+
To reproduce the behaviour in previous zarr-python versions when ``compressor=None`` was passed, pass ``compressor='auto'`` instead.

0 commit comments

Comments
 (0)