Skip to content

Pull requests: rapidsai/cudf

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Remove size and offsets from Column improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#20824 opened Dec 10, 2025 by vyasr Loading…
3 tasks done
Enforce pandas 3.0 deprecations and subsequent related cuDF deprecations breaking Breaking change improvement Improvement / enhancement to an existing function Python Affects Python cuDF API.
#20823 opened Dec 10, 2025 by mroeschke Draft
3 tasks
Replace thrust logical functions with CUB + pinned memory based implementations in Parquet reader 3 - Ready for Review Ready for review by team cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Performance Performance related issue Velox Functionality that helps Velox-cudf
#20822 opened Dec 10, 2025 by mhaseeb123 Draft
3 of 4 tasks
Replace thrust reductions in Parquet reader with CUB + pinned memory based implementations 3 - Ready for Review Ready for review by team cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Performance Performance related issue Velox Functionality that helps Velox-cudf
#20821 opened Dec 10, 2025 by mhaseeb123 Loading…
3 tasks done
Use pinned memory in PQ reader to avoid pageable copies 4 - Needs Review Waiting for reviewer to review or respond cuIO cuIO issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Performance Performance related issue Velox Functionality that helps Velox-cudf
#20820 opened Dec 9, 2025 by mhaseeb123 Loading…
3 tasks done
Avoid generating empty TableChunks in streaming scan nodes 2 - In Progress Currently a work in progress bug Something isn't working cudf-polars Issues specific to cudf-polars non-breaking Non-breaking change Python Affects Python cuDF API.
#20815 opened Dec 9, 2025 by rjzamora Draft
3 tasks
Default to static linking of libcudart breaking Breaking change CMake CMake build issue improvement Improvement / enhancement to an existing function Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.
#20814 opened Dec 9, 2025 by bdice Loading…
Reader and writer for a simple CUTable format CMake CMake build issue feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20811 opened Dec 9, 2025 by vuule Draft
2 of 3 tasks
Memory resource changes needed for CCCL 3.2 compatibility improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20810 opened Dec 9, 2025 by bdice Draft
3 tasks done
Clarify deprecation message for cudf::round 3 - Ready for Review Ready for review by team doc Documentation libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20809 opened Dec 8, 2025 by nirandaperera Loading…
2 of 3 tasks
Use nosync execution policy everywhere improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20807 opened Dec 8, 2025 by bdice Loading…
3 tasks done
Integrate KvikIO datasource and hybrid scan Parquet reader example CMake CMake build issue improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20805 opened Dec 8, 2025 by kingcrimsontianyu Draft
3 tasks done
Implement pandas 3.0, backward compatible changes improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#20803 opened Dec 5, 2025 by mroeschke Loading…
3 tasks
[DNR] Improving mixed join perf with sort-merge join CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.
#20802 opened Dec 5, 2025 by shrshi Draft
3 tasks
Fix list literal translation bug Something isn't working cudf-polars Issues specific to cudf-polars non-breaking Non-breaking change Python Affects Python cuDF API.
#20801 opened Dec 5, 2025 by Matt711 Draft
3 tasks
Use cudaMemcpyBatchAsync DO NOT MERGE Hold off on merging; see PR for details improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20800 opened Dec 5, 2025 by bdice Loading…
1 of 5 tasks
Fix groupby list literal agg bug Something isn't working cudf-polars Issues specific to cudf-polars non-breaking Non-breaking change Python Affects Python cuDF API.
#20798 opened Dec 5, 2025 by Matt711 Draft
3 tasks
Remove legacy hash-combine logic and unify hashing with row hasher Java Affects Java cuDF API. libcudf Affects libcudf (C++/CUDA) code. pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#20796 opened Dec 4, 2025 by PointKernel Draft
3 tasks done
AST-UDF Null-Transform debugging CMake CMake build issue DO NOT MERGE Hold off on merging; see PR for details feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change pylibcudf Issues specific to the pylibcudf package Python Affects Python cuDF API.
#20793 opened Dec 4, 2025 by lamarrr Draft
3 tasks
[WIP] Pin Polars>=1.30,<1.36 cudf-polars Issues specific to cudf-polars feature request New feature or request non-breaking Non-breaking change Python Affects Python cuDF API.
#20791 opened Dec 4, 2025 by Matt711 Draft
3 tasks
Support left joins using sort-merge algorithm feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#20787 opened Dec 4, 2025 by shrshi Loading…
3 tasks done
Support decomposing Len expressions in cudf_polars streaming executor cudf-polars Issues specific to cudf-polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#20786 opened Dec 4, 2025 by mroeschke Loading…
3 tasks
Require rapidsmpf Pool with the rapidsmpf runtime breaking Breaking change bug Something isn't working cudf-polars Issues specific to cudf-polars Python Affects Python cuDF API.
#20771 opened Dec 2, 2025 by TomAugspurger Loading…
Adopt LTO-IR For JIT Compilation CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.
#20751 opened Dec 1, 2025 by lamarrr Draft
3 tasks done
Fix boolean casting consistency with Pandas (#20746) bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
#20747 opened Dec 1, 2025 by aryansri05 Loading…
2 tasks done
ProTip! Adding no:label will show everything without a label.