Skip to content

Commit 4952858

Browse files
author
y-p
committed
DOC: Mention rpy2 breakage in release notes
1 parent 8cd34c6 commit 4952858

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

doc/source/release.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ API Changes
416416
copy thru chained assignment is detected, settable via option ``mode.chained_assignment``
417417
- test the list of ``NA`` values in the csv parser. add ``N/A``, ``#NA`` as independent default
418418
na values (:issue:`5521`)
419+
- The refactoring involving``Series`` deriving from ``NDFrame`` breaks ``rpy2<=2.3.8``. an Issue
420+
has been opened against rpy2 and a workaround is detailed in :issue:`5698`. Thanks @JanSchulz.
421+
419422

420423
Internal Refactoring
421424
~~~~~~~~~~~~~~~~~~~~

doc/source/v0.13.0.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,9 @@ to unify methods and behaviors. Series formerly subclassed directly from
879879

880880
- ``Series(0.5)`` would previously return the scalar ``0.5``, instead this will return a 1-element ``Series``
881881

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+
882885
- Pickle compatibility is preserved for pickles created prior to 0.13. These must be unpickled with ``pd.read_pickle``, see :ref:`Pickling<io.pickle>`.
883886

884887
- Refactor of series.py/frame.py/panel.py to move common code to generic.py

0 commit comments

Comments
 (0)