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-#5394: Reduce amount of remote calls for Map operator #7136

Merged
merged 20 commits into from
May 3, 2024

Commits on Apr 16, 2024

  1. FEAT-modin-project#5394: Reduce amount of remote calls for Map operator

    Signed-off-by: Kirill Suvorov <kirill.suvorov@intel.com>
    Retribution98 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    950826e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb45c0a View commit details
    Browse the repository at this point in the history
  3. some updates

    Retribution98 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f144e4e View commit details
    Browse the repository at this point in the history
  4. close files

    Retribution98 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fcd37c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5d2ca7 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Retribution98 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5aa374c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Changes after review

    Retribution98 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    456497a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07649ea View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. revert kwargs

    Retribution98 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    dcfc47b View commit details
    Browse the repository at this point in the history
  2. mend

    Retribution98 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    c678d3e View commit details
    Browse the repository at this point in the history
  3. fix kwargs using

    Retribution98 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    22d7b8f View commit details
    Browse the repository at this point in the history
  4. use closure to fix ci

    Retribution98 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    0f62dc2 View commit details
    Browse the repository at this point in the history
  5. change map func

    Retribution98 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    46fa069 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. fix splitting step

    Retribution98 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    be08263 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. apply suggestions

    Retribution98 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    7282fd2 View commit details
    Browse the repository at this point in the history
  2. fix test

    Retribution98 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a6dd5e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. create internal test

    Retribution98 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    0ba20ea View commit details
    Browse the repository at this point in the history
  2. remove extra comment

    Retribution98 committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    85597cc View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. a litle refactoring

    Retribution98 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f195174 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Apply suggestion

    Retribution98 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    5ae086c View commit details
    Browse the repository at this point in the history