Skip to content

Merge release/26.02 into main#2216

Merged
jameslamb merged 2 commits intorapidsai:mainfrom
jameslamb:main-merge-release/26.02
Jan 15, 2026
Merged

Merge release/26.02 into main#2216
jameslamb merged 2 commits intorapidsai:mainfrom
jameslamb:main-merge-release/26.02

Conversation

@jameslamb
Copy link
Member

Description

Closes #2215

Fixes forward-merger conflicts, following the process at https://docs.rapids.ai/maintainers/forward-merge

Checklist

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

jameslamb and others added 2 commits January 15, 2026 16:24
…rapidsai#2214)

rapidsai#2212 was into `main` after `main` had already been updated to RAPIDS
26.04.

This change is intended for RAPIDS 26.02, so this PR backports it to the
`release/26.02` branch.

## Notes for Reviewers

### How this should be merged

I think normal squash and merge should be fine? The commit SHA is
different because of the direction of the `cherry-pick` anyway.

### How I made this branch

```shell
git checkout main
git pull upstream main
git fetch upstream release/26.02
git checkout release/26.02
git checkout -b pip-changes
git cherry-pick f380eff
```

Co-authored-by: Mike McCarty <mmccarty@nvidia.com>
@jameslamb jameslamb added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Jan 15, 2026
@jameslamb jameslamb merged commit eb6602a into rapidsai:main Jan 15, 2026
25 of 27 checks passed
@jameslamb jameslamb deleted the main-merge-release/26.02 branch January 15, 2026 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant