Skip to content

Commit 2614b2b

Browse files
committed
Merge pull request #6844 from jsexauer/fixDoc6813
DOC: Use correct git hub numbers for deprecations [#6641]
2 parents 306a005 + f349a5d commit 2614b2b

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

doc/source/release.rst

+10-8
Original file line numberDiff line numberDiff line change
@@ -197,27 +197,29 @@ Prior Version Deprecations/Changes
197197

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

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

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

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

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

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

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

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

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

222224
Experimental Features
223225
~~~~~~~~~~~~~~~~~~~~~

doc/source/v0.14.0.txt

+10-8
Original file line numberDiff line numberDiff line change
@@ -357,27 +357,29 @@ There are prior version deprecations that are taking effect as of 0.14.0.
357357

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

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

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

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

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

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

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

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

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

382384
.. _whatsnew_0140.deprecations:
383385

0 commit comments

Comments
 (0)