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-#2442: fixed Series assignment with different indices #2443

Merged
merged 18 commits into from
Dec 9, 2020

Commits on Dec 9, 2020

  1. FIX-modin-project#2442: fixed Series assignment with different indices

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    80fef5e View commit details
    Browse the repository at this point in the history
  2. FIX-modin-project#2442: 'insert_item' added

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    2787ed9 View commit details
    Browse the repository at this point in the history
  3. FIX-modin-project#2442: fixed 'mask' arguments

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    24c92cc View commit details
    Browse the repository at this point in the history
  4. FIX-modin-project#2442: added support of inserting query compilers

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    445b2bc View commit details
    Browse the repository at this point in the history
  5. FIX-modin-project#2442: fixed pandas tests

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d133223 View commit details
    Browse the repository at this point in the history
  6. FIX-modin-project#2442: added internal tests for 'insert_item'

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    753b31a View commit details
    Browse the repository at this point in the history
  7. FIX-modin-project#2442: lint fix

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    db173b2 View commit details
    Browse the repository at this point in the history
  8. FIX-modin-project#2442: axis alignment fixed in case of 'setitem'

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    ff5ec3b View commit details
    Browse the repository at this point in the history
  9. FIX-modin-project#2442: updated fix approach to be aligned with master

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    6191607 View commit details
    Browse the repository at this point in the history
  10. FIX-modin-project#2442: fixed concating to empty frame

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    4499e02 View commit details
    Browse the repository at this point in the history
  11. FIX-modin-project#2442: added asv benchmarks

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    520c008 View commit details
    Browse the repository at this point in the history
  12. FIX-modin-project#2442: fixed bug in TimeInsert bench

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    fb076cd View commit details
    Browse the repository at this point in the history
  13. FIX-modin-project#2442: removed unused code

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    e02fe78 View commit details
    Browse the repository at this point in the history
  14. FIX-modin-project#2442: reworked 'insert' and 'setitem' logic at Omni…

    …Sci backend
    
    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    004812e View commit details
    Browse the repository at this point in the history
  15. FIX-modin-project#2442: added tests for base backend

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    83ba5ba View commit details
    Browse the repository at this point in the history
  16. FIX-modin-project#2442: moved 'insert_item' to the 'BaseQueryCompiler'

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    c22a1dc View commit details
    Browse the repository at this point in the history
  17. FIX-modin-project#2442: removed 'repr' from asv benchmarks

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    1c6b258 View commit details
    Browse the repository at this point in the history
  18. FIX-modin-project#2442: fixed condition to compute indexers

    Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
    dchigarev committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    45ffeeb View commit details
    Browse the repository at this point in the history