Skip to content

Commit 098c805

Browse files
committed
Initial commit for PR
added text to whatsnew Update whatsnew flake8 edits edited whatsnew
1 parent 19bafbe commit 098c805

File tree

2 files changed

+48
-67
lines changed

2 files changed

+48
-67
lines changed

doc/source/whatsnew/v0.18.0.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,9 @@ Performance Improvements
416416
~~~~~~~~~~~~~~~~~~~~~~~~
417417

418418
- Improved performance of ``andrews_curves`` (:issue:`11534`)
419-
420419
- Improved huge ``DatetimeIndex``, ``PeriodIndex`` and ``TimedeltaIndex``'s ops performance including ``NaT`` (:issue:`10277`)
421420
- Improved performance of ``pandas.concat`` (:issue:`11958`)
422-
421+
- Improved performance of ``StataReader`` (PR #`11591`)
423422

424423

425424

@@ -440,6 +439,7 @@ Bug Fixes
440439
- Bug in consistency of passing nested dicts to ``.groupby(...).agg(...)`` (:issue:`9052`)
441440
- Accept unicode in ``Timedelta`` constructor (:issue:`11995`)
442441

442+
- Bug in value label reading for ``StataReader`` when reading incrementally (:issue:`12014`)
443443

444444

445445
- Bug in vectorized ``DateOffset`` when ``n`` parameter is ``0`` (:issue:`11370`)

0 commit comments

Comments
 (0)