Skip to content

Commit f1ccae6

Browse files
jsexauerjeffreystarr
authored andcommitted
DOC: Use correct git hub numbers for deprecations [pandas-dev#6641]
1 parent 0d62439 commit f1ccae6

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

doc/source/release.rst

+24-4
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,30 @@ Deprecations
198198
Prior Version Deprecations/Changes
199199
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
200200

201-
- Remove :class:`DateRange` in favor of :class:`DatetimeIndex` (:issue:`6816`)
202-
203201
- Remove ``column`` keyword from ``DataFrame.sort`` (:issue:`4370`)
204202

203+
- Remove ``precision`` keyword from :func:`set_eng_float_format` (:issue:`6641`)
204+
205+
- Remove ``force_unicode`` keyword from :meth:`DataFrame.to_string`,
206+
:meth:`DataFrame.to_latex`, and :meth:`DataFrame.to_html`; these function
207+
encode in unicode by default (:issue:`6641`)
208+
209+
- Remove ``nanRep`` keyword from :meth:`DataFrame.to_csv` and
210+
:meth:`DataFrame.to_string` (:issue:`6641`)
211+
212+
- Remove ``unique`` keyword from :meth:`HDFStore.select_column` (:issue:`6641`)
213+
214+
- Remove ``inferTimeRule`` keyword from :func:`Timestamp.offset` (:issue:`6641`)
215+
216+
- Remove ``name`` keyword from :func:`get_data_yahoo` and
217+
:func:`get_data_google` (:issue:`6641`)
218+
219+
- Remove ``offset`` keyword from :class:`DatetimeIndex` constructor
220+
(:issue:`6641`)
221+
222+
- Remove ``time_rule`` from several rolling-moment statistical functions, such
223+
as :func:`rolling_sum` (:issue:`6641`)
224+
205225
Experimental Features
206226
~~~~~~~~~~~~~~~~~~~~~
207227

@@ -309,6 +329,7 @@ Bug Fixes
309329
- Bug in ``pd.read_stata`` which would use the wrong data types and missing values (:issue:`6327`)
310330
- Bug in ``DataFrame.to_stata`` that lead to data loss in certain cases, and could exported using the
311331
wrong data types and missing values (:issue:`6335`)
332+
- StataWriter replaces missing values in string columns by empty string (:issue:`6802`)
312333
- Inconsistent types in Timestamp addition/subtraction (:issue:`6543`)
313334
- Bug in preserving frequency across Timestamp addition/subtraction (:issue:`4547`)
314335
- Bug in indexing: empty list lookup caused ``IndexError`` exceptions (:issue:`6536`, :issue:`6551`)
@@ -337,12 +358,11 @@ Bug Fixes
337358
(:issue:`6762`).
338359
- Bug in Makefile where it didn't remove Cython generated C files with ``make
339360
clean`` (:issue:`6768`)
361+
- Bug with numpy < 1.7.2 when reading long strings from ``HDFStore`` (:issue:`6166`)
340362
- Bug in ``DataFrame._reduce`` where non bool-like (0/1) integers were being
341363
coverted into bools. (:issue:`6806`)
342364
- Regression from 0.13 with ``fillna`` and a Series on datetime-like (:issue:`6344`)
343365
- Bug in adding np.timedelta64 to DatetimeIndex with tz outputs incorrect result (:issue:`6818`)
344-
- Bug in ``DataFrame.replace()`` where changing a dtype through replacement
345-
would only replace the first occurrence of a value (:issue:`6689`)
346366

347367
pandas 0.13.1
348368
-------------

0 commit comments

Comments
 (0)