Changes in version 0.2.2 (2026-01-20) - Minor change for logo (st_graticule issue) Changes in version 0.2.1 (2025-03-17) - Fixing Rcpp dependencies issues (see !9) Changes in version 0.2.0 (2022-10-24) - Change of maintainer, new authors (november 2022) - Change dfToGrid name (to btb_ptsToGrid) - Allow btb_ptsToGrid to use simple feature points as input - Change kernelSmoothing name (to btb_smooth) - Allow btb_ptsToGrid to use simple feature points as input - New function to link points to their centroid in a grid (btb_add_centroides) - Updates messages when smoothing removed (in RcppLissage.cpp) - Old functions dfToGrid and kernelSmoothing replaced by warnings - Possibility to use Inspire naming for grid cells (with btb_add_inspire function) - Roxygen documentation - testthat compatible tests - New tests - Add vignette - Add pkgdown website Changes in version 0.1.30.3 (2020-06-03) - New CRAN version (last version submitted by Arlindo) Changes in version 0.1.19 - improvement: ckecking if NA exists in coordinates and variables with a loops (faster than anyNA) - improvement: two matrix suppressed in parameters sended to rcppLissage - new function : constituerGrappes - new function : constituerMatriceEffectifs Changes in version 0.1.18 - improvement: kernelSmoothing uses armadillo matrix instead of NumericMatrix Changes in version 0.1.17 - improvement: kernelSmoothing with quantiles splits computation in parallel clusters (with RcppParallel) Changes in version 0.1.16 - improvement: smoothingToGrid uses sf package instead of sp package Changes in version 0.1.15 - improvement: verbose output to console only if fUpdateProgress is not provided. (if provided, the output must be managed by the calling function) - improvement: use of left-value [, "var"] instead of $var Changes in version 0.1.13 - bug fixed: upper boundary of loop for was underestimated when bandwidth > neighbor o cellSize - bug fixed: the offset was wrong when dfCendroids was provided - improving window when looking for cells to send smoothed value - new argument for kernelSmoothing and smoothingToGrid: fUpdateProgress - neighbor argument is 0 if dfCendroids is provided - adding this NEWS file - adding unit tests - encoding in UTF-8 (description file) Changes in version 0.1.3 (2016-10-28) - change c++ library call for solaris compatibility Changes in version 0.1.2 (2016-10-26) - bug fixed: manage missing values - bug fixed: doubles comparison - rename bandwith in bandwidth - improved documentation - improved memory improved (double to int when possible) - kernelSmoothing accept a new argument: dfCentroids - new smoothing mode: mobile quantile - log when na value is found - check if bandwidth > sqrt(cellSize) / 2 - check if x and y are not null - encoding source files in UTF-8 Changes in version 0.1.1 - small bugs correction Changes in version 0.1.0 - kernelSmoothingMedian function Changes in version 0.0.7 (2016-08-10) - initial release of the package