simlandr
Potential landscape tooling settling onto standard R generics after two rounds of renaming.
A side-by-side editorial comparison of fastglm and STACAS — release velocity, themes, recent moves, and the top alternatives to consider.
A fast GLM solver stops being one function and becomes a count-model family
fastglm ran C++ IRLS for standard generalized linear models for six years with almost no releases. In May 2026 it added three top-level model types — negative binomial with jointly estimated dispersion, hurdle, and zero-inflated — each with the entire fitting driver in C++ rather than an R loop around a C++ kernel. The following release generalised Firth bias reduction to every standard family across dense, sparse and streaming backends.
Single-cell batch correction that learned to use cell labels, then spent three releases chasing Seurat.
STACAS integrates single-cell RNA-seq datasets by finding and weighting anchors between them, with rPCA-distance-based downweighting and an optional semi-supervised mode that uses cell type labels to discard inconsistent anchors. IntegrateData.STACAS() performs the integration natively rather than handing off, and StandardizeGeneSymbols() normalises gene naming across datasets before anchors are computed.
fastglm ran C++ IRLS for standard generalized linear models for six years with almost no releases. In May 2026 it added three top-level model types — negative binomial with jointly estimated dispersion, hurdle, and zero-inflated — each with the entire fitting driver in C++ rather than an R loop around a C++ kernel. The following release generalised Firth bias reduction to every standard family across dense, sparse and streaming backends.
The package changed what it is. Through 0.0.3 it was a drop-in replacement for glm() competing on speed; from 0.1.0 it targets the models people leave base R for — MASS::glm.nb, pscl::hurdle, pscl::zeroinfl — and reimplements their full estimation loops natively. The 0.1.1 follow-up is consolidation on that new surface: Firth generalised past binomial logit, SQUAREM acceleration on the zero-inflation EM driver, and a run of clamping guards and initialization fixes on the families most prone to overflow.
The numerical-stability work in 0.1.1 clusters on Tweedie and the inverse and sqrt link families, which suggests those paths are the newest and least exercised — expect further correctness fixes there before new model types.
STACAS integrates single-cell RNA-seq datasets by finding and weighting anchors between them, with rPCA-distance-based downweighting and an optional semi-supervised mode that uses cell type labels to discard inconsistent anchors. IntegrateData.STACAS() performs the integration natively rather than handing off, and StandardizeGeneSymbols() normalises gene naming across datasets before anchors are computed.
The method work concentrated in version 2.0 and has been stable since; everything after is Seurat compatibility and operational robustness. Versions 2.1.1 through 2.3.0 track Seurat v5 assays, v3-to-v5 conversion, multi-layer objects and SCT normalisation, with the genuinely useful additions — a reference seed dataset, max.seed.datasets for large-scale integration, min.sample.size — arriving as side effects of that work. The package is from the same lab as GeneNMF, and its release rhythm follows the single-cell ecosystem's upstream churn rather than an internal roadmap.
Expect the next release to follow further Seurat object-model changes, which have driven the last three. Nothing in the entries indicates new anchor-scoring or correction methodology in progress.
Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either fastglm or STACAS.
Potential landscape tooling settling onto standard R generics after two rounds of renaming.
SEM reporting helpers converging on APA output, one CRAN resubmission at a time.
A raster-to-terra migration is the only readable change in a feed of merge notes.
A nycflights13 generator whose recent work is all about the data being right.
Conditional density and log-likelihood fill out a vine copula regression package.
A drop-in string API for base R, kept alive by upstream check failures.
See all fastglm alternatives → · See all STACAS alternatives →
Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.
Both compete on the same themes — r-package — within Analytics. fastglm and STACAS are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.
Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. fastglm and STACAS are shipping at a similar cadence (velocity 0.0 vs 0.0, both within Sparkpulse's "active" band). For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.
Top fastglm alternatives in Analytics are ranked by recent ship velocity. Browse the "fastglm alternatives" section above for the current picks, or visit /alternatives/fastglm for the full list with editorial commentary on each.
Top STACAS alternatives in Analytics are ranked by recent ship velocity. Browse the "STACAS alternatives" section above for the current picks, or visit /alternatives/stacas for the full list with editorial commentary on each.