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-#7090: Add range-partitioning implementation for '.unique()' and '.drop_duplicates()' #7091

Merged
merged 12 commits into from
Mar 19, 2024

Commits on Mar 13, 2024

  1. FEAT-modin-project#7090: Add range-partitioning implementation for '.…

    …unique()' and '.drop_duplicates()'
    
    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    211b0f0 View commit details
    Browse the repository at this point in the history
  2. improve testing

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a8e3065 View commit details
    Browse the repository at this point in the history
  3. remove things

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    db093da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe490a0 View commit details
    Browse the repository at this point in the history
  5. merge two testing groups

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    cb1d673 View commit details
    Browse the repository at this point in the history
  6. add a note to readthedocs

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    ae759de View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. fix 'can_use_unique_kernel' condition

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    039d9c5 View commit details
    Browse the repository at this point in the history
  2. remove '.index' calculation at the end

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    f66af0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df12976 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c7ca617 View commit details
    Browse the repository at this point in the history
  2. add a comment

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    4b36782 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a57a7 View commit details
    Browse the repository at this point in the history