Skip to content

DOC: Use correct git hub numbers for deprecations [#6641] #6844

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 1 commit into from
Apr 9, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 10 additions & 8 deletions doc/source/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,27 +195,29 @@ Prior Version Deprecations/Changes

- Remove ``column`` keyword from ``DataFrame.sort`` (:issue:`4370`)

- Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`6641`)
- Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`395`)

- Remove ``force_unicode`` keyword from :meth:`DataFrame.to_string`,
:meth:`DataFrame.to_latex`, and :meth:`DataFrame.to_html`; these function
encode in unicode by default (:issue:`6641`)
encode in unicode by default (:issue:`2224`, :issue:`2225`)

- Remove ``nanRep`` keyword from :meth:`DataFrame.to_csv` and
:meth:`DataFrame.to_string` (:issue:`6641`)
:meth:`DataFrame.to_string` (:issue:`275`)

- Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`6641`)
- Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`3256`)

- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`6641`)
- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`391`)

- Remove ``name`` keyword from :func:`get_data_yahoo` and
:func:`get_data_google` (:issue:`6641`)
:func:`get_data_google` (`commit b921d1a
<https://github.com/pydata/pandas/commit/b921d1a2>`__)

- Remove ``offset`` keyword from :class:`DatetimeIndex` constructor
(:issue:`6641`)
(`commit 3136390
<https://github.com/pydata/pandas/commit/3136390>`__)

- Remove ``time_rule`` from several rolling-moment statistical functions, such
as :func:`rolling_sum` (:issue:`6641`)
as :func:`rolling_sum` (:issue:`1042`)

Experimental Features
~~~~~~~~~~~~~~~~~~~~~
Expand Down
18 changes: 10 additions & 8 deletions doc/source/v0.14.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -355,27 +355,29 @@ There are prior version deprecations that are taking effect as of 0.14.0.

- Remove ``column`` keyword from ``DataFrame.sort`` (:issue:`4370`)

- Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`6641`)
- Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`395`)

- Remove ``force_unicode`` keyword from :meth:`DataFrame.to_string`,
:meth:`DataFrame.to_latex`, and :meth:`DataFrame.to_html`; these function
encode in unicode by default (:issue:`6641`)
encode in unicode by default (:issue:`2224`, :issue:`2225`)

- Remove ``nanRep`` keyword from :meth:`DataFrame.to_csv` and
:meth:`DataFrame.to_string` (:issue:`6641`)
:meth:`DataFrame.to_string` (:issue:`275`)

- Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`6641`)
- Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`3256`)

- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`6641`)
- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`391`)

- Remove ``name`` keyword from :func:`get_data_yahoo` and
:func:`get_data_google` (:issue:`6641`)
:func:`get_data_google` (`commit b921d1a
<https://github.com/pydata/pandas/commit/b921d1a2>`__)

- Remove ``offset`` keyword from :class:`DatetimeIndex` constructor
(:issue:`6641`)
(`commit 3136390
<https://github.com/pydata/pandas/commit/3136390>`__)

- Remove ``time_rule`` from several rolling-moment statistical functions, such
as :func:`rolling_sum` (:issue:`6641`)
as :func:`rolling_sum` (:issue:`1042`)

.. _whatsnew_0140.deprecations:

Expand Down