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

Refactor ColumnMethods and its subclasses to remove column argument and require parent argument #8306

Merged
merged 18 commits into from
Jul 15, 2021

Commits on Apr 29, 2021

  1. Add initial Buffer.copy()

    shwina committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ab35f7d View commit details
    Browse the repository at this point in the history
  2. Add Buffer copy tests

    shwina committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    72197a2 View commit details
    Browse the repository at this point in the history
  3. Docstring

    shwina committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    9b4611b View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    8d64f84 View commit details
    Browse the repository at this point in the history
  2. More refactoring

    shwina committed May 20, 2021
    Configuration menu
    Copy the full SHA
    7d9fcc5 View commit details
    Browse the repository at this point in the history
  3. More refactoring

    shwina committed May 20, 2021
    Configuration menu
    Copy the full SHA
    8911fea View commit details
    Browse the repository at this point in the history
  4. More refactoring

    shwina committed May 20, 2021
    Configuration menu
    Copy the full SHA
    2a32405 View commit details
    Browse the repository at this point in the history
  5. parent can never be None

    shwina committed May 20, 2021
    Configuration menu
    Copy the full SHA
    b713e13 View commit details
    Browse the repository at this point in the history
  6. Redundant docstring

    shwina committed May 20, 2021
    Configuration menu
    Copy the full SHA
    50e6fa3 View commit details
    Browse the repository at this point in the history
  7. MyPy fix

    shwina committed May 20, 2021
    Configuration menu
    Copy the full SHA
    9d91246 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

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

    …column-methods-cleanup
    shwina committed May 25, 2021
    Configuration menu
    Copy the full SHA
    4e7d481 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Fix leaves method

    shwina committed May 26, 2021
    Configuration menu
    Copy the full SHA
    a2bd07a View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

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

    …column-methods-cleanup
    shwina committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6142f96 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'column-methods-cleanup' of github.com:shwina/cudf into …

    …column-methods-cleanup
    shwina committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    d9583d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

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

    …column-methods-cleanup
    shwina committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    e55c4e8 View commit details
    Browse the repository at this point in the history
  2. Move copyright

    shwina committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    487378c View commit details
    Browse the repository at this point in the history
  3. Parent is not optional

    shwina committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    8cafbd6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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