Skip to content

Conversation

@rapids-bot
Copy link

@rapids-bot rapids-bot bot commented Sep 20, 2024

Forward-merge triggered by push to branch-24.10 that creates a PR to keep branch-24.12 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge. See forward-merger docs for more info.

wence- and others added 16 commits September 16, 2024 20:17
This is the changes that will be in the cudf-polars point release.

---------

Co-authored-by: Thomas Li <47963215+lithomas1@users.noreply.github.com>
Co-authored-by: David Wendt <dwendt@nvidia.com>
Co-authored-by: brandon-b-miller <53796099+brandon-b-miller@users.noreply.github.com>
Co-authored-by: Vyas Ramasubramani <vyasr@nvidia.com>
Co-authored-by: brandon-b-miller <brmiller@nvidia.com>
Co-authored-by: Bradley Dice <bdice@bradleydice.com>
Co-authored-by: Manas Singh <122591937+singhmanas1@users.noreply.github.com>
Co-authored-by: Manas Singh <manass@dt01.aselab.nvidia.com>
CI only tests 1.7
Forward-merge branch-24.08 to branch-24.10
@rapids-bot rapids-bot bot requested review from a team as code owners September 20, 2024 19:03
@rapids-bot
Copy link
Author

rapids-bot bot commented Sep 20, 2024

FAILURE - Unable to forward-merge due to an error, manual merge is necessary. Do not use the Resolve conflicts option in this PR, follow these instructions https://docs.rapids.ai/maintainers/forward-merger/

IMPORTANT: When merging this PR, do not use the auto-merger (i.e. the /merge comment). Instead, an admin must manually merge by changing the merging strategy to Create a Merge Commit. Otherwise, history will be lost and the branches become incompatible.

@github-actions github-actions bot added Python Affects Python cuDF API. CMake CMake build issue cudf-polars Issues specific to cudf-polars labels Sep 20, 2024
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
@rapids-bot rapids-bot bot requested a review from a team as a code owner September 20, 2024 21:44
@rapids-bot rapids-bot bot requested a review from zpuller September 20, 2024 21:44
@github-actions github-actions bot added the libcudf Affects libcudf (C++/CUDA) code. label Sep 20, 2024
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
@rapids-bot rapids-bot bot requested a review from a team as a code owner September 20, 2024 22:11
mroeschke and others added 3 commits September 21, 2024 00:22
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
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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CMake CMake build issue cudf-polars Issues specific to cudf-polars libcudf Affects libcudf (C++/CUDA) code. Python Affects Python cuDF API.

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

8 participants