You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.19.0.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -673,6 +673,7 @@ Performance Improvements
673
673
Bug Fixes
674
674
~~~~~~~~~
675
675
676
+
- Bug in ``pandas.parser.parser_trim_buffers()``, which did not update the word vectors (``parser->words``) when stream buffer was shrunk (:issue:`13788`, :issue:`13703`)
676
677
- Bug in ``io.json.json_normalize()``, where non-ascii keys raised an exception (:issue:`13213`)
677
678
- Bug in ``SparseSeries`` with ``MultiIndex`` ``[]`` indexing may raise ``IndexError`` (:issue:`13144`)
678
679
- Bug in ``SparseSeries`` with ``MultiIndex`` ``[]`` indexing result may have normal ``Index`` (:issue:`13144`)
0 commit comments