Skip to content

Commit ef237dd

Browse files
committed
Moved whatsnew to 19.2
1 parent ffeff60 commit ef237dd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/source/whatsnew/v0.19.2.txt

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Bug Fixes
3030
- Compat with ``dateutil==2.6.0``; segfault reported in the testing suite (:issue:`14621`)
3131
- Allow ``nanoseconds`` in ``Timestamp.replace`` as a kwarg (:issue:`14621`)
3232
- Bug in ``pd.read_csv`` where reading files fails, if the number of headers is equal to the number of lines in the file (:issue:`14515`)
33+
- Fix bugs (:issue:`14734`, :issue:`13654`) in ``pd.read_sas`` and ``pandas.io.sas.sas7bdat.SAS7BDATReader`` that caused problems when reading a SAS file incrementally.
3334

3435

3536

doc/source/whatsnew/v0.20.0.txt

-4
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,3 @@ Performance Improvements
8383

8484
Bug Fixes
8585
~~~~~~~~~
86-
87-
- Fix bugs (:issue:`14734`, :issue:`13654`) in ``pd.read_sas`` and
88-
``pandas.io.sas.sas7bdat.SAS7BDATReader`` that caused problems when
89-
reading a SAS file incrementally.

0 commit comments

Comments
 (0)