cubed
cubed copied to clipboard
Array API 2023 tracking issue
This issue tracks the work needed to support Python array API standard v2023.12.
The changes from the previous version are listed here: https://data-apis.org/array-api/2023.12/changelog.html#v2023-12
New array functions
elemwise
These should be straightforward to add.
manipulation
searching
- [x]
searchsorted
statistical
- [ ]
cumulative_sum- https://github.com/cubed-dev/cubed/issues/277
Inspection APIs
Is it worth creating a separate issue to track linalg and fft extensions? It would be useful to know the Cubed position on these functions as well.
Opened #675 and #676. See also https://github.com/cubed-dev/cubed/blob/main/api_status.md for current status.