Skip to content

Remove cudf compat gating at more places - #21350

Merged
rapids-bot[bot] merged 15 commits into
NVIDIA:mainfrom
galipremsagar:cudf_compat_fixes
Feb 10, 2026
Merged

Remove cudf compat gating at more places#21350
rapids-bot[bot] merged 15 commits into
NVIDIA:mainfrom
galipremsagar:cudf_compat_fixes

Conversation

@galipremsagar

@galipremsagar galipremsagar commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Description

This PR removes cudf compatibility mode gating in more places.

Checklist

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

@galipremsagar galipremsagar added 2 - In Progress Currently a work in progress improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 5, 2026
@copy-pr-bot

copy-pr-bot Bot commented Feb 5, 2026

Copy link
Copy Markdown

Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the Python Affects Python cuDF API. label Feb 5, 2026
@galipremsagar

Copy link
Copy Markdown
Contributor Author

/okay to test af921e7

@GPUtester GPUtester moved this to In Progress in cuDF Python Feb 5, 2026
gforsyth and others added 4 commits February 7, 2026 03:22
@github-actions github-actions Bot added the cudf.pandas Issues specific to cudf.pandas label Feb 7, 2026
@galipremsagar galipremsagar changed the title remove cudf compat gating at more places Remove cudf compat gating at more places Feb 7, 2026
@galipremsagar galipremsagar added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Feb 7, 2026
@galipremsagar
galipremsagar marked this pull request as ready for review February 7, 2026 04:05
@galipremsagar
galipremsagar requested a review from a team as a code owner February 7, 2026 04:05
@galipremsagar
galipremsagar requested a review from wence- February 7, 2026 04:05

@wence- wence- left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Minor doc/comment updates needed, otherwise looks good.

Comment thread python/cudf/cudf/core/accessors/string.py Outdated
Comment thread python/cudf/cudf/core/accessors/string.py Outdated
Comment thread python/cudf/cudf/core/indexed_frame.py Outdated
@galipremsagar

Copy link
Copy Markdown
Contributor Author

/okay to test c2b9327

@galipremsagar

Copy link
Copy Markdown
Contributor Author

/okay to test d4f5bf1

@galipremsagar
galipremsagar requested a review from a team as a code owner February 9, 2026 23:13
@galipremsagar

Copy link
Copy Markdown
Contributor Author

/okay to test 6c143eb

@galipremsagar

Copy link
Copy Markdown
Contributor Author

/merge

@bdice bdice left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Approving for CI. I skimmed the Python changes too.

Returning any digit using regular expression.

>>> s1.str.contains('\d', regex=True)
>>> s1.str.contains('\\d', regex=True)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

There’s something funny about making this backslash syntax work with both doctests and Sphinx rendering. Please verify the docs render as expected.

@rapids-bot
rapids-bot Bot merged commit 00715b7 into NVIDIA:main Feb 10, 2026
218 of 220 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in cuDF Python Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 - Ready for Review Ready for review by team cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants