https://github.com/cran/RcppArmadillo
Raw File
Tip revision: 9530f118cefb3a72dbfc35f87abd385e47e85062 authored by Romain Francois, Dirk Eddelbuettel and Doug Bates on 19 February 2011, 09:06:45 UTC
version 0.2.13
Tip revision: 9530f11
ChangeLog
2011-02-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.13

	* inst/include/*: Updated to Armadillo 1.1.4 "Manta Lodge"

2011-02-15  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.12

	* inst/include/*: Updated to Armadillo 1.1.2 "Flood Kayak"

2011-01-06  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.11

	* inst/include/*: Updated to Armadillo 1.1.0 "Climate Vandal"

2010-12-12  Romain Francois <romain@r-enthusiasts.com>

	* R/SHLIB.R: new unexported R function SHLIB, small wrapper around R
	CMD SHLIB

2010-11-25  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.10

	* inst/include/*: Updated to Armadillo 1.0.0 "Antipodean Antileech”

2010-11-19  Dirk Eddelbuettel  <edd@debian.org>

	* R/fastLm.R: Also provide two R-squared measures in summary method

2010-11-19  Romain Francois <romain@r-enthusiasts.com>

	* DESCRIPTION: remove dependency on GNU make

	* R/RcppArmadillo.package.skeleton.R: updated skeleton generator so
	that the dependency on GNU make is removed

2010-11-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.9

	* inst/include/*: Updated to Armadillo 0.9.92 "Wall Street Gangster"

2010-10-16  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.8

	* inst/include/*: Updated to Armadillo 0.9.90 "Water Dragon"

	* NEWS: moved to inst/NEWS so that it gets installed with the package
	* inst/ChangeLog: moved to top-level enabling 'C-x 4 a' lookups

2010-09-25  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.7

2010-09-25  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloWrap.h: Updated for Armadillo 0.9.80

2010-09-21  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/*: Update to Armadillo 0.9.80 "Chihuahua Muncher"

2010-09-12  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.6

2010-09-10  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/* : Update to Armadillo 0.9.70 "Subtropical Winter Safari"

2010-08-18  Romain Francois <romain@r-enthusiasts.com>

	* 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
	* inst/include/RcppArmadillo/Mat_meat.h : implementation

2010-08-17  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloWrap.h : extracted from RcppArmadillo.h

	* inst/include/RcppArmadilloSugar.h : preliminary code to more interoperability
	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@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
	  - Added matrix initialisation via the << operator
	  - Fixes for compilation issues under Mac OS X with GCC 4.2/4.0
	    hybrid

2010-08-03  Romain Francois <romain@r-enthusiasts.com>

	* Upgraded to Armadillo 0.9.58 beta for testing purposes

        * inst/include/armadillo: Reworked so that armadillo_bits/
	  directory can be included as is without minor tweaks to
	  armadillo_bits/config.hpp

2010-07-28  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.4

	* inst/include/armadillo_bits: Added small patch to not use asinh,
	acosh and atanh on win32 as the (older) MinGW compiler cannot cope.
	This problem will go away once R 2.12 is released as it requires
	gcc / g++ 4.5.

2010-07-25  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/* : upgrade to armadillo 0.9.52 "Monkey Wrench"

	* src/fastLm.cpp: Switch from inv() (which now throws a warning on
	(near) singular matrices and returns an empty matrix) to the
	Moore-Penrose pseudo-inverse pinv() which allows us to continue
	the example from the manual page. Of course, for standard use inv() is
	doing the right thing by issueing the warning.

2010-06-14  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.3

2010-06-14  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadilloConfig.h: Addition cconfig helping suncc

2010-06-09  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.2

2010-06-02  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/* : upgrade to armadillo 0.9.10

	* inst/include/* : support for new mtOp and mtGlue, introduced in
	armadillo 0.9.10

2010-05-27  Romain Francois <romain@r-enthusiasts.com>

	* R/flags.R: added RcppArmadillo:::CxxFlags()

2010-05-19  Romain Francois <romain@r-enthusiasts.com>

	* DESCRIPTION: Release 0.2.1

	* src/fastLm.cpp: Rename stderr to std_err

2010-05-18  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.2.0

2010-05-18  Douglas Bates  <bates@stat.wisc.edu>

	* man/fastLm/Rd: Added rank-deficient example to illustrate possible
	problems with fastLmPure() and fastLm()

	* src/fastLm/cpp: Compute sig2 via std::inner_product

2010-05-17  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/*: updated to Armadillo 0.9.8

2010-05-17  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadillo.h: workaround for win64

2010-05-13  Dirk Eddelbuettel  <edd@debian.org>

	* R/fastLm.R: fastLm() is now generic and has a formula interface as
	well as methods for print, summary, predict to behave like a standard
	model fitting function

	* R/fastLm.Rd: Added documentation for new methods

	* src/fastLm.cpp: Small additions to returned parameters to support
	new functionality

2010-05-04  Romain Francois <romain@r-enthusiasts.com>

	* R/RcppArmadillo.package.skeleton.R: new package skeleton function
	similar to Rcpp::Rcpp.package.skeleton but targetting use of
	RcppArmadillo

	* README: removed and promoted to additional documentation in
	?RcppArmadillo

2010-05-03  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/* : updated to armadillo 0.9.6

2010-04-03  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Remove OS_type restriction now that RcppArmadillo
	  includes Armadillo headers, add Doug to Authors and Maintainers

2010-04-03  Douglas Bates  <bates@stat.wisc.edu>

	* inst/include/armadillo: Added the armadillo headers and the
	armadillo_bits directory.  This is from the armadillo sources with
	only the armadillo_bits/config.hpp file modified.

	* configure: and many other configuration files.  Removed the
	foo.in files, modified cleanup not to remove the target files.

2010-03-20  Dirk Eddelbuettel  <edd@debian.org>

	* src/fastLm.cpp: Small fix for Armadillo 0.8.2

2010-03-17  Romain Francois <romain@r-enthusiasts.com>

	* src/fastLm.cpp: added some arma:: prefix

	* src/RcppArmadillo.cpp: update examples to use make_list and showcase
	various ways to use them : Named(.)=., _[.] = , Named( ., . )

2010-03-11  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Release 0.1.0 and initial CRAN upload

2010-03-03  Dirk Eddelbuettel  <edd@debian.org>

	* src/fastLm.cpp: Moved into its own file, some more polish

2010-03-03  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadillo.h: avoid an extra memory copy when
	possible (i.e. in wrap( eGlue) and wrap( eOp ) when the elem_type
	is int or double).

	* inst/include/RcppArmadilloDefines.in.h added the SCALAR macro
	to take care of the 0.9.0 api change

	* src/RcppArmadillo.cpp : fix a runtime error uisng the SCALAR macro

2010-03-02  Dirk Eddelbuettel  <edd@debian.org>

	* src/RcppArmadillo.cpp: Added bare-bones 'fastLm' function
	* R/fastLm.R: Added fastLm R wrapper for C++ fastLm
	* man/fastLm.Rd: Added manual page
	* inst/unitTests/runit.RcppArmadillo.R: Added unit test
	* NAMESPACE: Made fastLm visible

2010-03-02  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadillo.h: support for Armadillo 0.9.*

2010-03-01  Dirk Eddelbuettel  <edd@debian.org>

	* configure.in: Add configure support to test for version 0.9.0

2010-02-23  Romain Francois <romain@r-enthusiasts.com>

	* inst/include/RcppArmadillo.h: support for wrap( arma::Glue )
	and wrap( arma::Op ) enabling wrap()'ing arbitrary expressions
	involving arma::Mat objects, for example wrap( m1 + m2 ), or
	wrap( -m1 )

	* inst/unitTests/runit.RcppArmadillo.R: new unit test for
	wrap( Glue ) and wrap( Op )

2010-02-20  Dirk Eddelbuettel  <edd@debian.org>

	* configure.in: Add configure support to test for presence of
	  'armadillo' header and working 'libarmadillo' library; and
	  a test for version 0.7.0 or higher (for Cube() type)
	* src/Makevars.in: Setup to be filled-in from configure
	* src/RcppArmadilloDefines.h.in: Idem
	* cleanup: Added to remove configure-generated files

	* R/flags.R: Small cleanups

	* src/RcppArmadillo.h: Use the #define ARMA_HAS_CUBE from the
	  autogenerated header, reindent using Emacs' defaults

2010-02-19  Dirk Eddelbuettel  <edd@debian.org>

	* DESCRIPTION: Restrict to 'OS_type: unix' for now,
	  set Date: as an SVN property

2010-02-19  Romain Francois <romain@r-enthusiasts.com>

	* added support for field<T> where T is wrappable

2010-02-17  Romain Francois <romain@r-enthusiasts.com>

	* added support for as<Mat<T>> as<Row<T>> and as<Col<T>>
	with T in : int, double, float, unsigned int

	* added untested support for wrap( Cube<T> )

2010-02-16  Dirk Eddelbuettel  <edd@debian.org>

	* Initial package structure based on first proof-of-concept

2010-02-16  Romain Francois <romain@r-enthusiasts.com>

	* initial version, covering wrap(Mat), wrap(Col), wrap(Row)
back to top