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 723e716 commit 49941bfCopy full SHA for 49941bf
src/zarr/core/array.py
@@ -1228,6 +1228,7 @@ def create(
1228
dimension_separator : Literal[".", "/"], optional
1229
The dimension separator (default is None).
1230
order : Literal["C", "F"], optional
1231
+ Deprecated in favor of the `array.order` configuration variable.
1232
The order of the array (default is None).
1233
write_empty_chunks: bool, optional
1234
Deprecated in favor of the `array.write_empty_chunks` configuration variable.
0 commit comments