8000 Add `unique_counts()` and fix the description of `unique_all()` by leofang · Pull Request #317 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

Add unique_counts() and fix the description of unique_all() #317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Nov 8, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
leofang committed Nov 5, 2021
commit 83f3c2bae28ea8079d99115c30220cf2d46444f2
4 changes: 2 additions & 2 deletions spec/API_specification/set_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Each `nan` value should have a count of one, while the counts for signed zeros s
The order of unique elements is not specified and may vary between implementations.
```

(function-unique-count)=
### unique_count(x, /)
(function-unique-counts)=
### unique_counts(x, /)

:::{admonition} Data-dependent output shape
:class: important
Expand Down
0