Skip to content
Prev Previous commit
Next Next commit
Merge branch 'master' into bugfix/zip
  • Loading branch information
minggli authored May 25, 2018
commit c46fbe0e1450bbee74b45fe6297656fdb9313e36
1 change: 1 addition & 0 deletions doc/source/whatsnew/v0.23.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ I/O
^^^

- Bug in :class:`pandas.io.common.BytesZipFile` where zip compression produces uncompressed zip archive (:issue:`17778`)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you reference 21144 (as well is fine) as that other issue was closed for 0.23.0

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @jreback @WillAyd , tested 21144 on older version of pandas 0.20 on windows and same issue occurred. I think it's an existing issue unrelated to this PR. This PR only address zip compression and doesn't touch gzip at all.

- Bug in :meth:`DataFrame.to_stata` which prevented exporting DataFrames to buffers and most file-like objects (:issue:`21041`)
-

Plotting
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.