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

FIX-#3686: optimize __getitem__ flow of loc/iloc #3694

Merged
merged 9 commits into from
Dec 1, 2021

Commits on Nov 16, 2021

  1. FIX-modin-project#3686: optimize __getitem__ flow of loc/iloc

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

Commits on Nov 17, 2021

  1. Process boolean masking with distributed objects through QC.getitem_a…

    …rray
    
    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    44e747e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Disable failing BaseOnPython tests

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    afd87af View commit details
    Browse the repository at this point in the history
  2. Remove outdated fast-path

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    dbe3af7 View commit details
    Browse the repository at this point in the history
  3. Swap conditions for faster if-else check

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a2f3d7f View commit details
    Browse the repository at this point in the history
  4. Fix handling of negative slices

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    40885a3 View commit details
    Browse the repository at this point in the history
  5. Disable broken 'BaseOnPython' tests

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

Commits on Nov 29, 2021

  1. Merge remote-tracking branch 'src/master' into issue-3686

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    813037b View commit details
    Browse the repository at this point in the history
  2. Apply review suggestions

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