Skip to content

Commit ea3496b

Browse files
authored
Array API status update for draft 2024 spec (#684)
1 parent ce8f61b commit ea3496b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

api_status.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This table shows which parts of the the [Array API](https://data-apis.org/array-
4444
| | Multi-axis | :white_check_mark: | | |
4545
| | Boolean array | :x: | | Shape is data dependent, [#73](https://github.com/cubed-dev/cubed/issues/73) |
4646
| Indexing Functions | `take` | :white_check_mark: | 2022.12 | |
47+
| | `take_along_axis` | :x: | 2024.12 | |
4748
| Inspection | `capabilities` | :white_check_mark: | 2023.12 | |
4849
| | `default_device` | :white_check_mark: | 2023.12 | |
4950
| | `default_dtypes` | :white_check_mark: | 2023.12 | |
@@ -68,16 +69,18 @@ This table shows which parts of the the [Array API](https://data-apis.org/array-
6869
| | `unstack` | :white_check_mark: | 2023.12 | |
6970
| Searching Functions | `argmax` | :white_check_mark: | | |
7071
| | `argmin` | :white_check_mark: | | |
72+
| | `count_nonzero` | :x: | 2024.12 | |
7173
| | `nonzero` | :x: | | Shape is data dependent |
7274
| | `searchsorted` | :x: | 2023.12 | |
7375
| | `where` | :white_check_mark: | | |
7476
| Set Functions | `unique_all` | :x: | | Shape is data dependent |
7577
| | `unique_counts` | :x: | | Shape is data dependent |
7678
| | `unique_inverse` | :x: | | Shape is data dependent |
7779
| | `unique_values` | :x: | | Shape is data dependent |
78-
| Sorting Functions | `argsort` | :x: | | Not in Dask |
79-
| | `sort` | :x: | | Not in Dask |
80-
| Statistical Functions | `cumulative_sum` | :x: | 2023.12 | WIP [#531](https://github.com/cubed-dev/cubed/pull/531) |
80+
| Sorting Functions | `argsort` | :x: | | |
81+
| | `sort` | :x: | | |
82+
| Statistical Functions | `cumulative_prod` | :x: | 2024.12 | WIP [#531](https://github.com/cubed-dev/cubed/pull/531) |
83+
| | `cumulative_sum` | :x: | 2023.12 | WIP [#531](https://github.com/cubed-dev/cubed/pull/531) |
8184
| | `max` | :white_check_mark: | | |
8285
| | `mean` | :white_check_mark: | | |
8386
| | `min` | :white_check_mark: | | |
@@ -87,6 +90,7 @@ This table shows which parts of the the [Array API](https://data-apis.org/array-
8790
| | `var` | :white_check_mark: | | |
8891
| Utility Functions | `all` | :white_check_mark: | | |
8992
| | `any` | :white_check_mark: | | |
93+
| | `diff` | :x: | 2024.12 | |
9094

9195
### Linear Algebra Extension
9296

0 commit comments

Comments
 (0)