Skip to content

Fix kmeans::predict argument order#915

Merged
rapids-bot[bot] merged 3 commits intorapidsai:branch-25.06from
enp1s0:fix-kmeans-predict-args-order
May 27, 2025
Merged

Fix kmeans::predict argument order#915
rapids-bot[bot] merged 3 commits intorapidsai:branch-25.06from
enp1s0:fix-kmeans-predict-args-order

Conversation

@enp1s0
Copy link
Copy Markdown
Member

@enp1s0 enp1s0 commented May 20, 2025

This PR updates the order of arguments in kmeans::predict to match the order in the documentation. The order in the documentation is considered appropriate because it lists the output arguments last, unlike the order of the actual function arguments.

@enp1s0 enp1s0 requested a review from a team as a code owner May 20, 2025 18:31
@github-actions github-actions Bot added the cpp label May 20, 2025
@enp1s0 enp1s0 added bug Something isn't working non-breaking Introduces a non-breaking change and removed cpp labels May 20, 2025
@enp1s0 enp1s0 self-assigned this May 20, 2025
@github-actions github-actions Bot added the cpp label May 26, 2025
@cjnolet
Copy link
Copy Markdown
Member

cjnolet commented May 27, 2025

/merge

@rapids-bot rapids-bot Bot merged commit 5642af3 into rapidsai:branch-25.06 May 27, 2025
75 checks passed
divyegala added a commit to divyegala/cuvs that referenced this pull request May 28, 2025
raydouglass pushed a commit that referenced this pull request May 28, 2025
Revert "Fix kmeans::predict argument order (#915)"
mythrocks pushed a commit to mythrocks/cuvs that referenced this pull request Jun 3, 2025
This PR updates the order of arguments in `kmeans::predict` to match the order in the documentation. The order in the documentation is considered appropriate because it lists the output arguments last, unlike the order of the actual function arguments.

Authors:
  - tsuki (https://github.com/enp1s0)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#915
mythrocks pushed a commit to mythrocks/cuvs that referenced this pull request Jun 3, 2025
Revert "Fix kmeans::predict argument order (rapidsai#915)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cpp non-breaking Introduces a non-breaking change

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants