Skip to content

Commit a2b795f

Browse files
authored
Recommend dask.array.image.imread over dask-image imread (#410)
1 parent bab4261 commit a2b795f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dask_image/imread/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ def imread(fname, nframes=1, *, arraytype="numpy"):
3131
-------
3232
array : dask.array.Array
3333
A Dask Array representing the contents of all image files.
34+
35+
Warnings
36+
--------
37+
There are several known issues with this function, and users are
38+
recommended to use `dask.array.image.imread` instead.
3439
"""
3540

3641
sfname = str(fname)

0 commit comments

Comments
 (0)