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-#6965: Implement '.merge()' using range-partitioning implementation #6966

Merged
merged 8 commits into from
Mar 1, 2024

Commits on Feb 26, 2024

  1. new_merge

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4484736 View commit details
    Browse the repository at this point in the history
  2. FEAT-modin-project#6965: Implement '.merge()' using range-partitionin…

    …g implementation
    
    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a2c496d View commit details
    Browse the repository at this point in the history
  3. add tests to ci

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    18874ce View commit details
    Browse the repository at this point in the history
  4. add 'merge.py'

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3f1b87c View commit details
    Browse the repository at this point in the history
  5. add more docs

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e9a54d7 View commit details
    Browse the repository at this point in the history
  6. fix docs

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

Commits on Feb 28, 2024

  1. rename 'RangePartitioningMerge' -> 'RangePartitioning'

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

Commits on Feb 29, 2024

  1. apply review suggestions

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