[Rcpp-commits] r2101 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Sep 12 17:19:06 CEST 2010
Author: edd
Date: 2010-09-12 17:19:06 +0200 (Sun, 12 Sep 2010)
New Revision: 2101
Modified:
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/NEWS
pkg/RcppArmadillo/inst/ChangeLog
Log:
Release 0.2.6 containing Armadillo 0.9.70
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2010-09-11 13:37:01 UTC (rev 2100)
+++ pkg/RcppArmadillo/DESCRIPTION 2010-09-12 15:19:06 UTC (rev 2101)
@@ -1,7 +1,7 @@
Package: RcppArmadillo
Type: Package
Title: Rcpp integration for Armadillo templated linear algebra library
-Version: 0.2.5.2
+Version: 0.2.6
Date: $Date$
Author: Romain Francois, Dirk Eddelbuettel and Doug Bates
Maintainer: Romain, Dirk and Doug <RcppArmadillo-authors at r-enthusiasts.com>
Modified: pkg/RcppArmadillo/NEWS
===================================================================
--- pkg/RcppArmadillo/NEWS 2010-09-11 13:37:01 UTC (rev 2100)
+++ pkg/RcppArmadillo/NEWS 2010-09-12 15:19:06 UTC (rev 2101)
@@ -1,4 +1,4 @@
-0.2.6 (future)
+0.2.6 2010-09-12
o Upgraded to Armadillo 0.9.70 "Subtropical Winter Safari"
Modified: pkg/RcppArmadillo/inst/ChangeLog
===================================================================
--- pkg/RcppArmadillo/inst/ChangeLog 2010-09-11 13:37:01 UTC (rev 2100)
+++ pkg/RcppArmadillo/inst/ChangeLog 2010-09-12 15:19:06 UTC (rev 2101)
@@ -1,3 +1,7 @@
+2010-09-12 Dirk Eddelbuettel <edd at debian.org>
+
+ * DESCRIPTION: Release 0.2.5
+
2010-09-10 Romain Francois <romain at r-enthusiasts.com>
* inst/include/* : update to armadillo 0.9.70
@@ -7,9 +11,9 @@
* inst/include/armadillo_bits/Mat_meat.hpp : not so intrusive patch that allows
RcppArmadillo to add its own Mat constructors
* inst/include/armadillo_bits/Mat_proto.hpp : same
-
+
* inst/include/RcppArmadillo/Mat_proto.h : Mat constructor that takes a sugar
- expression
+ expression
* inst/include/RcppArmadillo/Mat_meat.h : implementation
2010-08-17 Romain Francois <romain at r-enthusiasts.com>
@@ -20,11 +24,13 @@
between Rcpp sugar and armadillo. Defines the Rcpp::forward that allows
forwarding the result of a sugar expression so that it is used in a Mat
constructor. (needs more testing)
-
+
* inst/unitTests/runit.RcppArmadillo.R : initial test for sugar/armadillo
2010-08-04 Dirk Eddelbuettel <edd at debian.org>
+ * DESCRIPTION: Release 0.2.5
+
* Upgraded to Armadillo 0.9.60 "Killer Bush Turkey" with changes:
- More flexible reshape(), allowing significantly different
matrix sizes
More information about the Rcpp-commits
mailing list