This file documents software changes since the previous edition.



# npregfast 1.0.1 (2015-11-16)

  * the srand function of the fortran code has been deleted. Now it call the R one.


# npregfast 1.2.0 (2016-02-10)

   * the random numbers generation (for the bootstrap) has been changed reducing the computational time.
  * the plots are now obtained by means of the ggplot2.
  
# npregfast 1.2.1 (2016-02-16)

   * corrected bug at globaltest function (random numbers problem)
   
   
# npregfast 1.3.0 (2016-04-29)

   * the argument smooth has been incorporated to the functions. Users can select now the type of smoother: kernel (by default) or splines.
 