Skip to content

Commit 9058114

Browse files
authored
warn about the removal of the ufuncs (#4268)
1 parent a198218 commit 9058114

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/api.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,9 @@ Universal functions
572572
With recent versions of numpy, dask and xarray, NumPy ufuncs are now
573573
supported directly on all xarray and dask objects. This obviates the need
574574
for the ``xarray.ufuncs`` module, which should not be used for new code
575-
unless compatibility with versions of NumPy prior to v1.13 is required.
575+
unless compatibility with versions of NumPy prior to v1.13 is
576+
required. They will be removed once support for NumPy prior to
577+
v1.17 is dropped.
576578

577579
These functions are copied from NumPy, but extended to work on NumPy arrays,
578580
dask arrays and all xarray objects. You can find them in the ``xarray.ufuncs``

0 commit comments

Comments
 (0)