That is good to hear. If I have a look at the change you made on rpy2, do
you think there is any hope i will be able to patch rpy1? I do not know much
about rpy yet, but if you think that is do-able this would give me a good
pretext to learn.
Laurent
2008/7/21 Laurent Gautier <[EMAIL PROTECTED]>:
Revision: 584
http://rpy.svn.sourceforge.net/rpy/?rev=584&view=rev
Author: lgautier
Date: 2008-07-21 18:14:52 + (Mon, 21 Jul 2008)
Log Message:
---
Added NEWS entries for the recent changes
Modified Paths:
--
branches/rpy_nextgen/NEWS
Modified: branche
I fixed a problem with rpy2 (the fix is in SVN)
It does seem to fit happily a lot of linear models without problems now.
For the moment rpy-1.x, calling R's gc() is the only known workaround, I think.
##---
#
# brutal and naive strategy for model selection:
# fit all possible two-variable mo
Revision: 583
http://rpy.svn.sourceforge.net/rpy/?rev=583&view=rev
Author: lgautier
Date: 2008-07-21 16:07:33 + (Mon, 21 Jul 2008)
Log Message:
---
- Test for the bug fix in rinterface
- features for switching debugging options (commented out)
Modified Paths:
-
Revision: 582
http://rpy.svn.sourceforge.net/rpy/?rev=582&view=rev
Author: lgautier
Date: 2008-07-21 16:05:10 + (Mon, 21 Jul 2008)
Log Message:
---
- Fixed missing R_PreserveObject for vectors (cause them to sometimes vanish
at garbage collection)
- split control of d
Revision: 581
http://rpy.svn.sourceforge.net/rpy/?rev=581&view=rev
Author: lgautier
Date: 2008-07-21 15:59:21 + (Mon, 21 Jul 2008)
Log Message:
---
Restore default console print after testing it
Modified Paths:
--
branches/rpy_nextgen/rpy/rinterface/tes
Revision: 580
http://rpy.svn.sourceforge.net/rpy/?rev=580&view=rev
Author: lgautier
Date: 2008-07-21 15:58:20 + (Mon, 21 Jul 2008)
Log Message:
---
Count for object usage is now a Py_ssize_t (no longer an int)
Modified Paths:
--
branches/rpy_nextgen/rpy