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

Sync #1 #2

Merged
merged 120 commits into from
Sep 16, 2020
Merged

Sync #1 #2

merged 120 commits into from
Sep 16, 2020

Conversation

aregm
Copy link
Owner

@aregm aregm commented Sep 16, 2020

What do these changes do?

  • commit message follows format outlined here
  • passes flake8 modin
  • passes black --check modin
  • signed commit with git commit -s
  • Resolves #?
  • tests added and passing

devin-petersohn and others added 30 commits July 21, 2020 09:23
* Move logic of `sort_values` into the query compiler

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>

* Remove dead code

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>

* Add back `"kind"` parameter

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>

* Added a test for bug #1743

This test runs inplace sort of dataframe that has non-numerical index

Signed-off-by: Gregory Shimansky <gregory.shimansky@intel.com>

* Apply suggestions from code review

Co-authored-by: anmyachev <45976948+anmyachev@users.noreply.github.com>

Co-authored-by: Gregory Shimansky <gregory.shimansky@intel.com>
Co-authored-by: anmyachev <45976948+anmyachev@users.noreply.github.com>
* Improves performance of slice indexing

* Resolves #1752

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>

* Fix issue

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>

* Fix Series cases

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
…th defined level parameter (#1719)

Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Co-authored-by: Vasily Litvinov <45396231+vnlitvinov@users.noreply.github.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
functionality to enable rolling window operations

Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
into the query compiler

Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Co-authored-by: Dmitry Chigarev <62142979+dchigarev@users.noreply.github.com>

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
)

Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Devin Petersohn <devin.petersohn@gmail.com>
Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
#1808)

Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
…#1830)

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
…1818)

For details see #1818

Co-authored-by: Devin Petersohn <devin-petersohn@users.noreply.github.com>

Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
ienkovich and others added 29 commits September 4, 2020 16:40
Signed-off-by: ienkovich <ilya.enkovich@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Signed-off-by: Itamar Turner-Trauring <itamar@itamarst.org>
Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
* TEST-#2026: speed up test_join_sort.py

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#2026: Update modin/pandas/test/dataframe/test_join_sort.py

Co-authored-by: Dmitry Chigarev <62142979+dchigarev@users.noreply.github.com>

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
)

Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
* TEST-#2033: speed up test_series.py

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#2033: fix kurtosis test

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#2033: refactor test for #1953

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
* TEST-#2039: speed up default tests

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#2039: refactor some resample tests

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#2039: fix test_resampler

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Anton Malakhov <Anton.Malakhov@intel.com>
Signed-off-by: ienkovich <ilya.enkovich@intel.com>
)

Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
…s.py (#2055)

Signed-off-by: Dmitry Chigarev <dmitry.chigarev@intel.com>
* TEST-#1891: use conda instead of pip

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#1891: remove source ctivate modin

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>

* TEST-#1891: pin some dev tools

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
* Fix spawning of remote cluster for Ray 0.8.7
* Update dependencies
* Change Teamcity Dockerfile to fully use conda for setting up environment

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
Signed-off-by: Vasilij Litvinov <vasilij.n.litvinov@intel.com>
Signed-off-by: Alexander Myskov <alexander.myskov@intel.com>
Signed-off-by: Alexey Prutskov <alexey.prutskov@intel.com>
Signed-off-by: ienkovich <ilya.enkovich@intel.com>
Signed-off-by: Michael L Heuer <heuermh@acm.org>
@aregm aregm merged commit 40aa690 into aregm:master Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.