#Changes

#0.5.0	Cleaned the arguments for kriging functions.  Added functions related to contour
        lines.  Added rcondnorm to simulate from multivariate normal distribution
	conditional on observed data.

#0.4.3	Changed krige.uk to pure R (with little change in speed).  Updated distance
	functions to reference namespace to improve compatibility with old versions of R.

#0.4.2	Removed rcondsim and condsim.par functions.  Removed ability to return weight
	matrix from krige.uk, krige.ok, krige.sk.

#0.4.1	Added check on rcondsim arguments.  Fixed small bug in maxlik.cov.st.

#0.4.0	Added rcondsim to simulate from conditional distribution.
	Added ability to simulate from conditional distribution
	in krige.sk, krige.ok, and krige.uk.

#0.3.5
	Fixed bug in krige_ok (cpp version) that cropped up due to 
	some changes related to RcppArmadillo.
	Reorganized cpp, h files for kriging functions.

#0.3.4
	Added coincident function to determine coincident locations.

#0.3.3 
	Added krige.sk function to perform simple kriging.
	Fixed bug in cov.st for separable ar1 process with nugget
	Various corrections in the man files