Skip to content

Conversation

jbrockmendel
Copy link
Member

In the 1.0.0 whatsnew we currently have 3 variants of "Removed :foo:X"

- Removed the previously deprecated :meth:`X`
- Removed previously deprecated :meth:`X`
- Removed :meth:`X`

I think we should standardize on one of these (lest readers think the difference is meaningful). I don't particularly care which, but for this PR went with the last one as it is the least verbose

- :func:`read_excel` removed support for "skip_footer" argument, use "skipfooter" instead (:issue:`18836`)
- :func:`read_excel` no longer allows an integer value for the parameter ``usecols``, instead pass a list of integers from 0 to ``usecols`` inclusive (:issue:`23635`)
- :meth:`DataFrame.to_records` no longer supports the argument "convert_datetime64" (:issue:`18902`)
- Removed the previously deprecated ``IntervalIndex.from_intervals`` in favor of the :class:`IntervalIndex` constructor (:issue:`19263`)
Copy link
Member Author

Choose a reason for hiding this comment

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

note this also changes double-backticks to :meth:, unless there was a reason for this?

@jbrockmendel
Copy link
Member Author

The next step in this process would be to standardize wording for "removed keyword X from Y"

@jreback jreback added Deprecate Functionality to remove in pandas Docs labels Dec 26, 2019
@jreback jreback added this to the 1.0 milestone Dec 26, 2019
@jreback jreback merged commit 7b2eb54 into pandas-dev:master Dec 26, 2019
@jreback
Copy link
Contributor

jreback commented Dec 26, 2019

thanks

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 Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants