Rpy2

Latest version: v3.5.17

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 16 of 22

2.3.9

=============

- Changes in pandas 0.13.0 broke the rpy2 conversion layer (Issue 173)

2.3.8

=============

Bugs fixed
----------

- Crash with R-3.0.2. Changes in R-3.0.2's C API coupled to a strange behaviour
with R promises caused the problem. (PR 150)

2.3.7

=============

Bugs fixed
----------

- ggplot2's "guides" were missing

- ggplot2's "theme_classic" was missing (PR 143)

- ggplot2's "element_rect" was missing (PR 144)

- :func:`rpy2.interactive.packages` was broken (PR 142)

2.3.6

=============

Bugs fixed
----------

- Several reports of segfault on OS X (since rpy2-2.3.1 - PR 109)

- More fixes in converting `DataFrames` with dates from `pandas`

2.3.5

============

Bugs fixed
----------

- Missing mapping to ggplot2's `scale_shape_discrete` function

- Better handling of dates in Pandas

- Constructor for POSIXct improved (and fixed)

Changes
-------

- The attribute :attr:`rclass` is no longer read-only and can be set
(since R allows it)

- Importing the module :mod:`rpy2.interactive` no longer activates
event processing by default (triggering concurrency errors
when used with ipython).

New features
------------

- New module :mod:`rpy2.interactive.ipython` (so far plotting
automatically a ggplot2 figure in the iPython's console)

- It is now possible to set the :attr:`rclass`.

2.3.4

============

Bugs fixed
----------

- Spurious error when running unit tests with Python 3 and numpy
installed

- Missing mapping to ggplot2's `geom_dotplot` function

- Warnings are not longer printed (see Changes below)

Changes
-------

- Bumped target version of ggplot2 to 0.9.3.1

- Warnings are not longer printed. The C-level function in R became
hidden in R-3.0, and the cost of an R-level check/print is relatively
high if the R code called is very short. This might evolve into
printing warnings only if interactive mode in Python (if this can
be checked reliably).

Page 16 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.