Revision: 378
          http://rpy.svn.sourceforge.net/rpy/?rev=378&view=rev
Author:   warnes
Date:     2007-11-14 21:24:30 -0800 (Wed, 14 Nov 2007)

Log Message:
-----------
Update for v 1.0.0

Modified Paths:
--------------
    trunk/rpy/NEWS

Modified: trunk/rpy/NEWS
===================================================================
--- trunk/rpy/NEWS      2007-11-15 04:59:59 UTC (rev 377)
+++ trunk/rpy/NEWS      2007-11-15 05:24:30 UTC (rev 378)
@@ -1,3 +1,69 @@
+CHANGES IN RPY 1.0.0 - 2007-11-15
+---------------------------------
+
+New Features:
+
+  - Complete support for NumPy
+
+  - Add new exception types to provide better information on the
+    source of the error:
+
+      RPyException: Base exception class for all RPy Exceptions
+
+      RPyTypeConversionException: Error in conversion between R
+              and Python
+
+      RPyRException Error raised within R
+
+      (RException is set equal to RPyException for backwards
+         compatibility)
+
+Bug Fixes:
+
+  - All Numeric and NumPy data types are either properly handled, or
+    an appropriate exception is generated. 
+
+  - Properly handle unicode strings.
+
+  - Fix silent failure to start up on Win32 
+
+Other:
+
+  - Misc improvments to the test code.
+
+CHANGES IN RPY 1.0 RC 3 - 2007-06-26
+------------------------------------
+
+Bug Fixes:
+
+  - Only apply code to fix C Stack Limit error to recent versions of
+    R that require the fix. 
+
+
+CHANGES IN RPY 1.0 RC 2 - 2007-05-18
+------------------------------------
+
+New Features:
+
+  - Initial work to provide support for NumPy
+
+Bug Fixes:
+
+  - Fix "C stack limit" error produced by R in some contexts
+
+  - Moved some code so no longer necessary to have R/bin in PATH
+
+  - Skip tests for features not supported on Win32
+
+CHANGES in RPY 1.0 RC 1 - 2006-08-08
+------------------------------------
+
+Bug Fixes
+
+   - Improve R version parsing to cope with new R startup message
+
+
+
 CHANGES IN RPY 0.99.2 - 2006-03-24
 ----------------------------------
 


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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to