We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a198218 commit 9058114Copy full SHA for 9058114
doc/api.rst
@@ -572,7 +572,9 @@ Universal functions
572
With recent versions of numpy, dask and xarray, NumPy ufuncs are now
573
supported directly on all xarray and dask objects. This obviates the need
574
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.
+ 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.
578
579
These functions are copied from NumPy, but extended to work on NumPy arrays,
580
dask arrays and all xarray objects. You can find them in the ``xarray.ufuncs``
0 commit comments