Skip to content

Releases: rubenfcasal/npsp

v0.7.14

29 May 17:25
Compare
Choose a tag to compare

npsp 0.7-14 (2024-07-09)

  • Added type argument to bin.den() which allows the computation of
    simple binning weights.

  • Added type argument to binning() and locpol.default(), which allows the computation of
    simple binning weights and averages.

npsp 0.7-13 (2024-02-17)

  • Added useRaster = all(dim(x) > dev.size("px")) argument to image()
    (and simage()) methods for gridded data.

  • Small changes in scr/tql2.f90 (preliminary translation to Fortran 90 of the
    former scr/tql2.f).

npsp 0.7-12 (2023-06-20)

  • Minor changes in locpol() S3 methods (for bin.data, bin.den and svar.bin
    classes) so that the result extends the class of its main argument
    (previously assumed fixed).

  • Small changes in FORTRAN routine besselzeros()
    (DFLOAT replaced by the standard DBLE; CRAN requirement).

npsp 0.7-11 (2023-05-01)

  • Added intermediate argument to np.svariso.corr() which allows
    to return intermediate computations in $kriging output component
    (these calculations can be reused, e.g. for bootstrap).

  • Added verbose argument to np.svariso.corr() to avoid writing info messages
    to the console (it can be disabled even if plot = TRUE).

  • Improved documentation of splot().

npsp 0.7-10

19 Apr 23:53
Compare
Choose a tag to compare

npsp 0.7-10 (2023-04-19)

  • Changes in h.cv.bin.data() when objective == "GCV" to adapt it to the
    heteroscedastic case.
    Warning: there may be differences with selected bandwidths in older versions.

  • Changes in simage(), spersp() and spoints(): former argument graphics.reset
    renamed as reset, and changed the default value to TRUE (to restore user's
    graphical options).

npsp 0.7-9 (2021-05-17)

  • Added some references in the description field of 'DESCRIPTION' file.

  • Avoided the use of options(warn=-1) in h.cv() methods (CRAN requirement).

  • Added on.exit(par(old.par)) in plot.fitgeo() and scattersplot.default()
    to make sure that you the user's options are not changed (CRAN suggestion).

  • Improvements in documentation (added return values, added examples in npden(),
    removed \dontrun{} use and commented code lines in examples...).

npsp 0.7-8

12 May 14:11
Compare
Choose a tag to compare

npsp 0.7-8

  • Renamed the admisible values of the lost parameter in h.cv.svar.bin()
    and np.svariso.hcv().

  • Changed 'NEWS.md' formatting and suppressed the default addition of
    CRAN release dates (pkgdown).

  • Updated 'npsp.Rmd' vignette.

npsp 0.7-7

  • Added mask.window component to data.grid class.

  • Added new window parameter to data.grid(), bining(),
    np.fitgeo.default() and mask() methods.

  • Minor changes in FORTRAN code (to avoid rank mismatch in 'dsytrfi.f90',
    flagged with an error in gfortran 10; CRAN policy requirement).

npsp 0.7-6

  • Added parameter xlim = NULL in variogram plot methods
    (plot.fitsvar(), plot.svar.bin() and plot.np.svar()).

  • np.kriging() methods now recompute residuals when
    any(ngrid != object$grid$n)).

npsp 0.7-5

01 Jul 10:56
Compare
Choose a tag to compare
  • Updated np.fitgeo() S3 methods.

  • Changes in 'Makevars' to remove module files created by the Fortran compilation.

  • Fixed bug in h.cv.bin.data() (match.arg(objective)).

  • 'README.md' is now generated from 'README.Rmd'.

  • Updated roxygen documentation to avoid warnings.