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 6a4c01a commit e3ba71fCopy full SHA for e3ba71f
docs/user-guide/config.md
@@ -30,7 +30,7 @@ Configuration options include the following:
30
- Default Zarr format `default_zarr_version`
31
- Default array order in memory `array.order`
32
- Whether empty chunks are written to storage `array.write_empty_chunks`
33
-- Enable experimental rectilinear chunk grids `array.rectilinear_chunks`
+- Enable experimental rectilinear chunks `array.rectilinear_chunks`
34
- Async and threading options, e.g. `async.concurrency` and `threading.max_workers`
35
- Selections of implementations of codecs, codec pipelines and buffers
36
- Enabling GPU support with `zarr.config.enable_gpu()`. See GPU support for more.
0 commit comments