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 ef37b33 commit 2a4756aCopy full SHA for 2a4756a
changes/3039.bugfix.rst
@@ -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