Skip to content

Commit 424fa7f

Browse files
committed
chore: remove deprecated convenience and creation modules
1 parent 9681cf9 commit 424fa7f

4 files changed

Lines changed: 4 additions & 95 deletions

File tree

src/zarr/api/asynchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,8 +359,8 @@ async def open(
359359
If using an fsspec URL to create the store, these will be passed to
360360
the backend implementation. Ignored otherwise.
361361
**kwargs
362-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
363-
[`open_group`][zarr.api.asynchronous.open_group].
362+
Additional parameters are passed through to `zarr.open_array` or
363+
`zarr.open_group`.
364364
365365
Returns
366366
-------

src/zarr/api/synchronous.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ def open(
206206
If using an fsspec URL to create the store, these will be passed to
207207
the backend implementation. Ignored otherwise.
208208
**kwargs
209-
Additional parameters are passed through to [`zarr.creation.open_array`][] or
210-
[`open_group`][zarr.api.asynchronous.open_group].
209+
Additional parameters are passed through to `zarr.open_array` or
210+
`zarr.open_group`.
211211
212212
Returns
213213
-------

src/zarr/convenience.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/zarr/creation.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)