-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
API designarray API standardSupport for the Python array API standardSupport for the Python array API standardtopic-arraysrelated to flexible array supportrelated to flexible array supporttopic-chunked-arraysManaging different chunked backends, e.g. daskManaging different chunked backends, e.g. daskupstream issue
Description
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
negin513
Metadata
Metadata
Assignees
Labels
API designarray API standardSupport for the Python array API standardSupport for the Python array API standardtopic-arraysrelated to flexible array supportrelated to flexible array supporttopic-chunked-arraysManaging different chunked backends, e.g. daskManaging different chunked backends, e.g. daskupstream issue