-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DEPR: remove ix #27620
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
Merged
Merged
DEPR: remove ix #27620
Changes from 3 commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
704b422
remove IX
jbrockmendel ec02d1f
remove ix-only methods
jbrockmendel db1567f
lint fixups
jbrockmendel c8ff4a0
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 2c8ef9a
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 1ed8a96
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 8abdbaf
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 23d2eca
restore getitem needed by geopandas
jbrockmendel ecc8b36
remove xfail
jbrockmendel 9f78ec7
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 3ca8c86
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 812b5fb
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 2e09bd6
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 966f749
restore and update tests per comments
jbrockmendel 18033b4
remove test_ix
jbrockmendel b9f61cb
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel c319080
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel e467976
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel cb7ef3b
remove ix benchmarks
jbrockmendel 52f4ff1
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel ffd50b0
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 0f271c1
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 44eb4fc
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel bf9f3b3
post-merge fixup
jbrockmendel 36afdbe
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel fcc9db7
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 79b441c
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 223382b
TST: remove tests that use ix
jbrockmendel 1756a69
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 07b393b
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel f9a394a
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 3d484cd
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 247eabf
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 7dc7de6
remove unused imports
jbrockmendel 2b3dba7
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 721d88b
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel 0ca6762
whatsnew, remove _ix
jbrockmendel 446c21f
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel a2aef80
update per comments
jbrockmendel 74127d6
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Could we keep this method? (or part of it, for compat with released geopandas)
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.
That makes sense. Possibly with a warning telling users they need to upgrade geopandas?
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.
Yep, that sounds good. But maybe start having it as a DeprecationWarning? Then we can easily switch to FutureWarning once there is an actual geopandas release.