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

Support numeric, boolean, and string keyword arguments to class methods during CPU dispatching #5236

Merged

Commits on Feb 15, 2023

  1. Updates the CPU dispatching logic to support keyword arguments that a…

    …re numeric, boolean, and strings (i.e., things that can't be coerced to cuml arrays). Continuation of rapidsai#5223
    beckernick committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1245494 View commit details
    Browse the repository at this point in the history
  2. cleanup

    beckernick committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    42ce632 View commit details
    Browse the repository at this point in the history
  3. fix typo

    beckernick committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6640939 View commit details
    Browse the repository at this point in the history
  4. remove original LOC

    beckernick committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    1cb3f58 View commit details
    Browse the repository at this point in the history
  5. flake8

    beckernick committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    30fdc11 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. 23.04 merge conflicts

    beckernick committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2ffdbf4 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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