
	CHANGES IN lgcp VERSION 1.2
	
	
SIGNIFICANT USER-VISIBLE CHANGES
   
    o Note there is no lgcp version 1.1, although there is a version 1.01, which is apparently the same thing.

    o The function fftinterpolate.fromXYZ, now uses functions from the raster package to perform interpolation.
    
    o Cell inculsion is now by default via grid cells touching the observation window, rather than via centroids.

BUG FIXES   	

    o Since cell inclusion is now via cells touching the observation window, this should fix the issue of points being `lost due to discretisation', as noted in the package vignette. Users of previous versions of the package should note that the old functionality can be regained by setting "inclusion='centroid'" in the call to lgcpPredict for instance.
    
    o There was a bug in the method raster.lgcpgrid, this has now been fixed.

OTHER CHANGES

    o interpolation of a spatialAtRisk object onto the computational grid is now via functions from the raster package.
