2018-07-16 Paul Smith

FKF V0.1.5
  * Correction of incorrect submission in v0.1.4 of the fix to the
	check.inputs = FALSE example
  * Fixed simmilar ASAN and valgrind error in unit tests
  * Stopped RUnit tests writing files which caused CRAN build errors due
	to directory permissions
	
2018-07-01 Paul Smith

FKF V0.1.4
  * section Maintainer updated
  * Fixed check.inputs = FALSE example which was passing incorrect 
  format variables resulting in ASAN and valgrind errors
  * Moved function documentaion to use roxygen2 for generation 

2014-01-03 Aleksandar Spasojevic

FKF V0.1.2
  * sspir::kfilter reference removed because package 
  sspir has been archived
  * section Maintaner updated since ZHAW - Institute of Data Analysis
  and Process Design is maintaing FKF now

2012-03-20 David Luethi

FKF V0.1.2
	* RUnit added as dependancy

2010-10-17 David Luethi

FKF V0.1.1
	* Error in plot.fkf: Standardized residuals were calculated
	wrongly.
	* plot-method of fkf-objects with type == 'resid.qq' puts the
	number of the variable in the title (main = ...)
	* fkf.Rd, plot.fkf.Rd: Documentation extended, examples added.
	* R unit test added.


2009-09-28 Philipp Erb

FKF V0.1.0
	* NA-values in the vector of response variables yt are now
	supported. In the filter recursions the observation vector yt
	with missing values will be reduced to the vector yt* without
	missing values and the measurement equation will be adjusted
	accordingly.


2009-07-30 David Luethi

FKF V0.0.3
	* c-function 'cfkf': Warning for non-finite 'logDet' or
	'mahalanobis' removed (too verbose as information is contained in
	the output 'status' and also documented). Potential warnings
	occurring in the Cholesky factorization are more informative now.

2009-06-26 David Luethi

FKF V0.0.2
	* Minor corrections in the documentation.
	* Function 'fkf' scans for missing arguments now.


2009-02-10 David Luethi

FKF V0.0.1
	* Release of FKF


2010-12-19 Philipp Erb

FKF V0.1.1
	* Fixed minor inconsistency in input check messages of fkf()
