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 automerge 0.19 --> 0.20 #7979

Merged
merged 2 commits into from
Apr 16, 2021

Conversation

kkraus14
Copy link
Collaborator

Fixes #7978

galipremsagar and others added 2 commits April 16, 2021 10:20
* Reindex in `DataFrame.__setitem__` (rapidsai#7948)

This PR fixes missing reindexing in `DataFrame.__setitem__` when the `value` argument is a `DataFrame`, we currently align index if `value` is a Series & `arg` is a column name already.

This change is necessary to continue with the upgrade to pandas `1.2.4`,  however pandas has confirmed this as a regression only in `1.2.0` and `1.2.2` hence corrected the pytest to only xfail in those versions of pandas.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Ashwin Srinath (https://github.com/shwina)

URL: rapidsai#7948

* pin max pandas to 1.2.4
@kkraus14 kkraus14 requested review from a team as code owners April 16, 2021 14:50
@github-actions github-actions bot added conda Python Affects Python cuDF API. labels Apr 16, 2021
@ajschmidt8 ajschmidt8 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 16, 2021
@codecov
Copy link

codecov bot commented Apr 16, 2021

Codecov Report

Merging #7979 (51336df) into branch-0.20 (599f62d) will increase coverage by 0.58%.
The diff coverage is 92.04%.

Impacted file tree graph

@@               Coverage Diff               @@
##           branch-0.20    #7979      +/-   ##
===============================================
+ Coverage        82.30%   82.88%   +0.58%     
===============================================
  Files              101      103       +2     
  Lines            17053    17668     +615     
===============================================
+ Hits             14035    14645     +610     
- Misses            3018     3023       +5     
Impacted Files Coverage Δ
python/cudf/cudf/utils/dtypes.py 83.44% <ø> (-6.45%) ⬇️
python/cudf/cudf/utils/utils.py 89.50% <ø> (+4.44%) ⬆️
python/cudf/cudf/core/column/lists.py 87.41% <80.00%> (+0.19%) ⬆️
python/cudf/cudf/core/groupby/groupby.py 91.44% <80.95%> (-2.01%) ⬇️
python/cudf/cudf/core/column/column.py 88.64% <86.20%> (+1.20%) ⬆️
python/cudf/cudf/core/column/struct.py 96.29% <86.66%> (-3.71%) ⬇️
python/cudf/cudf/core/index.py 93.07% <88.37%> (+0.05%) ⬆️
python/cudf/cudf/core/column/decimal.py 92.92% <91.48%> (-0.92%) ⬇️
python/cudf/cudf/core/column/interval.py 91.11% <92.30%> (+0.48%) ⬆️
python/cudf/cudf/core/join/join.py 96.75% <93.75%> (+0.24%) ⬆️
... and 68 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a666a0...51336df. Read the comment docs.

@dillon-cullinan dillon-cullinan merged commit 025c56a into rapidsai:branch-0.20 Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants