Re: [Rpy] rpy2-2.2.0 release candidate

2011-05-22 Thread Laurent Gautier
On 2011-05-22 23:00, Moritz Beber wrote: On 05/22/2011 07:40 PM, Laurent Gautier wrote: On 2011-05-22 19:14, Thomas Kluyver wrote: I still see one failure with 2.7: == FAIL: testInitFromSeqInvalidOverflow (rpy2.rinterface.tes

Re: [Rpy] rpy2-2.2.0 release candidate

2011-05-22 Thread Moritz Beber
On 05/22/2011 07:40 PM, Laurent Gautier wrote: > On 2011-05-22 19:14, Thomas Kluyver wrote: >> I still see one failure with 2.7: >> >> == >> FAIL: testInitFromSeqInvalidOverflow >> (rpy2.rinterface.tests.test_SexpVector.IntSexpVect

Re: [Rpy] rpy2-2.2.0 release candidate

2011-05-22 Thread Laurent Gautier
On 2011-05-22 19:14, Thomas Kluyver wrote: I still see one failure with 2.7: == FAIL: testInitFromSeqInvalidOverflow (rpy2.rinterface.tests.test_SexpVector.IntSexpVectorTestCase) ---

Re: [Rpy] rpy2-2.2.0 release candidate

2011-05-22 Thread Thomas Kluyver
I still see one failure with 2.7: == FAIL: testInitFromSeqInvalidOverflow (rpy2.rinterface.tests.test_SexpVector.IntSexpVectorTestCase) -- Traceback (most recent

[Rpy] rpy2-2.2.0 release candidate

2011-05-22 Thread Laurent Gautier
Hi, I just pushed rpy2-2.2.0 release candidate to Pypi. It should pass all tests with Python 2.7 / R-2.13 (possibly with Python 2.6 and R-2.12 or earlier), and fail one test with Python 3.2. Thanks to all for the recent bug reports. L.

Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-22 Thread Thomas Kluyver
On 22 May 2011 13:51, Laurent Gautier wrote: > This might be linked to the Python console (optimization of some sort, and > custom __repr__ of subtypes of float are ignored). > It returns NA_real_ with either ipython or bpython. > That's plausible. If I explicitly do "repr(ri.NA_Real)", I get 'N

Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-22 Thread Laurent Gautier
On 2011-05-22 14:36, Thomas Kluyver wrote: On 22 May 2011 11:51, Laurent Gautier > wrote: The problem might be solved with the revision 1551:19ecaa6a5d6c, and was in rpy2 and NARealType as people hinted it. Can people confirm that is now working for them ?

Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-22 Thread Thomas Kluyver
On 22 May 2011 11:51, Laurent Gautier wrote: > The problem might be solved with the revision 1551:19ecaa6a5d6c, and was > in rpy2 and NARealType as people hinted it. > Can people confirm that is now working for them ? > It seems to solve the import problem I had. NA_Real now consistently appear

Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-22 Thread Artur Wroblewski
On Sun, May 22, 2011 at 11:51 AM, Laurent Gautier wrote: > The problem might be solved with the revision 1551:19ecaa6a5d6c, and was in > rpy2 and NARealType as people hinted it. > Can people confirm that is now working for them ? tested with my app. no segfaults so far. do you mind closing issue

Re: [Rpy] More seg faults (Rpy 2.2.0beta3)

2011-05-22 Thread Laurent Gautier
The problem might be solved with the revision 1551:19ecaa6a5d6c, and was in rpy2 and NARealType as people hinted it. Can people confirm that is now working for them ? On 2011-05-21 15:37, Thomas Kluyver wrote: On 21 May 2011 12:35, Laurent Gautier > wrote: Out