- Fixed issue with R arrays with more than 2 dimensions and numpy arrays (issue 47 - backported from the branch 2.2.x).
2.1.7
=============
Bugs fixed ----------
- More fixes for the automated detection of include and libraries at build time.
2.1.6
=============
Bugs fixed ----------
- Further fixes in the automatic detection of includes and libraries needed to compile rpy2 against R. The detection code has been refactored (backport from the 2.2.x branch)
2.1.5
=============
Bugs fixed ----------
- fixes the automatic detection of R_HOME/lib during building/compiling when R_HOME/lib is not in lib/ (issue 54)
2.1.4
=============
New features ------------
- :mod:`rpy2.robjects.lib.ggplot2` now has the functions :func:`limits`, :func:`xlim`, :func:`ylim` exposed (patch contributed anonymously)
Bugs fixed ----------
- Install script when the BLAS library used by R is specified as a library file (patch by Michael Kuhn)
2.1.3
=============
Bugs fixed ----------
- Spurious error message when using DataFrame.from_csvfile() without specifying col_names or row_names
- Patch to finally compile with Python < 2.6 (contribDuted by Denis Barbier)