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

Backport PR #24967 on branch 0.24.x (REGR: Preserve order by default in Index.difference) #25013

Merged

Conversation

meeseeksmachine
Copy link
Contributor

Backport PR #24967: REGR: Preserve order by default in Index.difference

@lumberbot-app lumberbot-app bot added this to the 0.24.1 milestone Jan 29, 2019
@codecov
Copy link

codecov bot commented Jan 29, 2019

Codecov Report

Merging #25013 into 0.24.x will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           0.24.x   #25013      +/-   ##
==========================================
+ Coverage   92.38%   92.38%   +<.01%     
==========================================
  Files         166      166              
  Lines       52391    52391              
==========================================
+ Hits        48399    48400       +1     
+ Misses       3992     3991       -1
Flag Coverage Δ
#multiple 90.8% <100%> (ø) ⬆️
#single 42.88% <100%> (-0.02%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/multi.py 95.59% <100%> (ø) ⬆️
pandas/core/indexes/interval.py 95.25% <100%> (ø) ⬆️
pandas/core/indexes/datetimes.py 96.27% <100%> (ø) ⬆️
pandas/core/indexes/base.py 96.32% <100%> (ø) ⬆️
pandas/core/indexes/range.py 97.36% <100%> (ø) ⬆️
pandas/util/testing.py 88.13% <0%> (+0.09%) ⬆️

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 d54c3a5...995a3f5. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jan 29, 2019

Codecov Report

Merging #25013 into 0.24.x will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           0.24.x   #25013      +/-   ##
==========================================
+ Coverage   92.38%   92.38%   +<.01%     
==========================================
  Files         166      166              
  Lines       52391    52391              
==========================================
+ Hits        48399    48400       +1     
+ Misses       3992     3991       -1
Flag Coverage Δ
#multiple 90.8% <100%> (ø) ⬆️
#single 42.88% <100%> (-0.02%) ⬇️
Impacted Files Coverage Δ
pandas/core/indexes/multi.py 95.59% <100%> (ø) ⬆️
pandas/core/indexes/interval.py 95.25% <100%> (ø) ⬆️
pandas/core/indexes/datetimes.py 96.27% <100%> (ø) ⬆️
pandas/core/indexes/base.py 96.32% <100%> (ø) ⬆️
pandas/core/indexes/range.py 97.36% <100%> (ø) ⬆️
pandas/util/testing.py 88.13% <0%> (+0.09%) ⬆️

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 d54c3a5...995a3f5. Read the comment docs.

@jreback jreback added the Reshaping Concat, Merge/Join, Stack/Unstack, Explode label Jan 30, 2019
@jreback jreback merged commit e3cc0b1 into pandas-dev:0.24.x Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants