Skip to content

Commit f349a5d

Browse files
committed
DOC: Use correct git hub numbers for deprecations [pandas-dev#6641]
1 parent 147bf04 commit f349a5d

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
@@ -195,27 +195,29 @@ Prior Version Deprecations/Changes
195195

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

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

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

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

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

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

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

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

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

220222
Experimental Features
221223
~~~~~~~~~~~~~~~~~~~~~

doc/source/v0.14.0.txt

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

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

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

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

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

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

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

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

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

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

380382
.. _whatsnew_0140.deprecations:
381383

0 commit comments

Comments
 (0)