Version 0.3-6 (2014-10-16)

    o Changes on "h.cv.bin.data" and "hcv.data" (improved calculations, 
      'warn' parameter added, ...).

    o Changed the default value of "hat.bin" argument to TRUE in "locpol.svar.bin",
      "np.svar", "np.svariso" and "np.svariso.corr" (to allow for the computation 
      of approximated estimation variances, e.g. in fitsvar.sb.iso).

    o Changes on "fitsvar.sb.iso" ('min.contrib', 'gstat' -> 'linear' method, ...).
    

Version 0.3-5 (2014-08-10)

    o Added "plot()" S3 methods for "svar.bin" and "np.svar" classes.

    o Updated demos 'aquifer' and 'variogram'.
    
    o "simage.default()" calls "box()" to avoid overplotting of the axis lines.

    o Minor changes on FORTRAN routines "set_bin_den", set_grid_bin ('grid_module.f90') 
      and "lp" ('lp_module.f90') to avoid problems with large covariate/coordinate values.
      Warning: there may be differences with estimates computed with older versions.

    o Minor changes on FORTRAN routine "predict_locpol_bin" (in 'lp_module.f90') 
      to allow for extrapolations (e.g. near the grid border).
      

      
Version 0.3-4 (2014-05-05)

    o Minor changes on "fitsvar.sb.iso", now returns an object of class "fitsvar" 
      (and inherits "sb.iso").

    o Added "plot()" S3 methods for "np.den" and "fitsvar" classes.

    o Added "hot.colors()" (and ".rev.colorRampPalette()").

    o Added "cpu.time()" and ".cpu.time.ini()" ('npsp-internals').

    o Updated demo 'aquifer'.
    

Version 0.3-3 (2014-04-04)

    o Added "as.bin.data" generic function.
    
    o Minor changes on "spersp.default" and "simage.default" to allow for 
      non matrix arguments (of appropriate length) 'z' and 's' respectively.      
    
    o Minor changes on FORTRAN routine "lp" (in 'lp_module.f90') to avoid potential 
      problems with memory allocation in case of error ('there is not enough data 
      in neighborhoods').
      

Version 0.3-2 (2014-03-24)

    o Updated demo 'aquifer' (illustrating the use of "np.svariso.corr()").

    o Minor changes on "bin.data", "locpol.bin", "svar.bin" and "np.svar" to
      allow for a dim attribute in argument 'y'.  

    o Minor changes on "disc.sb()" (computation of the discretization nodes when 'dk = 0').

    o Fixed bug (when 'degree = 0') in fortran subroutine "lp" ("lp_module.f90").


Version 0.3-1 (2014-03-16)

    o Added "splot()", "scolor()" and "jet.colors()"
      (utilities for plotting with a color scale). 

    o Added "spoints()", "spersp()" and "simage()" S3 generic functions (and methods).

    o Added "persp()" and "image()" S3 methods for class "data.grid".
    
    o Changes on package demos (to not depend on package 'fields' for graphic display).

    o Updated documentation ('aquifer', 'earthquakes', 'locpol', 'binning', 'h.cv', ...).
    

Version 0.3-0 (2014-03-03)

    o Added "np.svariso.corr()" function (nonparametric bias-corrected variogram 
      estimation under non-constant trend). 
      
    o Renamed "svarisonp()" and "svarisohcv()" to "np.svariso()" and "np.svariso.hcv()"
      respectively.  
       
    o Minor changes on "np.svariso.hcv()".  
    
    o Improvements in the computation of the optimal bandwidth with the "GCV" criterion
      for dependent data ("h.cv()" and "hcv.data()" functions). 

    o Updated documentation of "np.svar", "locpol" and "binning".


Version 0.2-5 (2014-20-01)

    o Added "varcov()" S3 generic function (and methods).  

    o Changes on "covar()" (it is now an S3 generic function).  

    o Changes on "svarmod()" and "svarmod.sb.iso()" 
      ("type" specifies a subclass of "svarmod").
      
    o Minor bug fixes in "h.cv()" and "hcv.data()" (to ensure binning/data hat 
      matrix computation when needed).


Version 0.2-4 (2013-11-01)

    o Added "aquifer" package demo.
    
    o "NAMESPACE" file is now automatically generated by "roxygen2".

    o Changed dependency on package "quadprog" from "Depends" to "Imports".

    o Changes on Fortran code to conform to the Fortran 90/95 standard 
      (CRAN policy requirement). The implementation of additional grid types is
      postponed until Fortran compilers used at CRAN (specially in the case of 
      Mac OS X) support the required Fortran 2003 features (mainly type-bound 
      procedures).
      
    o Added explicit dependencies to src/Makevars to allow parallel make.


Version 0.2-3 (2013-10-19)

    o Changed the default value of "hat.bin" argument to FALSE in "locpol" and 
      "predict.locpol.bin".
         
    o Added a default value for "maxlag" argument in "svar.bin", "svariso", 
      "np.svar", "svarisonp" and "svarisohcv".
         
    o Changed the default value of "nx" argument in "fitsvar.sb.iso" 
      to avoid "Error in solve.QP(Dmat, dvec, Amat, bvec) :
      matrix D in quadratic function is not positive definite!".
      
    o Updated documentation.
     

Version 0.2-2 (2013-10-15)

    o Added "bin.den" S3 class and methods and "as.bin.den" generic function.   

    o Added "np.den" S3 class and generic function.  
    
    o Added "locpol.bin.den" (alias of "np.den.bin.den") and "h.cv.bin.den" methods. 
    
    o Added "earthquakes" and "aquifer" data sets.
    
    o Added a "dimnames" argument to "grid.par" function 
      (constructor of the class of the same name).
    
    o Minor changes on "binning()" and "interp.data.grid()".


Version 0.2-1 (2013-09-12)

    o Completed the package documentation (using "roxygen2").

    o Changes on "svarmod", added "svarmodels" ("svarmod.R").

    o Changes on "as.variomodel" and "as.vgm" ("npsp-geoR.R" and "npsp-gstat.R", 
      interoperability with geoR and gstat, respectively).

    o Some minor changes to pass (for the first time) R CMD check without notes or warnings
      (".onLoad" -> ".onAttach", ...).


Version 0.2-0 (2013-06-25)

    o Major changes in R functions "locpol.default", "locpol.bin.data" and "svarisonp":
    
        - Added a new option to set the degree of the local polynomial used.
        
        - Added a new option to compute (partial) derivative estimates.
        
        - Added an option to enable/disable binning hat matrix computation.   

    o Added an option to enable/disable data hat matrix computation in "predict.locpol.bin".    

    o Major changes in fortran code ("lp_module.f90", "svar_module.f90", "linreg_module.f90"):
    
        - Weighted linear regression allows for rank-deficient matrices 
          ("DGELSYR" fortran routine, a modification of LAPACK "DGELSY"). 

        - New functionalities (degree, derivatives,...)
        
        - Changes on Fortran-R interfaces.
    

Version 0.1-8 (2013-04-01)

    o Added "svarmod" and "sb.iso" (extends "svarmod")
      S3 classes and methods.  

    o Added "svar()" S3 generic and "covar()" functions.  

    o Added "fitsvar.sb.iso()", "kappa.sb()" and "disc.sb()" functions.  

    o Added "as.vgm()" S3 generic (interoperability with gstat).  
    

Version 0.1-7 (2013-02-19)

    o Added "h.cv.bin()" and "h.cv()" functions (EXPERIMENTAL).  
    
    o Changes on "locpolhcv()" and "svarisohcv()".

    o Changes on "predict.locpol.bin()" (new fortran code). 
    
      
Version 0.1-6 (2012-10-24)

    o Added "predict.locpol.bin()" and S3 generic function "interp()" ("interp.grid.par()" 
      and "interp.data.grid()" methods).  

    o Changes on R-Fortran interfaces (parameters for type(grid_bin) :: bin, 
      "lp_raw" replaces "est_bin", ...).
      

Version 0.1-5 (2012-09-19)

    o Added "hopt.cv()", "locpolhcv()" and "svarisohcv()" functions (EXPERIMENTAL).  

    o Changes on FORTRAN and R code to handle missing values (EXPERIMENTAL)
      (NA's on input & output).
      
    o "binning()" is again a standard function (interface to the fortran routine "binning").  
     

Version 0.1-4 (2012-09-01)

    o Added "svar.bin" (extends "bin.data"), and "np.svar" (extends "svar.bin")
      S3 classes and methods.  

    o Changes on "svariso()" (returns an object of class "svar.bin", ...).  

    o Added "svarisonp()" and "as.variogram()" S3 generic functions.
      "svarisonp.default" replaces "svarisonp" (interface to the fortran routine "svar_iso_np").   

    o Added "variogram" package demo.


Version 0.1-3 (2012-08-25)

    o Added "grid.par", "data.grid", "bin.data" and "locpol.bin"  
      S3 classes and methods.  

    o Added "coords()" and "coordvalues()" S3 generic functions.  

    o Added "binning()" and "locpol()" S3 generic functions.
      "binning.default" replaces "set_bin" (interface to the fortran routine "set_bin").   
      "locpol.default" replaces "locpolbin" (interface to the fortran routine "est_bin").   

    o Added "locpol.bin.data()" (interface to the fortran routine "lp_bin").

    o Added "datagrid", "binning" and "locpol" package demos.
      
    
Version 0.1-2 (2012-08-20)

    o Added "svarisonp()" (interface to the fortran routine "svar_iso_np").

    o Added "svariso()" (interface to the fortran routine "svar_iso_bin").

    o Added "as.variogram.svariso()" (interoperability with geoR).
       
    
Version 0.1-1 (2012-06-01)

    o Added a package demo.
    
    o Added "npsp-geoR.R" (interoperability with geoR).

    o Some minor changes (output "set_bin" and "locpolbin", "onLoad",...).


Version 0.1-0 (2012-04-17): initial version in package form.
    