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
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
...
Hi,
rpy2-2.1beta is out. Stability issues since 2.1.0alpha3 were addressed.
Source packages are available on bitbucket and sourceforge.
Win32 compilation, and eventually binaries, could come next and be
available for the release candidate thanks to an anonymous patch
contribution.
Laurent
--