Skip to content

Commit

Permalink
Remove unstack from list of unimplemented functions since it was adde…
Browse files Browse the repository at this point in the history
…d in #575
  • Loading branch information
tomwhite committed Sep 23, 2024
1 parent 091d41e commit 3e5ad0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_status.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This table shows which parts of the the [Array API](https://data-apis.org/array-
| | `squeeze` | :white_check_mark: | | |
| | `stack` | :white_check_mark: | | |
| | `tile` | :x: | 2023.12 | |
| | `unstack` | :x: | 2023.12 | |
| | `unstack` | :white_check_mark: | 2023.12 | |
| Searching Functions | `argmax` | :white_check_mark: | | |
| | `argmin` | :white_check_mark: | | |
| | `nonzero` | :x: | | Shape is data dependent |
Expand Down

0 comments on commit 3e5ad0a

Please sign in to comment.