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

PERF-#5268: Call get on all partitions at once in to_pandas #4776

Merged
merged 15 commits into from
Nov 27, 2022

Commits on Nov 24, 2022

  1. PERF-modin-project#2814: Call 'get' on all partitions at once in 'to_…

    …pandas'
    
    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bf4c0aa View commit details
    Browse the repository at this point in the history
  2. remove old release note

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    e0fce8d View commit details
    Browse the repository at this point in the history
  3. fixes

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    74dd77c View commit details
    Browse the repository at this point in the history
  4. fix

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2efe8b5 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    anmyachev and vnlitvinov committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    75ea6c5 View commit details
    Browse the repository at this point in the history
  6. addres review comments

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    85aa805 View commit details
    Browse the repository at this point in the history
  7. add fix for empty frames

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    3b54eca View commit details
    Browse the repository at this point in the history
  8. Update modin/core/dataframe/pandas/partitioning/partition_manager.py

    Co-authored-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    anmyachev and dchigarev authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    811c663 View commit details
    Browse the repository at this point in the history
  9. Update modin/core/dataframe/pandas/partitioning/partition_manager.py

    Co-authored-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    anmyachev and dchigarev authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    81b0908 View commit details
    Browse the repository at this point in the history
  10. try to address review comments

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    8b64968 View commit details
    Browse the repository at this point in the history
  11. fix

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    425edd7 View commit details
    Browse the repository at this point in the history
  12. return changes

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    85c2caf View commit details
    Browse the repository at this point in the history
  13. Update modin/core/dataframe/pandas/partitioning/partition_manager.py

    Co-authored-by: Vasily Litvinov <fam1ly.n4me@yandex.ru>
    anmyachev and vnlitvinov authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    9c6f11e View commit details
    Browse the repository at this point in the history
  14. add comment

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    89453a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. change restore procedure

    Signed-off-by: Myachev <anatoly.myachev@intel.com>
    anmyachev committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    40f9566 View commit details
    Browse the repository at this point in the history