[Rcpp-devel] [ANN] RcppArmadillo 0.3.0.2

Dirk Eddelbuettel edd at debian.org
Fri Apr 20 15:30:26 CEST 2012


Well it looks like I forgot to announce the RcppArmadillo 0.3.0, and its
first follow-up. So the current version is 0.3.0.2 -- reflecting Conrad's
3.0.2 release.

The NEWS entries since 0.3.0 are below, summarizing the nice changes his new
major release brough:

0.3.0.2 2012-04-19

    o   Upgraded to Armadillo release 3.0.2

    	  * fixes for handling diagonal matrices

    o   Undefine NDEBUG if it has been set (as R does) as this prevents a
        number of useful debugging checks. Users can still define it or
        define ARMA_NO_DEBUG if they want a 'non-development' build

0.3.0.1 2012-04-12

    o   Upgraded to Armadillo release 3.0.1

    	  * fixes for compilation errors
    	  * fixes for potential aliasing issues

0.3.0   2012-04-10

    o   Upgraded to Armadillo release 3.0.0 "Antarctic Chilli Ranch"

    	  * added non-contiguous submatrix views
    	  * added shorthand for inverse: .i()
    	  * added hist() and histc()
    	  * faster repmat()
    	  * faster handling of submatrix views with one row or column 
    	  * faster generation of random numbers
    	  * faster element access in fixed size matrices
    	  * better detection of vector expressions by sum(), cumsum(),
    	    prod(), min(), max(), mean(), median(), stddev(), var() 
    	  * expressions X=A.i()*B and X=inv(A)*B are automatically converted
    	    to X=solve(A,B) 


Dirk

-- 
R/Finance 2012 Conference on May 11 and 12, 2012 at UIC in Chicago, IL
See agenda, registration details and more at http://www.RinFinance.com


More information about the Rcpp-devel mailing list