Skip to content
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

Move cudf._lib.search to cudf.core._internals #17411

Merged
merged 4 commits into from
Nov 23, 2024

Conversation

mroeschke
Copy link
Contributor

@mroeschke mroeschke commented Nov 22, 2024

Description

Contributes to #17317

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@mroeschke mroeschke added Python Affects Python cuDF API. improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 22, 2024
@mroeschke mroeschke self-assigned this Nov 22, 2024
@mroeschke mroeschke requested a review from a team as a code owner November 22, 2024 00:56
@mroeschke mroeschke requested review from bdice and Matt711 November 22, 2024 00:56
@github-actions github-actions bot added the CMake CMake build issue label Nov 22, 2024
@@ -5858,13 +5858,10 @@ def sum(

def __contains__(self, item: ScalarLike) -> bool:
if is_scalar(item):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably easier to write this as other = [item] if is_scalar(item) else item.

@mroeschke
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit d1d4420 into rapidsai:branch-25.02 Nov 23, 2024
105 checks passed
@mroeschke mroeschke deleted the cudf/_lib/search branch November 23, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants