Skip to content

Commit 714ad6a

Browse files
committed
Add deprecation warning to zarr creation docstring
1 parent b511085 commit 714ad6a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/zarr/creation.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
"""
2+
Helpers for creating arrays.
3+
4+
.. warning::
5+
6+
This sub-module is deprecated. All functions here are defined
7+
in the top level zarr namespace instead.
8+
"""
9+
110
import warnings
211

312
from zarr.api.synchronous import (

0 commit comments

Comments
 (0)