[Rcpp-commits] r3361 - in pkg/RcppArmadillo: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 15 03:01:37 CET 2011
Author: edd
Date: 2011-11-15 03:01:37 +0100 (Tue, 15 Nov 2011)
New Revision: 3361
Modified:
pkg/RcppArmadillo/ChangeLog
pkg/RcppArmadillo/DESCRIPTION
pkg/RcppArmadillo/inst/NEWS
Log:
updates related to Armadillo 2.3.91
Modified: pkg/RcppArmadillo/ChangeLog
===================================================================
--- pkg/RcppArmadillo/ChangeLog 2011-11-15 01:56:16 UTC (rev 3360)
+++ pkg/RcppArmadillo/ChangeLog 2011-11-15 02:01:37 UTC (rev 3361)
@@ -1,3 +1,7 @@
+2011-11-14 Dirk Eddelbuettel <edd at debian.org>
+
+ * inst/include/*: Upgraded to new test release 2.3.91 of Armadillo
+
2011-09-01 Dirk Eddelbuettel <edd at debian.org>
* DESCRIPTION: Release 0.2.29
Modified: pkg/RcppArmadillo/DESCRIPTION
===================================================================
--- pkg/RcppArmadillo/DESCRIPTION 2011-11-15 01:56:16 UTC (rev 3360)
+++ pkg/RcppArmadillo/DESCRIPTION 2011-11-15 02:01:37 UTC (rev 3361)
@@ -1,7 +1,7 @@
Package: RcppArmadillo
Type: Package
Title: Rcpp integration for Armadillo templated linear algebra library
-Version: 0.2.29
+Version: 0.2.29.1
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-15 01:56:16 UTC (rev 3360)
+++ pkg/RcppArmadillo/inst/NEWS 2011-11-15 02:01:37 UTC (rev 3361)
@@ -1,3 +1,18 @@
+0.2.30 2011-xx-yy
+
+ o Upgraded to Armadillo test release 2.3.91 "Loco Lounge Lizard (Beta 1)"
+
+ * added shorter forms of transposes: .t() and .st()
+ * added optional use of 64 bit indices, allowing matrices to have
+ more than 4 billion elements
+ * added experimental support for C++11 initialiser lists
+ * faster pinv()
+ * faster inplace transpose
+ * bugfixes for handling expressions with aliasing and submatrices
+ * refactored code to eliminate warnings when using the Clang C++
+ compiler
+ * .print_trans() and .raw_print_trans() are deprecated
+
0.2.29 2011-09-01
o Upgraded to Armadillo release 2.2.3
More information about the Rcpp-commits
mailing list