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

FEAT-#2663: Add algebraic operator from_labels #2665

Merged
merged 3 commits into from
Jan 31, 2021

Commits on Jan 30, 2021

  1. FEAT-modin-project#2663: Add algebraic operator from_labels

    Resolves modin-project#2663
    
    This operator is necessary for efficient `reset_index` operations. See
    this paper for more information on the operator:
    http://www.vldb.org/pvldb/vol13/p2033-petersohn.pdf
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jan 30, 2021
    Configuration menu
    Copy the full SHA
    06c81ea View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2021

  1. FEAT-modin-project#2663: Apply suggestions from code review

    Co-authored-by: William Ma <12377941+williamma12@users.noreply.github.com>
    
    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    2a5c708 View commit details
    Browse the repository at this point in the history
  2. FEAT-modin-project#2663: Formatting and type hints

    Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
    devin-petersohn committed Jan 31, 2021
    Configuration menu
    Copy the full SHA
    8acb30f View commit details
    Browse the repository at this point in the history