cubed icon indicating copy to clipboard operation
cubed copied to clipboard

Array API 2024 tracking issue

Open tomwhite opened this issue 9 months ago • 0 comments

Note that the Python array API standard v2024 is still in draft.

The following is based on closed issues, and will be updated once the 2024 standard is released.

New array functions

elemwise

These should be straightforward to add.

indexing

searching

statistical

utility

Updates

  • [ ] Add max dimensions to capabilities
  • [ ] Add support for complex input to mean
  • [ ] Add support for scalars in result_type
    • We delegate result_type to the backend array library so this shouldn't need any changes.
  • [x] Add scalar support to where
  • [x] Add scalar support to elemwise functions

tomwhite avatar Jan 21 '25 10:01 tomwhite