Skip to content

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 40 commits into from
Dec 12, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
704b422
remove IX
jbrockmendel Jul 27, 2019
ec02d1f
remove ix-only methods
jbrockmendel Jul 27, 2019
db1567f
lint fixups
jbrockmendel Jul 27, 2019
c8ff4a0
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Jul 27, 2019
2c8ef9a
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 17, 2019
1ed8a96
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 19, 2019
8abdbaf
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 22, 2019
23d2eca
restore getitem needed by geopandas
jbrockmendel Aug 22, 2019
ecc8b36
remove xfail
jbrockmendel Aug 22, 2019
9f78ec7
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 22, 2019
3ca8c86
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 23, 2019
812b5fb
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 23, 2019
2e09bd6
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 24, 2019
966f749
restore and update tests per comments
jbrockmendel Aug 24, 2019
18033b4
remove test_ix
jbrockmendel Aug 24, 2019
b9f61cb
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 26, 2019
c319080
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 27, 2019
e467976
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 27, 2019
cb7ef3b
remove ix benchmarks
jbrockmendel Aug 27, 2019
52f4ff1
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Aug 28, 2019
ffd50b0
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Sep 13, 2019
0f271c1
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Sep 18, 2019
44eb4fc
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Sep 26, 2019
bf9f3b3
post-merge fixup
jbrockmendel Sep 26, 2019
36afdbe
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Sep 27, 2019
fcc9db7
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 13, 2019
79b441c
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 25, 2019
223382b
TST: remove tests that use ix
jbrockmendel Nov 25, 2019
1756a69
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 27, 2019
07b393b
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 27, 2019
f9a394a
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 27, 2019
3d484cd
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 28, 2019
247eabf
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 29, 2019
7dc7de6
remove unused imports
jbrockmendel Nov 30, 2019
2b3dba7
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Nov 30, 2019
721d88b
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Dec 4, 2019
0ca6762
whatsnew, remove _ix
jbrockmendel Dec 4, 2019
446c21f
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Dec 5, 2019
a2aef80
update per comments
jbrockmendel Dec 9, 2019
74127d6
Merge branch 'master' of https://github.com/pandas-dev/pandas into rmix
jbrockmendel Dec 9, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
whatsnew, remove _ix
  • Loading branch information
jbrockmendel committed Dec 4, 2019
commit 0ca6762b62fa9ba499eafe36bbe41aa18c348e63
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ or ``matplotlib.Axes.plot``. See :ref:`plotting.formatters` for more.

- Floordiv of integer-dtyped array by :class:`Timedelta` now raises ``TypeError`` (:issue:`21036`)
- :func:`pandas.api.types.infer_dtype` argument ``skipna`` defaults to ``True`` instead of ``False`` (:issue:`24050`)
- Removed the previously deprecated :attr:`Series.ix` and :attr:`DataFrame.ix` (:issue:`26438`)
- Removed the previously deprecated :meth:`Index.summary` (:issue:`18217`)
- Removed the previously deprecated "fastpath" keyword from the :class:`Index` constructor (:issue:`23110`)
- Removed the previously deprecated :meth:`Series.get_value`, :meth:`Series.set_value`, :meth:`DataFrame.get_value`, :meth:`DataFrame.set_value` (:issue:`17739`)
Expand Down
3 changes: 0 additions & 3 deletions pandas/core/generic.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ def _setup_axes(
# typ
setattr(cls, "_typ", cls.__name__.lower())

# indexing support
cls._ix = None

if info_axis is not None:
cls._info_axis_number = info_axis
cls._info_axis_name = axes[info_axis]
Expand Down