Skip to content
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

Merged
merged 21 commits into from
Sep 23, 2024
Merged

Commits on Sep 17, 2024

  1. 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]>
    9 people authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2607537 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f40520 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250a73a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4291f26 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    3886c7c View commit details
    Browse the repository at this point in the history
  2. No cover for 1.6 IR changes

    CI only tests 1.7
    wence- authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9df13d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a1b718 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb38c19 View commit details
    Browse the repository at this point in the history
  5. Fix package name.

    bdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    944312d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'branch-24.10-merge-24.08' of github.com:bdice/cudf into…

    … branch-24.10-merge-24.08
    bdice committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5809bfc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    866b642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a1d652 View commit details
    Browse the repository at this point in the history
  3. cmake-format

    wence- committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e278018 View commit details
    Browse the repository at this point in the history
  4. Pacify ruff

    wence- committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    434f99b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9834a3a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #16813 from bdice/branch-24.10-merge-24.08

    Forward-merge branch-24.08 to branch-24.10
    AyodeAwe authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eeb4bae View commit details
    Browse the repository at this point in the history
  7. 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
    lamarrr authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    69ab988 View commit details
    Browse the repository at this point in the history
  8. 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
    rjzamora authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b165210 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. 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
    mroeschke authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ed2f9f6 View commit details
    Browse the repository at this point in the history
  2. 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
    vyasr authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    96d2f81 View commit details
    Browse the repository at this point in the history
  3. 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
    lamarrr authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    9b4c4c7 View commit details
    Browse the repository at this point in the history