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

Add string.convert.convert_integers APIs to pylibcudf #16991

Merged

Conversation

mroeschke
Copy link
Contributor

Description

Contributes to #15162

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 improvement Improvement / enhancement to an existing function non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package labels Oct 3, 2024
@mroeschke mroeschke requested a review from a team as a code owner October 3, 2024 20:07
@github-actions github-actions bot added Python Affects Python cuDF API. CMake CMake build issue labels Oct 3, 2024
@vyasr
Copy link
Contributor

vyasr commented Oct 4, 2024

Needs conflict resolution now.

python/cudf/cudf/_lib/string_casting.pyx Show resolved Hide resolved
python/cudf/cudf/_lib/string_casting.pyx Show resolved Hide resolved
@vyasr vyasr requested a review from charlesbluca October 9, 2024 21:22
@charlesbluca
Copy link
Member

Needs another round of conflict resolution

@mroeschke
Copy link
Contributor Author

Needs another round of conflict resolution

Thanks done.

I also found more place I was able to apply your suggestion in #16991 (comment) to use more plc.DataType directly instead converting from a cudf dtype.

Copy link
Contributor

@brandon-b-miller brandon-b-miller left a comment

Choose a reason for hiding this comment

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

Addressed my own suggestion about libcudf_exception_handler pre-emptively. @charlesbluca any final thoughts here?

@brandon-b-miller
Copy link
Contributor

Since this has a few approvals and is only introducing fairly in-pattern additional functionality I'm going to move forward with merging here.

@brandon-b-miller
Copy link
Contributor

/merge

@rapids-bot rapids-bot bot merged commit c141ca5 into rapidsai:branch-24.12 Oct 15, 2024
103 checks passed
@mroeschke mroeschke deleted the pylibcudf/strings/convert_intergers branch October 30, 2024 19:57
rapids-bot bot pushed a commit that referenced this pull request Nov 7, 2024
Depends on #16991
Part of #17060

Implements cross casting from string <-> numeric types in `cudf-polars`

Authors:
  - https://github.com/brandon-b-miller
  - Matthew Murray (https://github.com/Matt711)
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Lawrence Mitchell (https://github.com/wence-)
  - Muhammad Haseeb (https://github.com/mhaseeb123)
  - Matthew Murray (https://github.com/Matt711)

URL: #17076
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 pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants