Skip to content

Forward-merge release/26.10 into main - #8581

Merged
GPUtester merged 1 commit into
mainfrom
release/26.10
Sep 9, 2026
Merged

Forward-merge release/26.10 into main#8581
GPUtester merged 1 commit into
mainfrom
release/26.10

Conversation

@rapids-bot

@rapids-bot rapids-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Forward-merge triggered by push to release/26.10 that creates a PR to keep main up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

Fixes #8416

## Root cause

`get_char_ngrams()` pads each token with `self.delimiter` on both sides before generating character ngrams:

```python
padding = Series(self.delimiter).repeat(len(tokens))

Authors:
  - Aditya Nikam (https://github.com/adityaanikam)
  - Divye Gala (https://github.com/divyegala)
  - Jim Crist-Harif (https://github.com/jcrist)

Approvers:
  - Divye Gala (https://github.com/divyegala)

URL: #8429
@rapids-bot
rapids-bot Bot requested a review from a team as a code owner September 9, 2026 09:41
@rapids-bot
rapids-bot Bot requested a review from betatim September 9, 2026 09:41
@GPUtester
GPUtester merged commit 9aa6e7c into main Sep 9, 2026
9 checks passed
@rapids-bot

rapids-bot Bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor Author

SUCCESS - forward-merge complete.

@github-actions github-actions Bot added the Cython / Python Cython or Python issue label Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython / Python Cython or Python issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants