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

Enable round in cudf for DataFrame and Series #7022

Merged
merged 21 commits into from
Jan 20, 2021

Commits on Dec 16, 2020

  1. Enable in cudf for DataFrame and Series

    Chris Jarrett committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    bb9c29c View commit details
    Browse the repository at this point in the history
  2. Fix style

    Chris Jarrett committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    b5a86be View commit details
    Browse the repository at this point in the history
  3. Fix test_round

    Chris Jarrett committed Dec 16, 2020
    Configuration menu
    Copy the full SHA
    aa9d740 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Fix test_round

    Chris Jarrett committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    a4fee72 View commit details
    Browse the repository at this point in the history
  2. Merge branch branch-0.18 into fea-cudfround

    Chris Jarrett committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    1ce3da9 View commit details
    Browse the repository at this point in the history
  3. Fix docs

    Chris Jarrett committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f61dda1 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Refactor round to work directly on column objects

    Chris Jarrett committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    e2794a4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-0.18' of https://github.com/rapidsai/cudf into f…

    …ea-cudfround
    Chris Jarrett committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    85dd704 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Replace numpy assert_array_almost_equal with assert_eq

    Chris Jarrett committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    e06b5d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. Merge branch 'branch-0.18' of https://github.com/rapidsai/cudf into f…

    …ea-cudfround
    Chris Jarrett committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3562808 View commit details
    Browse the repository at this point in the history
  2. Update copyrights to 2021

    Chris Jarrett committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    3997117 View commit details
    Browse the repository at this point in the history
  3. Make round copy only when necessary

    Chris Jarrett committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    6455dfb View commit details
    Browse the repository at this point in the history
  4. Fix style

    Chris Jarrett committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    86a1be6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Merge branch 'branch-0.18' of https://github.com/rapidsai/cudf into f…

    …ea-cudfround
    Chris Jarrett committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    71021b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Merge branch 'branch-0.18' of https://github.com/rapidsai/cudf into f…

    …ea-cudfround
    Chris Jarrett committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    2b7a708 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Chris Jarrett committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    93763d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-0.18' of https://github.com/rapidsai/cudf into f…

    …ea-cudfround
    Chris Jarrett committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    c78ad6e View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Merge branch 'branch-0.18' of https://github.com/rapidsai/cudf into f…

    …ea-cudfround
    Chris Jarrett committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    87334c9 View commit details
    Browse the repository at this point in the history
  2. Tweak dataframe test

    Chris Jarrett committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f87bd1d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Fix tests

    Chris Jarrett committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d699eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d672059 View commit details
    Browse the repository at this point in the history