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.10 to branch-23.12 #5605

Merged
merged 1 commit into from
Oct 4, 2023
Merged

Commits on Oct 4, 2023

  1. Fixes for CPU package (#5599)

    This PR fixes a few issues ran into while testing the different supported algorithms:
    
    - Add pandas as runtime dependency (which already is of the GPU package through cuDF) 
    - Use np.dtype as opposed to cp.dtype, they are the same object in the changes of the PR, and other similar changes to not trigger cudf/cupy/numba calls at import time, which cause runtime issues in some algos. 
    - Other small fixes that can cause issues at runtime
    
    Authors:
      - Dante Gama Dessavre (https://github.com/dantegd)
    
    Approvers:
      - Ray Douglass (https://github.com/raydouglass)
      - William Hicks (https://github.com/wphicks)
    
    URL: #5599
    dantegd authored Oct 4, 2023
    Configuration menu
    Copy the full SHA
    cc22891 View commit details
    Browse the repository at this point in the history