-
Notifications
You must be signed in to change notification settings - Fork 961
branch-25.10-merge-branch-25.08 #19429
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
Open
davidwendt
wants to merge
15
commits into
rapidsai:branch-25.10
Choose a base branch
from
davidwendt:branch-25.10-merge-branch-25.08
base: branch-25.10
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
branch-25.10-merge-branch-25.08 #19429
davidwendt
wants to merge
15
commits into
rapidsai:branch-25.10
from
davidwendt:branch-25.10-merge-branch-25.08
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Partially reverts rapidsai#19213 - Use numba-cuda>=0.15.2,<0.16 We are investigating an issue where the new CUDA bindings in numba-cuda 0.16 cause segfaults, blocking our CI. This temporarily downgrades to numba-cuda >=0.15.2,<0.16 until a fix can be made. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - https://github.com/brandon-b-miller - Peter Andreas Entschev (https://github.com/pentschev) - Gil Forsyth (https://github.com/gforsyth) URL: rapidsai#19413
…apidsai#19412) In rapidsai/build-planning#187 we switched the docker image tagging scheme over to include the CalVer information. This was done to allow us to make changes to the images during burndown without breaking release pipelines. This PR moves all of the existing `latest` tags to the newer versioned tag `25.08-latest` and also modifies the `update_version.sh` script to bump that version at branch creation time. xref: rapidsai/build-planning#187 Authors: - Gil Forsyth (https://github.com/gforsyth) - James Lamb (https://github.com/jameslamb) Approvers: - James Lamb (https://github.com/jameslamb) URL: rapidsai#19412
Adds new `cudf::top_k` API to compute the top K values for a given column. This essentially performs a descending sort followed by a gather of the first K elements. Reference: rapidsai#19096 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Muhammad Haseeb (https://github.com/mhaseeb123) - Yunsong Wang (https://github.com/PointKernel) URL: rapidsai#19303
Adds new strings API ``` std::unique_ptr<column> split_part( strings_column_view const& input, string_scalar const& delimiter, size_type index, rmm::cuda_stream_view stream, rmm::device_async_resource_ref mr); ``` This will perform a split on each row using the given delimiter but only return the token at 0-based `index`. Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Yunsong Wang (https://github.com/PointKernel) - Vukasin Milovanovic (https://github.com/vuule) - Bradley Dice (https://github.com/bdice) URL: rapidsai#19289
…ed reader (rapidsai#19414) This is to workaround an issue with `cub::DeviceMergeSort` in CCCL (NVIDIA/cccl#5297), which is called by `thrust::sort`. By explicitly calling to `cub::DeviceRadixSort`, we can avoid the crash issue reported in NVIDIA/spark-rapids#12949. Authors: - Nghia Truong (https://github.com/ttnghia) Approvers: - David Wendt (https://github.com/davidwendt) - Bradley Dice (https://github.com/bdice) - Muhammad Haseeb (https://github.com/mhaseeb123) URL: rapidsai#19414
Updates the `update-version.sh` script to properly handle package names with extras (e.g `pylibcudf-cu12[pyarrow]`) during version updates.
) Contributes to PR rapidsai#19308 This PR adds a parquet reader utility to update the null masks of output buffers in order to nullify rows corresponding to the pruned out pages. No independent tests for this PR here. Instead this is tested in rapidsai#19308 Authors: - Muhammad Haseeb (https://github.com/mhaseeb123) Approvers: - Tianyu Liu (https://github.com/kingcrimsontianyu) - Bradley Dice (https://github.com/bdice) - Vukasin Milovanovic (https://github.com/vuule) URL: rapidsai#19370
gforsyth
reviewed
Jul 18, 2025
bdice
approved these changes
Jul 18, 2025
Correction for rapidsai#19413. We need to use `numba-cuda>=0.14.0,<0.15.0` so that we don't get the new CUDA bindings. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - https://github.com/brandon-b-miller - GALI PREM SAGAR (https://github.com/galipremsagar) - Vyas Ramasubramani (https://github.com/vyasr) URL: rapidsai#19425
This PR drops cuda-11 usages in `cudf` codebase. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Tom Augspurger (https://github.com/TomAugspurger) - Matthew Murray (https://github.com/Matt711) - Bradley Dice (https://github.com/bdice) - Nghia Truong (https://github.com/ttnghia) URL: rapidsai#19386
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
We seem to be modifying a dataframe inplace that swallowed a bug: rapidsai#14860 This PR fixes it. Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - https://github.com/brandon-b-miller URL: rapidsai#19433
/merge nosquash |
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
bug
Something isn't working
CMake
CMake build issue
cudf-polars
Issues specific to cudf-polars
Java
Affects Java cuDF API.
libcudf
Affects libcudf (C++/CUDA) code.
non-breaking
Non-breaking change
Python
Affects Python cuDF API.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes merge conflicts found by auto merger
#19416
Checklist