Revision: 487
          http://rpy.svn.sourceforge.net/rpy/?rev=487&view=rev
Author:   warnes
Date:     2008-04-10 09:51:42 -0700 (Thu, 10 Apr 2008)

Log Message:
-----------
Update for RPy release 1.0.2

Modified Paths:
--------------
    trunk/rpy/NEWS
    trunk/rpy/rpy_version.py

Modified: trunk/rpy/NEWS
===================================================================
--- trunk/rpy/NEWS      2008-04-10 16:50:51 UTC (rev 486)
+++ trunk/rpy/NEWS      2008-04-10 16:51:42 UTC (rev 487)
@@ -1,3 +1,38 @@
+CHANGES IN RPY 1.0.2 - 2008-04-02
+---------------------------------
+
+New features:
+
+- The 'Robj' type is now exported.
+
+- Add simple neural net example.
+
+Bug fixes:
+
+- Stack checking code was incorrectly disabled on all platforms,
+  corrected so that it is properly included for R 2.3.0 and later
+  everywhere except Win32.
+
+- Fixes for compatibility with Python 2.4 and later.
+
+- Updates to debian install files (Dirk Eddelbuettel)
+
+- Correct simple line plot example in the documentation
+
+- Minor internal changes to code and tests
+
+- Automatic build tool now uses 'tail -n 1' instead of 'tail -1' when
+  calling 'R RHOME' to make recent versions of tail happy
+
+- Add startup options to prevent initialization of console
+  read/write/showfiles which causes problems with R when run without a
+  controlling console. 
+
+Other changes:
+
+- Deletion of R's temporary directory now uses R's own internal function
+  for this task for R versions after 2.4.0.
+
 CHANGES IN RPY 1.0.1 - 2007-11-29
 ---------------------------------
 

Modified: trunk/rpy/rpy_version.py
===================================================================
--- trunk/rpy/rpy_version.py    2008-04-10 16:50:51 UTC (rev 486)
+++ trunk/rpy/rpy_version.py    2008-04-10 16:51:42 UTC (rev 487)
@@ -1 +1 @@
-rpy_version = "1.0.1"
+rpy_version = "1.0.2"


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to