-
Notifications
You must be signed in to change notification settings - Fork 908
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
Forward-merge branch-24.10 into branch-24.12 #16866
Commits on Sep 17, 2024
-
Creation of CI artifacts for cudf-polars wheels (#16680)
This is the changes that will be in the cudf-polars point release. --------- Co-authored-by: Thomas Li <[email protected]> Co-authored-by: David Wendt <[email protected]> Co-authored-by: brandon-b-miller <[email protected]> Co-authored-by: Vyas Ramasubramani <[email protected]> Co-authored-by: brandon-b-miller <[email protected]> Co-authored-by: Bradley Dice <[email protected]> Co-authored-by: Manas Singh <[email protected]> Co-authored-by: Manas Singh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2607537 - Browse repository at this point
Copy the full SHA 2607537View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f40520 - Browse repository at this point
Copy the full SHA 1f40520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 250a73a - Browse repository at this point
Copy the full SHA 250a73aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4291f26 - Browse repository at this point
Copy the full SHA 4291f26View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3886c7c - Browse repository at this point
Copy the full SHA 3886c7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df13d1 - Browse repository at this point
Copy the full SHA 9df13d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a1b718 - Browse repository at this point
Copy the full SHA 3a1b718View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb38c19 - Browse repository at this point
Copy the full SHA cb38c19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 944312d - Browse repository at this point
Copy the full SHA 944312dView commit details -
Merge branch 'branch-24.10-merge-24.08' of github.com:bdice/cudf into…
… branch-24.10-merge-24.08
Configuration menu - View commit details
-
Copy full SHA for 5809bfc - Browse repository at this point
Copy the full SHA 5809bfcView commit details
Commits on Sep 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 866b642 - Browse repository at this point
Copy the full SHA 866b642View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1d652 - Browse repository at this point
Copy the full SHA 8a1d652View commit details -
Configuration menu - View commit details
-
Copy full SHA for e278018 - Browse repository at this point
Copy the full SHA e278018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 434f99b - Browse repository at this point
Copy the full SHA 434f99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9834a3a - Browse repository at this point
Copy the full SHA 9834a3aView commit details -
Merge pull request #16813 from bdice/branch-24.10-merge-24.08
Forward-merge branch-24.08 to branch-24.10
Configuration menu - View commit details
-
Copy full SHA for eeb4bae - Browse repository at this point
Copy the full SHA eeb4baeView commit details -
Exposed stream-ordering to join API (#16793)
Adds stream ordering to the public join APIs: - `inner_join` - `left_join` - `full_join` - `left_semi_join` - `left_anti_join` - `cross_join` - `conditional_inner_join` - `conditional_left_join` - `conditional_full_join` - `conditional_left_semi_join` - `conditional_left_anti_join` - `mixed_inner_join` - `mixed_left_join` - `mixed_full_join` - `mixed_left_semi_join` - `mixed_left_anti_join` - `mixed_inner_join_size` - `mixed_left_join_size` - `conditional_inner_join_size` - `conditional_left_join_size` - `conditional_left_semi_join_size` - `conditional_left_anti_join_size` closes #16792 follows up #13744 Authors: - Basit Ayantunde (https://github.com/lamarrr) Approvers: - Paul Mattione (https://github.com/pmattione-nvidia) - Nghia Truong (https://github.com/ttnghia) - David Wendt (https://github.com/davidwendt) URL: #16793
Configuration menu - View commit details
-
Copy full SHA for 69ab988 - Browse repository at this point
Copy the full SHA 69ab988View commit details -
Add best practices page to Dask cuDF docs (#16821)
Adds a much-needed "best practices" page to the Dask cuDF documentation. Authors: - Richard (Rick) Zamora (https://github.com/rjzamora) Approvers: - Peter Andreas Entschev (https://github.com/pentschev) - Lawrence Mitchell (https://github.com/wence-) URL: #16821
Configuration menu - View commit details
-
Copy full SHA for b165210 - Browse repository at this point
Copy the full SHA b165210View commit details
Commits on Sep 21, 2024
-
Add transform APIs to pylibcudf (#16760)
Contributes to #15162 One question is that I notice that the libcudf `compute_column` takes an expression computed by a routine in https://github.com/rapidsai/cudf/blob/branch-24.10/python/cudf/cudf/core/_internals/expressions.py. Does this need to be moved to pylibcudf too? Authors: - Matthew Roeschke (https://github.com/mroeschke) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #16760
Configuration menu - View commit details
-
Copy full SHA for ed2f9f6 - Browse repository at this point
Copy the full SHA ed2f9f6View commit details -
Update labeler for pylibcudf (#16868)
The labeler was not updated for the move of pylibcudf to a separate package. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: #16868
Configuration menu - View commit details
-
Copy full SHA for 96d2f81 - Browse repository at this point
Copy the full SHA 96d2f81View commit details -
Exposed stream-ordering to datetime API (#16774)
This merge request exposes stream-ordering to the public-facing datetime APIs. - `extract_year` - `extract_month` - `extract_day` - `extract_weekday` - `extract_hour` - `extract_minute` - `extract_second` - `extract_millisecond_fraction` - `extract_microsecond_fraction` - `extract_nanosecond_fraction` - `last_day_of_month` - `day_of_year` - `add_calendrical_months` - `is_leap_year` - `days_in_month` - `extract_quarter` - `ceil_datetimes` - `floor_datetimes` - `round_datetimes` Follows-up #13744 Closes #16775 Authors: - Basit Ayantunde (https://github.com/lamarrr) Approvers: - Karthikeyan (https://github.com/karthikeyann) - Yunsong Wang (https://github.com/PointKernel) URL: #16774
Configuration menu - View commit details
-
Copy full SHA for 9b4c4c7 - Browse repository at this point
Copy the full SHA 9b4c4c7View commit details