File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 with :
2828 fetch-depth : 0
2929 persist-credentials : false
30- - name : Set up Python
31- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32- with :
33- python-version : " 3.11"
3430 - name : Install Hatch
3531 uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
3632 with :
3935 uses : CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab # v4.12.1
4036 with :
4137 mode : walltime
42- run : hatch run test.py3.11 -minimal:pytest tests/benchmarks --codspeed
38+ run : hatch run test.py3.12 -minimal:pytest tests/benchmarks --codspeed
Original file line number Diff line number Diff line change 1+ Remove deprecated ` zarr.convenience ` and ` zarr.creation ` modules.
Original file line number Diff line number Diff line change 1+ Remove deprecated ` AsyncArray.create ` and ` Array.create ` methods.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ Complete reference documentation for the Zarr-Python API.
2121
2222- ** [ Load] ( load.md ) ** - Loading data from Zarr stores
2323- ** [ Save] ( save.md ) ** - Saving data to Zarr format
24- - ** [ Convenience] ( convenience.md ) ** - High-level convenience functions
2524
2625### Data Types and Configuration
2726
@@ -55,13 +54,6 @@ The ABC module defines interfaces for extending Zarr:
5554- ** [ Testing] ( testing/index.md ) ** - Utilities for testing Zarr-based code
5655
5756
58- ## Migration and Compatibility
59-
60- - ** [ Deprecated Functions] ( deprecated/convenience.md ) ** - Legacy convenience functions
61- - ** [ Deprecated Creation] ( deprecated/creation.md ) ** - Legacy array creation functions
62-
63- These deprecated modules are maintained for backward compatibility but should be avoided in new code.
64-
6557## Getting Help
6658
6759- Check the [ User Guide] ( ../../user-guide/index.md ) for tutorials and examples
Original file line number Diff line number Diff line change 4343 - api/zarr/codecs.md
4444 - api/zarr/codecs/numcodecs.md
4545 - api/zarr/config.md
46- - api/zarr/convenience.md
4746 - api/zarr/errors.md
4847 - api/zarr/metadata.md
4948 - api/zarr/registry.md
7271 - api/zarr/testing/store.md
7372 - api/zarr/testing/strategies.md
7473 - api/zarr/testing/utils.md
75- - deprecated :
76- - Convenience sub-module : api/zarr/deprecated/convenience.md
77- - Creation sub-module : api/zarr/deprecated/creation.md
7874 - release-notes.md
7975 - contributing.md
8076watch :
@@ -221,7 +217,6 @@ plugins:
221217 ' developers/contributing.html.md ' : ' contributing.md'
222218 ' developers/index.html.md ' : ' contributing.md'
223219 ' developers/roadmap.html.md ' : ' https://zarr.readthedocs.io/en/v3.0.8/developers/roadmap.html'
224- ' api/zarr/creation.md ' : ' api/zarr/deprecated/creation.md'
225220 ' api.md ' : ' api/zarr/index.md'
226221 ' api/zarr/metadata/migrate_v3.md ' : ' api/zarr/metadata.md'
227222
Original file line number Diff line number Diff line change @@ -340,8 +340,8 @@ async def open(
340340 If using an fsspec URL to create the store, these will be passed to
341341 the backend implementation. Ignored otherwise.
342342 **kwargs
343- Additional parameters are passed through to [ `zarr.creation. open_array`][] or
344- [`open_group`][ zarr.api.asynchronous. open_group] .
343+ Additional parameters are passed through to `zarr.open_array` or
344+ ` zarr.open_group` .
345345
346346 Returns
347347 -------
Original file line number Diff line number Diff line change @@ -202,8 +202,8 @@ def open(
202202 If using an fsspec URL to create the store, these will be passed to
203203 the backend implementation. Ignored otherwise.
204204 **kwargs
205- Additional parameters are passed through to [ `zarr.creation. open_array`][] or
206- [`open_group`][ zarr.api.asynchronous. open_group] .
205+ Additional parameters are passed through to `zarr.open_array` or
206+ ` zarr.open_group` .
207207
208208 Returns
209209 -------
You can’t perform that action at this time.
0 commit comments