-
Notifications
You must be signed in to change notification settings - Fork 655
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-#3342: Update pandas to 1.3.2 #3343
FIX-#3342: Update pandas to 1.3.2 #3343
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3343 +/- ##
===========================================
- Coverage 85.26% 28.29% -56.97%
===========================================
Files 150 144 -6
Lines 15839 15409 -430
===========================================
- Hits 13505 4360 -9145
- Misses 2334 11049 +8715
Continue to review full report at Codecov.
|
@@ -221,19 +221,7 @@ def _shift(data, periods, freq, axis, fill_value, is_set_nan_rows=True): | |||
return result | |||
|
|||
if freq is None and axis == 1 and self._axis == 0: | |||
# 'by' columns should not be taken into account |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removing workaround for pandas-dev/pandas#42401 bug since it was fixed in 1.3.2.
Now the removed case is handled naturally
c5f3c84
to
d3006e1
Compare
faa2ccf
to
cea8735
Compare
The problem with OmniSci dependencies has gone after I removed Environment differences
|
@dchigarev, what do you think what choice would be more appropriate between removing strict channel priority and pinning packages to concrete versions? |
8154df6
to
6eafeeb
Compare
6eafeeb
to
ec7aa9c
Compare
Signed-off-by: Igoshev, Yaroslav <[email protected]>
Signed-off-by: Dmitry Chigarev <[email protected]>
Signed-off-by: Myachev <[email protected]>
Signed-off-by: Myachev <[email protected]>
Signed-off-by: Myachev <[email protected]>
Signed-off-by: Myachev <[email protected]>
Signed-off-by: Myachev <[email protected]>
Signed-off-by: Myachev <[email protected]>
Co-authored-by: Yaroslav Igoshev <[email protected]> Signed-off-by: Myachev <[email protected]>
Signed-off-by: Dmitry Chigarev <[email protected]>
Signed-off-by: Dmitry Chigarev <[email protected]>
Signed-off-by: Dmitry Chigarev <[email protected]>
…ption Signed-off-by: Myachev <[email protected]>
ec7aa9c
to
89b41e8
Compare
@YarShev In a short-term perspective removing "strict" priority could work, but in a long term we should figure out why OmniSci env isn't working with the deps from conda-forge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@dchigarev , I am okay with this. @maksimbo1 , can you take a look at this issue to fix it in near future? |
Waiting on approval from @modin-project/modin-omnisci |
@YarShev can we merge this since it got all of the required approvals? |
@dchigarev , yes, we can. |
Okay, I'll dig into it. Looks like we "forget" some deps. |
Signed-off-by: Igoshev, Yaroslav [email protected]
What do these changes do?
flake8 modin
black --check modin
git commit -s
docs/developer/architecture.rst
is up-to-date