Compatibility with the Array API standard · Issue #7848 · pydata/xarray (original) (raw)
What is your issue?
Meta-issue to track all the smaller issues around making xarray and the array API standard compatible with each other.
We've already had
- Support NumPy array API (experimental) #6804
- More Array API changes #7067
- Array API fixes for astype #7847
and there will likely be many others.
I suspect this might require changes to the standard as well as to xarray - in particular see this list of common numpy functions which are not currently in the array API standard. Of these xarray currently uses (FYI @ralfgommers ):
np.clip
np.diff
np.pad
np.repeat
np.take
np.tile