File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -162,30 +162,6 @@ When installing using ``pip``:
162162- The ``jupyter `` optional dependency group has been removed, since v3 contains no
163163 jupyter specific functionality.
164164
165- Configuration
166- ~~~~~~~~~~~~~
167-
168- There is a new configuration system based on `donfig <https://github.com/pytroll/donfig >`_,
169- which can be accessed via ``zarr.config `` (see :ref: `user-guide-config ` for more information)
170- Configuration values can be set using code like the following:
171-
172- .. code-block :: python
173-
174- import zarr
175- zarr.config.set({" array.order" : " F" })
176-
177- Alternatively, configuration values can be set using environment variables,
178- e.g. ``ZARR_ARRAY__ORDER=F ``.
179-
180- Configuration options include the following:
181-
182- - Default Zarr format ``default_zarr_version ``
183- - Default array order in memory ``array.order ``
184- - Default codecs ``array.v3_default_codecs `` and ``array.v2_default_compressor ``
185- - Whether empty chunks are written to storage ``array.write_empty_chunks ``
186- - Async and threading options, e.g. ``async.concurrency `` and ``threading.max_workers ``
187- - Selections of implementations of codecs, codec pipelines and buffers
188-
189165Miscellaneous
190166~~~~~~~~~~~~~
191167
You can’t perform that action at this time.
0 commit comments