From fda86eed9b205f55a9f365774f2c873694036f56 Mon Sep 17 00:00:00 2001 From: const-ae Date: Wed, 12 Jun 2024 13:16:49 +0200 Subject: [PATCH] Update NEWS and bump version --- DESCRIPTION | 2 +- NEWS | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index e2b8262..0d233a2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: glmGamPoi Type: Package Title: Fit a Gamma-Poisson Generalized Linear Model -Version: 1.17.2 +Version: 1.17.3 Authors@R: c(person("Constantin", "Ahlmann-Eltze", email = "artjom31415@googlemail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X")), person("Nathan", "Lubock", email="lubock.nathan@gmail.com", role = "ctb", diff --git a/NEWS b/NEWS index 3f57810..3c9bc05 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Version 1.17 (2024-05-29) (PR#63, thanks @jackkamm) + `predict` now considers the `ridge_penalty` when calculating the standard errors. ++ Detect if smart subset of MatrixGenerics' `rowMeans2` and `rowSums2` +can be used to speed-up `pseudobulk` calculation. Version 1.15 (2023-11-04) + Fix typo in `quasi_gamma_poisson_shrinkage` example (thanks to @nlubock)