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
Sort

Pull requests list

Improve minhash performance by using more working memory 2 - In Progress Currently a work in progress improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#16756 opened Sep 5, 2024 by davidwendt Draft
3 tasks done
Polars 1.7 will change a minor thing in the IR, adapt to that cudf.polars Issues specific to cudf.polars Python Affects Python cuDF API.
#16755 opened Sep 5, 2024 by wence- Loading…
3 tasks done
test Python Affects Python cuDF API.
#16754 opened Sep 5, 2024 by galipremsagar Draft
3 tasks
Feat/manas polars docs
#16753 opened Sep 5, 2024 by singhmanas1 Loading…
Add a benchmark to study Parquet reader's performance for wide tables 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
#16751 opened Sep 4, 2024 by mhaseeb123 Loading…
3 tasks done
Change the Parquet writer's default max row group size from 128MB to 1M rows. 3 - Ready for Review Ready for review by team improvement Improvement / enhancement to an existing function libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API.
#16750 opened Sep 4, 2024 by mhaseeb123 Loading…
3 tasks done
Add transpose API to pylibcudf CMake CMake build issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16749 opened Sep 4, 2024 by mroeschke Loading…
3 tasks
Avoid public constructors when called with columns to avoid unnecessary validation improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16747 opened Sep 4, 2024 by mroeschke Loading…
3 tasks
WIP: Add support for Python 3.12, update Kafka dependencies to 2.5.x cudf.pandas Issues specific to cudf.pandas cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16745 opened Sep 4, 2024 by jameslamb Draft
[FEA] Add support for cudf.NamedAgg feature request New feature or request non-breaking Non-breaking change Python Affects Python cuDF API.
#16744 opened Sep 4, 2024 by Matt711 Loading…
3 tasks
Split pandas pytests cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16743 opened Sep 4, 2024 by galipremsagar Draft
3 tasks
Add cudf::strings::find_re API 2 - In Progress Currently a work in progress feature request New feature or request libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change Python Affects Python cuDF API. strings strings issues (C++ and Python)
#16742 opened Sep 4, 2024 by davidwendt Draft
3 tasks done
test pr cudf.pandas Issues specific to cudf.pandas Python Affects Python cuDF API.
#16739 opened Sep 4, 2024 by galipremsagar Draft
3 tasks
Spill OOM Protection improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16737 opened Sep 4, 2024 by madsbk Draft
2 of 4 tasks
Avoid registering the byte range padding in the memory mapped datasource 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
#16732 opened Sep 4, 2024 by vuule Draft
2 of 3 tasks
Change mixed type as string to have higher priority over JSON schema 5 - DO NOT MERGE Hold off on merging; see PR for details breaking Breaking change bug Something isn't working cuIO cuIO issue libcudf Affects libcudf (C++/CUDA) code. Spark Functionality that helps Spark RAPIDS
#16731 opened Sep 3, 2024 by karthikeyann Loading…
2 of 3 tasks
Strings batch construction CMake CMake build issue libcudf Affects libcudf (C++/CUDA) code.
#16727 opened Sep 3, 2024 by sdrp713 Draft
3 tasks done
Make column_empty mask buffer creation consistent with libcudf improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16715 opened Aug 30, 2024 by mroeschke Loading…
3 tasks
Use changed-files shared workflow improvement Improvement / enhancement to an existing function non-breaking Non-breaking change
#16713 opened Aug 30, 2024 by KyleFromNVIDIA Loading…
3 tasks
Fix DataFrame.drop(columns=cudf.Series/Index, axis=1) bug Something isn't working non-breaking Non-breaking change Python Affects Python cuDF API.
#16712 opened Aug 30, 2024 by mroeschke Loading…
3 tasks
Run polars test suite (defaulting to GPU) in CI cudf.polars Issues specific to cudf.polars Python Affects Python cuDF API.
#16710 opened Aug 30, 2024 by wence- Loading…
3 tasks done
Remove xfail from torch-cudf.pandas integration test cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API. tests Unit testing for project
#16705 opened Aug 30, 2024 by Matt711 Loading…
3 tasks
[DOC] Remove out of date section from cudf.pandas docs 3 - Ready for Review Ready for review by team doc Documentation non-breaking Non-breaking change
#16697 opened Aug 29, 2024 by Matt711 Loading…
3 tasks
lint: replace isort with Ruff's rule I cudf.pandas Issues specific to cudf.pandas improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
#16685 opened Aug 29, 2024 by Borda Loading…
1 of 3 tasks
[WIP] Implement filesystem="arrow" in dask_cudf.read_parquet 2 - In Progress Currently a work in progress dask Dask issue feature request New feature or request non-breaking Non-breaking change Python Affects Python cuDF API.
#16684 opened Aug 28, 2024 by rjzamora Draft
3 tasks
ProTip! Exclude everything labeled bug with -label:bug.