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.16.1.txt
+2-1
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,6 @@ Performance Improvements
59
59
60
60
Bug Fixes
61
61
~~~~~~~~~
62
-
63
62
- Fixed bug (:issue:`9542`) where labels did not appear properly in legend of ``DataFrame.plot()``. Passing ``label=`` args also now works, and series indices are no longer mutated.
64
63
65
64
@@ -78,3 +77,5 @@ Bug Fixes
78
77
79
78
80
79
- Bug in ``Series.quantile`` on empty Series of type ``Datetime`` or ``Timedelta`` (:issue:`9675`)
80
+
81
+
- Bug in ``to_msgpack`` and ``read_msgpack`` zlib and blosc compression support (:issue:`9783`)
0 commit comments