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

Migrate string case operations to pylibcudf #15489

Merged
merged 7 commits into from
Apr 11, 2024

Conversation

brandon-b-miller
Copy link
Contributor

This PR creates pylibcudf case APIs and migrates the cuDF cython to leverage them. Part of #15162.

@brandon-b-miller brandon-b-miller added feature request New feature or request Python Affects Python cuDF API. non-breaking Non-breaking change labels Apr 9, 2024
@brandon-b-miller brandon-b-miller self-assigned this Apr 9, 2024
@brandon-b-miller brandon-b-miller requested a review from a team as a code owner April 9, 2024 13:36
@github-actions github-actions bot added the CMake CMake build issue label Apr 9, 2024
python/cudf/cudf/_lib/pylibcudf/strings/CMakeLists.txt Outdated Show resolved Hide resolved
python/cudf/cudf/_lib/pylibcudf/strings/__init__.pxd Outdated Show resolved Hide resolved
python/cudf/cudf/_lib/pylibcudf/strings/__init__.py Outdated Show resolved Hide resolved
python/cudf/cudf/pylibcudf_tests/test_string_case.py Outdated Show resolved Hide resolved
python/cudf/cudf/pylibcudf_tests/test_string_case.py Outdated Show resolved Hide resolved
python/cudf/cudf/pylibcudf_tests/test_string_case.py Outdated Show resolved Hide resolved
python/cudf/cudf/pylibcudf_tests/test_string_case.py Outdated Show resolved Hide resolved
python/cudf/cudf/pylibcudf_tests/test_string_case.py Outdated Show resolved Hide resolved
@vyasr
Copy link
Contributor

vyasr commented Apr 11, 2024

/merge

@rapids-bot rapids-bot bot merged commit 8506ea6 into rapidsai:branch-24.06 Apr 11, 2024
70 checks passed
@vyasr vyasr added the pylibcudf Issues specific to the pylibcudf package label May 28, 2024
rapids-bot bot pushed a commit that referenced this pull request May 29, 2024
This PR creates the `pylibcudf.strings.capitalize` namespace and migrates the cuDF cython to use it. Depends on #15489

Part of #15162

Authors:
  - https://github.com/brandon-b-miller

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #15503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CMake CMake build issue feature request New feature or request non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
Projects
Archived in project
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants