Skip to content

Commit

Permalink
DOC: Use correct git hub numbers for deprecations [pandas-dev#6641]
Browse files Browse the repository at this point in the history
  • Loading branch information
jsexauer committed Apr 9, 2014
1 parent 147bf04 commit f349a5d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
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

0 comments on commit f349a5d

Please sign in to comment.