[Rcpp-commits] r4432 - in pkg/RcppArmadillo: . debian inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 13 04:46:30 CEST 2013


Author: edd
Date: 2013-08-13 04:46:29 +0200 (Tue, 13 Aug 2013)
New Revision: 4432

Modified:
   pkg/RcppArmadillo/ChangeLog
   pkg/RcppArmadillo/DESCRIPTION
   pkg/RcppArmadillo/debian/changelog
   pkg/RcppArmadillo/inst/NEWS.Rd
Log:
RcppArmadillo release 0.3.910.0


Modified: pkg/RcppArmadillo/ChangeLog
===================================================================
--- pkg/RcppArmadillo/ChangeLog	2013-08-13 02:37:09 UTC (rev 4431)
+++ pkg/RcppArmadillo/ChangeLog	2013-08-13 02:46:29 UTC (rev 4432)
@@ -1,7 +1,12 @@
-2013-08-08  Dirk Eddelbuettel  <edd at debian.org>
+2013-08-12  Dirk Eddelbuettel  <edd at debian.org>
 
-	* Empty commit at Stefan's request to tickle a built
+	* DESCRIPTION: Release 0.3.910.0
+	* inst/NEWS: Release 0.3.910.0
+	* inst/include/*: Upgraded to new release 3.910.0 of Armadillo
+        * debian/*: Similarly updated for new release to Debian
 
+	* vignettes/*: Moved files from inst/doc per new CRAN standards
+
 2013-08-03  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/include/RcppArmadilloExtensions/spmat.h: Added basic as<> and

Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION	2013-08-13 02:37:09 UTC (rev 4431)
+++ pkg/RcppArmadillo/DESCRIPTION	2013-08-13 02:46:29 UTC (rev 4432)
@@ -1,7 +1,7 @@
 Package: RcppArmadillo
 Type: Package
 Title: Rcpp integration for Armadillo templated linear algebra library
-Version: 0.3.900.7.1
+Version: 0.3.910.0
 Date: $Date$
 Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
 Maintainer: Dirk Eddelbuettel <edd at debian.org>
@@ -21,7 +21,7 @@
  (due to speed and/or integration capabilities), rather than another language.
  .
  The RcppArmadillo package includes the header files from the templated
- Armadillo library (currently version 3.900.7). Thus users do not need to
+ Armadillo library (currently version 3.910.0). Thus users do not need to
  install Armadillo itself in order to use RcppArmadillo.
  .
  This Armadillo integration provides a nice illustration of the 

Modified: pkg/RcppArmadillo/debian/changelog
===================================================================
--- pkg/RcppArmadillo/debian/changelog	2013-08-13 02:37:09 UTC (rev 4431)
+++ pkg/RcppArmadillo/debian/changelog	2013-08-13 02:46:29 UTC (rev 4432)
@@ -1,3 +1,9 @@
+r-cran-rcpparmadillo (0.3.910.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd at debian.org>  Mon, 12 Aug 2013 19:10:20 -0500
+
 r-cran-rcpparmadillo (0.3.900.7-1) unstable; urgency=low
 
   * New upstream release

Modified: pkg/RcppArmadillo/inst/NEWS.Rd
===================================================================
--- pkg/RcppArmadillo/inst/NEWS.Rd	2013-08-13 02:37:09 UTC (rev 4431)
+++ pkg/RcppArmadillo/inst/NEWS.Rd	2013-08-13 02:46:29 UTC (rev 4432)
@@ -2,15 +2,19 @@
 \title{News for Package 'RcppArmadillo'}
 \newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
 
-\section{Changes in RcppArmadillo version 0.x.yyy.z (2013-aa-bb)}{
+\section{Changes in RcppArmadillo version 0.3.910.0 (2013-08-12)}{
   \itemize{
-    \item Upgraded to Armadillo release Version ...
+    \item Upgraded to Armadillo release Version 3.910.0 (Pyrenees)
     \itemize{
-      \item 
-      \item 
+      \item faster multiplication of a matrix with a transpose of
+      itself, ie. \code{X*X.t()} and \code{X.t()*X} 
+      \item added \code{vectorise()} for reshaping matrices into vectors
+      \item added \code{all()} and \code{any()} for indicating presence
+      of elements satisfying a relational condition 
     }
     \item Added conversion support for sparse matrices (of type double)
     created by the \cpkg{Matrix} package as class \code{dgCMatrix}
+    \item Moved vignette sources from \code{inst/doc} to \code{vignettes}
   }
 }
 



More information about the Rcpp-commits mailing list