GLBFP 0.5.2.9000
- Added
compute_Di()for fixed-grid leave-one-out self-support scores. This function is available only in the GitHub development version and are not part of CRAN 0.5.2. - Added data-frame, summary and plotting methods for
D_idiagnostics, tests against explicit leave-one-out recomputation, and a dedicated vignette. - Linked the single-grid LBFP diagnostic to the accompanying article by Nicosia, Duchesne and Carbon (2026), arXiv:2607.14335.
- Updated package authorship and citation metadata for the GitHub development version.
GLBFP 0.5.1
CRAN release: 2026-06-16
Features
- Added sparse-prefix computation for ASH, LBFP and GLBFP grid-count estimators.
- Added lowercase aliases (
ash(),lbfp(),glbfp()and corresponding grid functions). - Added
as.data.frame()helpers for grid objects. - Added a hexagonal package logo and expanded pkgdown article structure.
- Added test infrastructure (
testthatedition 3) and regression/invariant tests. - Added S3 helpers for
summary()andpredict()on fit/grid objects. - Added two publication-oriented vignettes (introduction and validation).
- Added reproducible benchmark scripts in
benchmarks/and validation helpers ininst/bench. - Added pkgdown and coverage workflows.
- Added citation files (
CITATION.cff,inst/CITATION) andcran-comments.md. - Added pre-R Journal preparation files in
dev/andrjournal-prep/.
Fixes
- Strengthened input validation (finite numeric checks, shape checks, explicit errors).
- Improved numerical robustness in
compute_bi_optim()for near-singular covariance matrices. - Fixed plotting methods for irregular custom grids and metadata handling.
- Fixed broken references in
plot.ASH_estimate(). - Reduced duplicated S3 plotting and printing code through shared internal helpers.