You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be easily fixed (just bumping up numpy's version on rtd),
but as our minimum requirement is numpy==1.11, we may need to take care of this in xr.apply_ufunc.
The text was updated successfully, but these errors were encountered:
I think we should just add an better error message about a newer version of NumPy being required. Backporting the changes to np.vectorize would also be pretty easy (see numpy/numpy#8054).
I noticed the failing in rtd
http://xarray.pydata.org/en/stable/computation.html#missing-values
is because it still uses numpy=1.11 which does not support
signature
argument fornp.vectorize
.This can be easily fixed (just bumping up numpy's version on rtd),
but as our minimum requirement is numpy==1.11, we may need to take care of this in
xr.apply_ufunc
.The text was updated successfully, but these errors were encountered: