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/v0.13.0.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -879,6 +879,9 @@ to unify methods and behaviors. Series formerly subclassed directly from
879
879
880
880
- ``Series(0.5)`` would previously return the scalar ``0.5``, instead this will return a 1-element ``Series``
881
881
882
+
- This change breaks ``rpy2<=2.3.8``. an Issue has been opened against rpy2 and a workaround
883
+
is detailed in :issue:`5698`. Thanks @JanSchulz.
884
+
882
885
- Pickle compatibility is preserved for pickles created prior to 0.13. These must be unpickled with ``pd.read_pickle``, see :ref:`Pickling<io.pickle>`.
883
886
884
887
- Refactor of series.py/frame.py/panel.py to move common code to generic.py
0 commit comments