From f349a5dea556b01f258687d7e8ddb7aab8a934a1 Mon Sep 17 00:00:00 2001 From: Jason Sexauer Date: Tue, 8 Apr 2014 19:19:38 -0400 Subject: [PATCH] DOC: Use correct git hub numbers for deprecations [#6641] --- doc/source/release.rst | 18 ++++++++++-------- doc/source/v0.14.0.txt | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/doc/source/release.rst b/doc/source/release.rst index 1c1ecde5b95b8..d0de16524b035 100644 --- a/doc/source/release.rst +++ b/doc/source/release.rst @@ -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 +`__) - Remove ``offset`` keyword from :class:`DatetimeIndex` constructor - (:issue:`6641`) + (`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 ~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/source/v0.14.0.txt b/doc/source/v0.14.0.txt index 42b50a7b21674..6eb47b3e9d753 100644 --- a/doc/source/v0.14.0.txt +++ b/doc/source/v0.14.0.txt @@ -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 +`__) - Remove ``offset`` keyword from :class:`DatetimeIndex` constructor - (:issue:`6641`) + (`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: