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 constructing cudf.Scalar objects from host side lists #8459

Commits on Jun 8, 2021

  1. impl

    brandon-b-miller committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    d5059ee View commit details
    Browse the repository at this point in the history
  2. fix bug

    brandon-b-miller committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    3c47ab1 View commit details
    Browse the repository at this point in the history
  3. remove test code

    brandon-b-miller committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    6b480ac View commit details
    Browse the repository at this point in the history
  4. add tests

    brandon-b-miller committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    df480d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. merge 21.08

    brandon-b-miller committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    d1b1a41 View commit details
    Browse the repository at this point in the history
  2. style fix

    brandon-b-miller committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    26867d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. merge 21.08

    brandon-b-miller committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    3fd5ed5 View commit details
    Browse the repository at this point in the history
  2. use cudf.NA in tests

    brandon-b-miller committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    f925153 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fc0fb1 View commit details
    Browse the repository at this point in the history
  4. style fixes

    brandon-b-miller committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    fdf8b16 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

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

Commits on Jun 17, 2021

  1. add tests

    brandon-b-miller committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    e0eab01 View commit details
    Browse the repository at this point in the history
  2. style

    brandon-b-miller committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    62595cb View commit details
    Browse the repository at this point in the history
  3. Update python/cudf/cudf/core/column/column.py

    Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
    brandon-b-miller and isVoid authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    19d1691 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. fix non nested case

    brandon-b-miller committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    99c49d3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'fea-construct-listscalar-from-host' of github.com:brand…

    …on-b-miller/cudf into fea-construct-listscalar-from-host
    brandon-b-miller committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    6cf8796 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. style

    brandon-b-miller committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    6fdb931 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cff4b79 View commit details
    Browse the repository at this point in the history