[Rcpp-commits] r4235 - pkg/RcppEigen

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Feb 3 14:33:37 CET 2013


Author: edd
Date: 2013-02-03 14:33:36 +0100 (Sun, 03 Feb 2013)
New Revision: 4235

Modified:
   pkg/RcppEigen/ChangeLog
   pkg/RcppEigen/NEWS
   pkg/RcppEigen/NEWS.org
Log:
Update ChangeLog and NEWS for release requested by Achim


Modified: pkg/RcppEigen/ChangeLog
===================================================================
--- pkg/RcppEigen/ChangeLog	2013-02-03 11:19:09 UTC (rev 4234)
+++ pkg/RcppEigen/ChangeLog	2013-02-03 13:33:36 UTC (rev 4235)
@@ -1,3 +1,9 @@
+2013-02-03  Dirk Eddelbuettel  <edd at debian.org>
+
+	* DESCRIPTION: New minor version 0.3.1.2.1 for upload to CRAN and JSS
+
+	* NEWS.org: Updated
+
 2013-01-26  Dirk Eddelbuettel  <edd at debian.org>
 
 	* vignettes/jss835/: Regroup all related files in this directory

Modified: pkg/RcppEigen/NEWS
===================================================================
--- pkg/RcppEigen/NEWS	2013-02-03 11:19:09 UTC (rev 4234)
+++ pkg/RcppEigen/NEWS	2013-02-03 13:33:36 UTC (rev 4235)
@@ -2,18 +2,33 @@
                        ========================
 
 Author: Douglas Bates
-Date: 2012-06-26 Tue
+Date: 2013-02-02 Sun
 
 
 Table of Contents
 =================
-1 New features visible to users
-2 New features visible to users in RcppEigen-0.2.0
-3 New features not visible to users in RcppEigen-0.2.0
+1 New features visible to users in RcppEigen-0.3.1.2
+2 New features visible to users in RcppEigen-0.3.1
+3 New features visible to users in RcppEigen-0.2.0
+4 New features not visible to users in RcppEigen-0.2.0
 
 
-1 New features visible to users 
---------------------------------
+1 New features visible to users in RcppEigen-0.3.1.2 
+-----------------------------------------------------
+  + Upgraded to Eigen 3.1.2
+  + Fixes to RcppEigenWrap.h and adjustment of tests accordingly.
+    The changes allow RowMajor matrices to be wrapped (thanks to Gael
+    Guennebaud) but cannot handle RowVector types. There will need to be
+    more template metaprogramming done to redirect the case of RowVector,
+    which cannot be changed to a ColMajor form.
+  + Because of changes in R, -DNDEBUG is automatic. One must override it with
+    -UNDEBUG in the local ~/.R/Makevars to activate the debugging code.
+  + New (unexported) functions CxxFlags() and RcppEigenCxxFlags() for use in
+    Makefiles
+  + Fixes related to Rcpp 0.10.*
+
+2 New features visible to users in RcppEigen-0.3.1 
+---------------------------------------------------
   + Upgraded to Eigen 3.1.0
   + Removed the "unsupported" Eigen module AutoDiff which defined a
     macro "sign" that conflicted with a function in the R API (which
@@ -24,7 +39,7 @@
     conflicting definitions in the std:: namespace and the R API and
     Eigen, which I don't have time to investigate.
 
-2 New features visible to users in RcppEigen-0.2.0 
+3 New features visible to users in RcppEigen-0.2.0 
 ---------------------------------------------------
   + Upgraded the version of Eigen to 3.1.0-alpha2, in which the sparse
     matrix modules are now in the "supported" tree.
@@ -51,7 +66,7 @@
   + The ability to wrap RowMajor sparse matrices and to use
     as<Eigen::ArrayXd> etc.
 
-3 New features not visible to users in RcppEigen-0.2.0 
+4 New features not visible to users in RcppEigen-0.2.0 
 -------------------------------------------------------
   + Migrated some tests to the testthat package.  Currently there is
     some difficulty with combining testthat, inline and R CMD check.

Modified: pkg/RcppEigen/NEWS.org
===================================================================
--- pkg/RcppEigen/NEWS.org	2013-02-03 11:19:09 UTC (rev 4234)
+++ pkg/RcppEigen/NEWS.org	2013-02-03 13:33:36 UTC (rev 4235)
@@ -1,12 +1,25 @@
 #+TITLE:     NEWS for RcppEigen-0.3.0
 #+AUTHOR:    Douglas Bates
 #+EMAIL:     bates at stat.wisc.edu
-#+DATE:      2012-06-26 Tue
+#+DATE:      2013-02-02 Sun
 #+DESCRIPTION: News regarding the latest version of RcppEigen
 #+KEYWORDS:
 #+LANGUAGE:  en
 
-* New features visible to users
+* New features visible to users in RcppEigen-0.3.1.2
+  + Upgraded to Eigen 3.1.2
+  + Fixes to RcppEigenWrap.h and adjustment of tests accordingly.
+    The changes allow RowMajor matrices to be wrapped (thanks to Gael
+    Guennebaud) but cannot handle RowVector types. There will need to be
+    more template metaprogramming done to redirect the case of RowVector,
+    which cannot be changed to a ColMajor form.
+  + Because of changes in R, -DNDEBUG is automatic. One must override it with
+    -UNDEBUG in the local ~/.R/Makevars to activate the debugging code.
+  + New (unexported) functions CxxFlags() and RcppEigenCxxFlags() for use in
+    Makefiles
+  + Fixes related to Rcpp 0.10.*
+
+* New features visible to users in RcppEigen-0.3.1
   + Upgraded to Eigen 3.1.0
   + Removed the "unsupported" Eigen module AutoDiff which defined a
     macro "sign" that conflicted with a function in the R API (which



More information about the Rcpp-commits mailing list