2010-09-23  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* src/various: some clarifications for the Solaris C++ compiler
	which threw errors on CRAN (e.g. cast integer to double before
	taking the logarithm of a number to avoid overloading ambiguity
	between float and double casting)

2010-09-20  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* data/ozone.RData: Remove UTF8 degree symbol from Fahrenheit unit
	name to avoid a note by R CMD check.

	* inst/CITATION: Input the Statistics and Computing paper instead
	of the technical report here.

	* examples/simulation.R: Add more comments and more sensible
	names.

	* demo/ozone.R: Add more comments and delete save/load-pairs.

	* DESCRIPTION: Add "Hmisc" and "mfp" to suggested packages because
	they are loaded in the ozone demo.

2010-06-18  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* R/transformMfp.R (transformMfp): Fix a bug in this
	transformation function, which lead to incorrect design matrix
	construction when the order of covariates in the mfp object was
	different from the order in the BayesMfp object.

2010-06-17  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Correct prediction methods to use the same shifts of the design
	matrix columns as for the original data.

2010-06-16  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Add a "predictMeans" element to the return value of
	"BmaSamples".

2010-03-03  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Also accept a "main" argument in the plotCurveEstimate functions

2009-12-04  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Add option to restrict the size of the model cache during model
	sampling, to avoid running out of allocatable memory in long model
	sampling chains.

2009-09-30  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Add some documentation to R functions.

	* Clearer structure for src directory, so that all newmat stuff is
	in a separate directory.

2009-09-29  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Upload to R-forge SVN.

2009-09-21  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* Only allow identical FP degrees for the covariates, to ensure
	that the SWITCH always works.
	* Start implementing the new SWITCH move type, which shall guard
	us against bad mixing in data sets with near-collinear covariates.
	* Note that the R CMD check warning for the marked UTF8 character
	is the degree symbol in the labels of the ozone covariates.

2009-09-14  Daniel Sabanés Bové  <daniel.sabanesbove@ifspm.uzh.ch>

	* start cleaning before the next major revisions

2009-02-12  Daniel Sabanes Bove  <daniel.sabanesbove@campus.lmu.de>

	* faster implementation for findModel.

2008-12-26  Daniel Sabanes Bove  <daniel.sabanesbove@campus.lmu.de>

	* test the corrected computation of marginal likelihood (see
	hyperg.cpp).

2008-11-29  Daniel Sabanes Bove  <daniel.sabanesbove@campus.lmu.de>

	* Added flat model prior option as the default prior specification.

2008-10-24  Daniel Sabanes Bove  <daniel.sabanesbove@campus.lmu.de>

	* first version which is tested for the ozone data.

2008-08-22  Daniel Sabanes Bove  <daniel.sabanesbove@campus.lmu.de>

	* copied everything from original BayesMfp package. This shall be
	a seperate implementation for the new methodology with
	hyper-g-prior & Co.

