Re: [Rpy] Rpy2 and automatic conversion of numpy arrays

2010-05-22 Thread Laurent
Fixed in the source repository. Will definitely be in 2.1.2. L. On 30/04/10 09:57, Laurent wrote: > On 21/04/10 22:30, Christian Marquardt wrote: >> Hi, >> >> once more my apologies if I'm missing the obvious... >> >> The rpy2 documentation at >> http://rpy.sourceforge.net/rpy2/doc-2.1/html/nump

Re: [Rpy] Rpy2 and automatic conversion of numpy arrays

2010-04-30 Thread Laurent
On 21/04/10 22:30, Christian Marquardt wrote: > Hi, > > once more my apologies if I'm missing the obvious... > > The rpy2 documentation at > http://rpy.sourceforge.net/rpy2/doc-2.1/html/numpy.html#high-level-interface > states that the import of the numpy2ri module "alone is sufficient to > switch

[Rpy] Rpy2 and automatic conversion of numpy arrays

2010-04-21 Thread Christian Marquardt
Hi, once more my apologies if I'm missing the obvious... The rpy2 documentation at http://rpy.sourceforge.net/rpy2/doc-2.1/html/numpy.html#high-level-interface states that the import of the numpy2ri module "alone is sufficient to switch an automatic conversion of numpy objects into rpy2 objects."