Skip to content

Commit c26d22b

Browse files
committed
added to whatsnew
1 parent 873a877 commit c26d22b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.18.1.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Deprecations
248248
Performance Improvements
249249
~~~~~~~~~~~~~~~~~~~~~~~~
250250

251-
251+
- Improved speed of SAS reader (PR 12656)
252252

253253
- Improved performance of ``DataFrame.to_sql`` when checking case sensitivity for tables. Now only checks if table has been created correctly when table name is not lower case. (:issue:`12876`)
254254

@@ -281,6 +281,7 @@ Bug Fixes
281281
- Bug in ``.drop()`` with a non-unique ``MultiIndex``. (:issue:`12701`)
282282
- Bug in ``.concat`` of datetime tz-aware and naive DataFrames (:issue:`12467`)
283283
- Bug in correctly raising a ``ValueError`` in ``.resample(..).fillna(..)`` when passing a non-string (:issue:`12952`)
284+
- Various encoding and header processing issues in SAS reader (:issue:`12659`, :issue:`12654`, :issue:`12647`, :issue:`12809`, :issue:`12656`)
284285

285286
- Bug in ``Timestamp.__repr__`` that caused ``pprint`` to fail in nested structures (:issue:`12622`)
286287
- Bug in ``Timedelta.min`` and ``Timedelta.max``, the properties now report the true minimum/maximum ``timedeltas`` as recognized by Pandas. See :ref:`documentation <timedeltas.limitations>`. (:issue:`12727`)

0 commit comments

Comments
 (0)