Skip to content

CLN: Remove older deprecations #27121

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 4 commits into from
Jun 29, 2019

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke commented Jun 29, 2019

Removed:

  • Using Series as list-like in rename_categories
  • DataFrame/Series.reindex_axis
  • Renaming labels using rename_axis

@@ -627,6 +627,9 @@ Removal of prior version deprecations/changes
- Removed the previously deprecated ``pd.options.html.border`` (:issue:`16970`)
- Removed the previously deprecated ``convert_objects`` (:issue:`11221`)
- Removed the previously deprecated ``select`` method of ``DataFrame`` and ``Series`` (:issue:`17633`)
- Removed the previously deprecated behavior of :class:`Series` treated as list-like in :meth:`~Series.cat.rename_categories` (:issue:`17982`)
- Removed the previously deprecated :meth:`~DataFrame.reindex_axis` and :meth:`~Series.reindex_axis`` (:issue:`17842`)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think you can use meth, not that they're gone.

@jreback
Copy link
Contributor

jreback commented Jun 29, 2019

once merged move the issue as per instructions in #6581 (to the completed list)

@mroeschke mroeschke added this to the 0.25.0 milestone Jun 29, 2019
@mroeschke mroeschke merged commit 67eec4e into pandas-dev:master Jun 29, 2019
@mroeschke mroeschke deleted the remove_old_deprecations branch June 29, 2019 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants