[Rcpp-commits] r3382 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 17 15:34:02 CET 2011
Author: edd
Date: 2011-11-17 15:34:02 +0100 (Thu, 17 Nov 2011)
New Revision: 3382
Modified:
pkg/RcppArmadillo/ChangeLog
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/inst/NEWS
Log:
calling release as 0.2.30
Modified: pkg/RcppArmadillo/ChangeLog
===================================================================
--- pkg/RcppArmadillo/ChangeLog 2011-11-17 14:10:00 UTC (rev 3381)
+++ pkg/RcppArmadillo/ChangeLog 2011-11-17 14:34:02 UTC (rev 3382)
@@ -1,24 +1,28 @@
2011-11-17 Romain Francois <romain at r-enthusiasts.com>
-
- * inst/include/RcppArmadilloSugar.h: reworked forwarding sugar expressions
- to arma expressions. No need for the "forward" function anymore. For now,
- we kept forward as a templated identity function for backwards compatibility
- but it is not needed anymore
-
- * inst/include/RcppArmadillo/Mat_meat.h: reworked handling of complex values
-
- * inst/unitTests/runit.RcppArmadillo.R: removed uses of forward as we don't
- need it anymore.
+ * DESCRIPTION: Release 0.2.30
+
+ * inst/include/RcppArmadilloSugar.h: reworked forwarding sugar
+ expressions to arma expressions. No need for the "forward" function
+ anymore. For now, we kept forward as a templated identity function
+ for backwards compatibility but it is not needed anymore
+
+ * inst/include/RcppArmadillo/Mat_meat.h: reworked handling of complex
+ values
+
+ * inst/unitTests/runit.RcppArmadillo.R: removed uses of forward as we
+ don't need it anymore.
+
2011-11-16 Romain Francois <romain at r-enthusiasts.com>
-
- * inst/include/RcppArmadilloForward.h: support for the new arma classes
- Gen and GenCube that arma uses internally
-
- * inst/include/RcppArmadilloWrap.h: idem
-
- * inst/include/RcppArmadillo/Mat_meat.h: adapted to the changed arma_type_check
+ * inst/include/RcppArmadilloForward.h: support for the new arma
+ classes Gen and GenCube that arma uses internally
+
+ * inst/include/RcppArmadilloWrap.h: idem
+
+ * inst/include/RcppArmadillo/Mat_meat.h: adapted to the changed
+ arma_type_check
+
2011-11-14 Dirk Eddelbuettel <edd at debian.org>
* inst/include/*: Upgraded to new test release 2.3.91 of Armadillo
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2011-11-17 14:10:00 UTC (rev 3381)
+++ pkg/RcppArmadillo/DESCRIPTION 2011-11-17 14:34:02 UTC (rev 3382)
@@ -1,7 +1,7 @@
Package: RcppArmadillo
Type: Package
Title: Rcpp integration for Armadillo templated linear algebra library
-Version: 0.2.29.1
+Version: 0.2.30
Date: $Date$
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Romain Francois, Dirk Eddelbuettel and Doug Bates <RcppArmadillo-authors at r-enthusiasts.com>
Modified: pkg/RcppArmadillo/inst/NEWS
===================================================================
--- pkg/RcppArmadillo/inst/NEWS 2011-11-17 14:10:00 UTC (rev 3381)
+++ pkg/RcppArmadillo/inst/NEWS 2011-11-17 14:34:02 UTC (rev 3382)
@@ -1,4 +1,4 @@
-0.2.30 2011-xx-yy
+0.2.30 2011-11-17
o Upgraded to Armadillo test release 2.3.91 "Loco Lounge Lizard (Beta 1)"
More information about the Rcpp-commits
mailing list