Rpy2

Latest version: v3.5.17

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

Scan your dependencies

Page 21 of 22

2.0.4

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

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

- Added missing named parameter *wantfun* to method :meth:`REnvironment.get`
(making it similar to :meth:`SexpEnvironment.get`)

- Leak in reference counting when creating SexpVector objects fixed
(the symptom was a process growing in size when creating R vector from
Python list or numpy arrays)

- `R CMD config LAPACK_LIBS` could return an empty string when R was compiled
with the veclib framework, causing the setup.py script to raise an exception.
setup.py now only print a message about an empty string returned from
R CMD config

- Numpy arrays with complex elements are no longer causing segfaults

- Calls to :meth:`SexpClosure.rcall` with something else that the expected
kind of tuple could cause a segfault

2.0.3

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

New Features
------------

:mod:`rpy2.rinterface`:

- :meth:`process_revents`, a Wrapper for R_ProcessEvents
( suggested by June Kim to help with issues related to interactive display on win32),
and for R_RunHandlers on UNIX-like systems
( patch by Nathaniel Smith).

- All callbacks are getting a get<callback> to complement the set<callback>.
( Patch by Nathaniel Smith)

- :meth:`Sexp.__deepcopy__` to copy an object (calling Rf_Duplicate)
( from a patch by Nathaniel Smith)

Changes
-------

- the default for reading and writing the console are now using sys.stdin and sys.stdout
( patch submitted by Nathaniel Smith)

- console IO callbacks (reading and writing) are complemented by
one to flush the console

- :meth:`Sexp.do_slot_assign` now creates the slot if missing
(design-fix - patch by Nathaniel Smith)


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

- fixed problem of numpy interface with R boolean vectors.
They are now presented as 'i' rather than 'b' to numpy
( patch submitted by Nathaniel Smith)

- The mechanism for setting arbitrary callaback functions for console I/O
now ensures that a traceback is printed to stderr whenever an error
occurs during the evalutation of the callback (the raised exception used
to be silently propagated to the next python call, leading to problems).

2.0.2

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

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

- Fix installation bug when the include directories contain either '-' or 'I'
spotted by James Yoo

- Failing to initialize R now throws a RuntimeError

- Copying an R "NA" into Python returns a None (and no longer a True)
(fixes a bug reported by Jeff Gentry)

2.0.1

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

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

:mod:`rpy2.robjects`:

- Property `names` for the :class:`RVector` methods :meth:`getnames`
and :meth:`setnames` (this was likely forgotten for Release 2.0.0).

- Property `rclass` for :class:`RObjectMixin`

Changes
-------

:mod:`rpy2.robjects`:

- :meth:`rclass` becomes :meth:`getrclass`

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

- Having the environment variable R_HOME specified resulted in an error
when importing :mod:`rpy2.rinterface` root of the problem spotted by Peter

- Setup.py has no longer a (possibly outdated) static hardcoded version number
for rpy2

- Testing no longer stops with an error in the absence of the third-party
module :mod:`numpy`

- :meth:`rpy2.rlike.container.TaggedList.pop` is now returning the element
matching the given index

2.0.0

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

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

- New module :mod:`rpy2.robjects.conversion`.

- New module :mod:`rpy2.robjects.numpy2ri` to convert :mod:`numpy` objects
into :mod:`rpy2` objects.
adapted from a patch contributed by Nathaniel Smith


Changes
-------

- :meth:`RObject.__repr__` moved to :meth:`RObject.r_repr`


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

- Informative message returned as RuntimeError when failing to find R's HOME

- Use the registry to find the R's HOME on win32
snatched from Peter's earlier contribution to rpy-1.x

2.0.0rc1

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

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

- added :data:`__version__` to rpy2/__init__.py

:mod:`rpy2.robjects`:

- added classes :class:`StrVector`, :class:`IntVector`, :class:`FloatVector`, :class:`BoolVector`

:mod:`rpy2.rinterface`:

- added missing class :class:`BoolSexpVector`.


Changes
-------

:mod:`rpy2.robjects`:

- does not alias :class:`rinterface.StrSexpVector`, :class:`rinterface.IntSexpVector`, :class:`rinterface.FloatSexpVector` anymore

- Constructor for :class:`rpy2.robjects.RDataFrame` checks that R lists are data.frames (not all lists are data.frame)

- Formerly new attribute :attr:`_dotter` for :class:`R` is now gone. The documentaion now points to :mod:`rpy2.rpy_classic` for this sort of things.

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

- conditional typedef in rinterface.c to compile under win32 reported and initial proposed fix from Paul Harrington

- __pow__ was missing from the delegator object for robjects.RVector (while the documentation was claiming it was there) bug report by Robert Nuske

- Earlier change from Sexp.typeof() to getter Sexp.typeof was not reflected in :mod:`rpy2.rpy_classic` bug report by Robert Denham

Page 21 of 22

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.