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

CLN: removed the 'diff' method for Index #13669

Closed
wants to merge 1 commit into from

Conversation

gfyoung
Copy link
Member

@gfyoung gfyoung commented Jul 16, 2016

Deprecated all the way back in 0.15.0 here.

@gfyoung gfyoung force-pushed the remove-index-diff branch 2 times, most recently from f82407f to 6f42786 Compare July 16, 2016 04:59
@codecov-io
Copy link

codecov-io commented Jul 16, 2016

Current coverage is 84.52%

Merging #13669 into master will decrease coverage by <.01%

@@             master     #13669   diff @@
==========================================
  Files           141        141          
  Lines         51145      51144     -1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
- Hits          43233      43232     -1   
  Misses         7912       7912          
  Partials          0          0          

Powered by Codecov. Last updated by 8acfad3...7dca659

@sinhrks sinhrks added the Deprecate Functionality to remove in pandas label Jul 16, 2016
@sinhrks sinhrks added this to the 0.19.0 milestone Jul 16, 2016
@@ -1949,8 +1949,6 @@ def difference(self, other):
theDiff = sorted(set(self) - set(other))
return Index(theDiff, name=result_name)

diff = deprecate('diff', difference)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm no tests on the deprecation to remove? docs (they r prob gone, but give a check)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did. Otherwise, something would have failed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add in the removal of deprecations for + and - to same PR?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jreback : I thought it would have been more appropriate in a separate PR, as this removal seemed a lot more straightforward than the + and - one (see my question here).

What do you think?

@jreback
Copy link
Contributor

jreback commented Jul 20, 2016

ty!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deprecate Functionality to remove in pandas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants