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-23.12 to branch-24.02 #5657

Merged
merged 5 commits into from
Nov 17, 2023

Commits on Nov 9, 2023

  1. Flatten cupy array before feeding to cudf.Series (rapidsai#5651)

    Previously it seems that cudf was silently flattening 2D arrays when passing them to the cudf.Series constructor, but that is no longer supported here so the test code needs to be updated.
    
    Authors:
      - Vyas Ramasubramani (https://github.com/vyasr)
    
    Approvers:
      - Simon Adorf (https://github.com/csadorf)
    
    URL: rapidsai#5651
    vyasr authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6d51185 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Use new rapids-dask-dependency metapackage for managing dask vers…

    …ions (rapidsai#5649)
    
    Currently dask versions are pinned as part of every release cycle and then unpinned for the next development cycle across all of RAPIDS. This introduces a great deal of churn. To centralize the dependency, we have created a metapackage to manage the required dask version and this PR introduces that metapackage as a dependency of cuml.
    
    
    
    xref: rapidsai/cudf#14364
    
    Authors:
      - GALI PREM SAGAR (https://github.com/galipremsagar)
      - Simon Adorf (https://github.com/csadorf)
    
    Approvers:
      - Simon Adorf (https://github.com/csadorf)
      - Jake Awe (https://github.com/AyodeAwe)
    
    URL: rapidsai#5649
    galipremsagar authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    325a7e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Simplify some logic in LabelEncoder (rapidsai#5648)

    I accidentally committed but forgot to push some changes requested by @csadorf in rapidsai#5639.
    
    Authors:
      - Vyas Ramasubramani (https://github.com/vyasr)
      - Simon Adorf (https://github.com/csadorf)
    
    Approvers:
      - Simon Adorf (https://github.com/csadorf)
    
    URL: rapidsai#5648
    vyasr authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    a5b839f View commit details
    Browse the repository at this point in the history
  2. Adjust assumption regarding valid cudf.Series dimensional input. (rap…

    …idsai#5654)
    
    cudf.Series does not accept any multi-dimensional input anymore.
    
    Authors:
      - Simon Adorf (https://github.com/csadorf)
    
    Approvers:
      - Vyas Ramasubramani (https://github.com/vyasr)
      - William Hicks (https://github.com/wphicks)
    
    URL: rapidsai#5654
    csadorf authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f2e9459 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    f3167fa View commit details
    Browse the repository at this point in the history