[Rcpp-commits] r2847 - pkg/RcppArmadillo/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Jan 7 14:07:00 CET 2011
Author: edd
Date: 2011-01-07 14:06:59 +0100 (Fri, 07 Jan 2011)
New Revision: 2847
Modified:
pkg/RcppArmadillo/inst/NEWS
Log:
also update NEWS file for release 0.2.11 with Armadillo 1.1.0
Modified: pkg/RcppArmadillo/inst/NEWS
===================================================================
--- pkg/RcppArmadillo/inst/NEWS 2011-01-07 11:46:34 UTC (rev 2846)
+++ pkg/RcppArmadillo/inst/NEWS 2011-01-07 13:06:59 UTC (rev 2847)
@@ -1,3 +1,16 @@
+0.2.11 2011-01-06
+
+ o Upgraded to Armadillo Version 1.1.0 “Climate Vandal”
+
+ * Extended submatrix views, including access to elements whose
+ indices are specified in a separate vector
+ * Added handling of raw binary files by save/load functions
+ * Added cumsum()
+ * Added interpretation of matrices as triangular via
+ trimatu()/trimatl()
+ * Faster solve(), inv() via explicit handling of triangular matrices
+ * The stream for logging of errors and warnings can now be changed
+
0.2.10 2010-11-25
o Upgraded to Armadillo 1.0.0 "Antipodean Antileech"
More information about the Rcpp-commits
mailing list