Re: [Rpy] rpy2-2.1.0beta

2010-03-14 Thread Laurent Gautier
To minimize communication regarding failing unittests, I just uploaded a 2.1beta2 to SF (it will also be on bitbucket as soon as its instabilities encountered since this morning stop). Not a clean sheet yet, but that should be ~2-3 failing unit-tests. I also fixed a PROTECT / UNPROTECT unbalanc

Re: [Rpy] rpy2-2.1.0beta

2010-03-13 Thread Laurent Gautier
Not yet, not yet... but getting there. The segfault issues should be gone (thanks to an unusually long airport transit). Beside the usual "test not yet implemented", and unicode + numpy array issue, there should only be: - few things with the new NA types (and by the time people have read the

Re: [Rpy] rpy2-2.1.0beta

2010-03-13 Thread Yaroslav Halchenko
should we expect all unittests to pass? ;) I am getting following with 1093:198d59806bee $> python2.6 -c 'import rpy2.tests, unittest; tr = unittest.TextTestRunner(verbosity = 1); suite = rpy2.tests.suite(); tr.run(suite)' ...F...Error in function (new = FALSE) : file choice cancelled ...