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.17.0.txt
+3
Original file line number
Diff line number
Diff line change
@@ -172,6 +172,8 @@ Other enhancements
172
172
173
173
- ``drop_duplicates`` and ``duplicated`` now accept ``keep`` keyword to target first, last, and all duplicates. ``take_last`` keyword is deprecated, see :ref:`deprecations <whatsnew_0170.deprecations>` (:issue:`6511`, :issue:`8505`)
174
174
175
+
- ``msgpack`` submodule has been updated to 0.4.6 with backward compatibility (:issue:`10581`)
176
+
175
177
.. ipython :: python
176
178
177
179
s = pd.Series(['A', 'B', 'C', 'A', 'B', 'D'])
@@ -670,4 +672,5 @@ Bug Fixes
670
672
- Bug in ``Series([np.nan]).astype('M8[ms]')``, which now returns ``Series([pd.NaT])`` (:issue:`10747`)
671
673
- Bug in ``PeriodIndex.order`` reset freq (:issue:`10295`)
672
674
- Bug in ``iloc`` allowing memory outside bounds of a Series to be accessed with negative integers (:issue:`10779`)
675
+
- Bug in ``read_msgpack`` where encoding is not respected (:issue:`10580`)
673
676
- Bug preventing access to the first index when using ``iloc`` with a list containing the appropriate negative integer (:issue:`10547`, :issue:`10779`)
0 commit comments