-
Notifications
You must be signed in to change notification settings - Fork 997
Add ConfigOptions convenience class to cudf-polars
#18137
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
Merged
rapids-bot
merged 60 commits into
rapidsai:branch-25.04
from
rjzamora:cudf-polars-config-options
Mar 13, 2025
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
f0964a6
basic groupby-aggregation support
rjzamora 1329cf1
Merge branch 'branch-25.02' into cudf-polars-multi-groupby
rjzamora 11a03f8
Merge branch 'branch-25.02' into cudf-polars-multi-groupby
rjzamora a9fa486
Merge remote-tracking branch 'upstream/branch-25.02' into cudf-polars…
rjzamora b1224a0
remove GroupbyTree
rjzamora 385f03a
simplify lower
rjzamora 8956215
Merge remote-tracking branch 'upstream/branch-25.02' into cudf-polars…
rjzamora 70b29b2
Merge remote-tracking branch 'upstream/branch-25.02' into cudf-polars…
rjzamora 3f04eca
cleanup
rjzamora e090de5
no cover
rjzamora 24b88f2
tweak error message
rjzamora 161a53b
Merge branch 'branch-25.02' into cudf-polars-multi-groupby
rjzamora 69f6336
update copyright dates
rjzamora 22cebeb
add test coverage for single-partition
rjzamora 45ac8ec
Merge branch 'branch-25.02' into cudf-polars-multi-groupby
rjzamora f5205bd
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora a7cd29f
Merge branch 'branch-25.04' into cudf-polars-multi-groupby
rjzamora ef79e90
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora b8a20e6
formatting
rjzamora fde4231
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora 7d18e7b
add shuffle-based groupby
rjzamora f21e1cd
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora ee47bd9
Add `pylibcudf.gpumemoryview` support for `len()`/`nbytes`
pentschev ccd1029
improve test coverage
rjzamora 33bf65c
Add gpumemoryview tests for `len()`/`nbytes`
pentschev ac73bab
Add `gpumemoryview.__cuda_array_interface__` tests
pentschev 41844b7
Update stubs
pentschev df902aa
Merge branch 'branch-25.04' into pylibcudf-gpumemoryview-len
pentschev 6dfb397
add ConfigOptions class
rjzamora 3f00203
Fix typo in `__cuda_array_interface__` name
pentschev 6a13323
Merge remote-tracking branch 'origin/pylibcudf-gpumemoryview-len' int…
pentschev 6e088f0
Merge remote-tracking branch 'pentschev/pylibcudf-gpumemoryview-len' …
rjzamora af82051
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora 0a13145
check for periods
rjzamora a977df6
roll back unnecessary change
rjzamora 309757c
Merge branch 'branch-25.04' into cudf-polars-multi-groupby
rjzamora 0bb7211
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora e445e37
remove copy API and make ConfigOptions immutable
rjzamora 320d6fb
Merge branch 'branch-25.04' into cudf-polars-config-options
rjzamora 75a7257
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora e9abe33
use typing_extensions for older python versions
rjzamora eb7a79a
formatting
rjzamora 385c68a
break out the decomposition of a single groupby request into a stand-…
rjzamora 7c96482
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora fe3ca7c
break out the decomposition of a single groupby request into a stand-…
rjzamora 16cf883
Merge branch 'branch-25.04' into cudf-polars-multi-groupby
rjzamora e04a7ed
Merge branch 'branch-25.04' into cudf-polars-config-options
rjzamora 9f9c097
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora f959988
address schema and maintain_order issues
rjzamora bca71d6
use lawrences suggestions
rjzamora 568a3f0
Merge branch 'branch-25.04' into cudf-polars-multi-groupby
rjzamora ef10e25
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora 7f90ded
address small code-review comments
rjzamora 23f5b63
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora ffb69c7
align with 17503
rjzamora cb13d63
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora 83f9790
Merge remote-tracking branch 'upstream/branch-25.04' into cudf-polars…
rjzamora e6f32d7
add back copy on init
rjzamora b3e77fe
fix
rjzamora fb6f1da
add back missing test
rjzamora File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved this to
ConfigOptions.validate