@@ -44,6 +44,7 @@ This table shows which parts of the the [Array API](https://data-apis.org/array-
44
44
| | Multi-axis | :white_check_mark : | | |
45
45
| | Boolean array | :x : | | Shape is data dependent, [ #73 ] ( https://github.com/cubed-dev/cubed/issues/73 ) |
46
46
| Indexing Functions | ` take ` | :white_check_mark : | 2022.12 | |
47
+ | | ` take_along_axis ` | :x : | 2024.12 | |
47
48
| Inspection | ` capabilities ` | :white_check_mark : | 2023.12 | |
48
49
| | ` default_device ` | :white_check_mark : | 2023.12 | |
49
50
| | ` 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-
68
69
| | ` unstack ` | :white_check_mark : | 2023.12 | |
69
70
| Searching Functions | ` argmax ` | :white_check_mark : | | |
70
71
| | ` argmin ` | :white_check_mark : | | |
72
+ | | ` count_nonzero ` | :x : | 2024.12 | |
71
73
| | ` nonzero ` | :x : | | Shape is data dependent |
72
74
| | ` searchsorted ` | :x : | 2023.12 | |
73
75
| | ` where ` | :white_check_mark : | | |
74
76
| Set Functions | ` unique_all ` | :x : | | Shape is data dependent |
75
77
| | ` unique_counts ` | :x : | | Shape is data dependent |
76
78
| | ` unique_inverse ` | :x : | | Shape is data dependent |
77
79
| | ` 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 ) |
81
84
| | ` max ` | :white_check_mark : | | |
82
85
| | ` mean ` | :white_check_mark : | | |
83
86
| | ` min ` | :white_check_mark : | | |
@@ -87,6 +90,7 @@ This table shows which parts of the the [Array API](https://data-apis.org/array-
87
90
| | ` var ` | :white_check_mark : | | |
88
91
| Utility Functions | ` all ` | :white_check_mark : | | |
89
92
| | ` any ` | :white_check_mark : | | |
93
+ | | ` diff ` | :x : | 2024.12 | |
90
94
91
95
### Linear Algebra Extension
92
96
0 commit comments