Hi,

rpy2-2.5.0 has just been released.

For download purposes, the source package is now on Pypi.

If interested in its development, there is now a branch version_2.5.x, and
the branch "default" is now for "2.6.0-dev".

The changelogs are somewhat short (see below) but there was quite a bit
happening behind the scene, most notably with the conversion system. Kudo
to Dav for the smooth move of the rmagic, and to everyone with bug reports
and pull request.

Best,


Laurent

Release 2.5.0
===========

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

- Experimental alternative way to preserve R objects from garbage
collection.
  This can be activated with `rinterface.initr(r_preservehash=True)`
(default
  is `False`.

- :class:`GGPlot` object getting a method :meth:`save`
  mirroring R's `ggplot2::ggsave()`.

- The conversion system is now using generics/single dispatch.

- New module :mod:`rpy2.ipython.html` with HTML display for rpy2 objects

- [Experimental] New function :func:`robjects.methods.rs4instance_factory`
  to type RS4 objects with more specificity.

Changes
-------

- The script `setup.py` was rewritten for clarity and ease of maintenance.
  Now it only uses `setuptools`.
------------------------------------------------------------------------------
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to