Skip to content

Commit

Permalink
Update NEWS and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
const-ae committed Jun 12, 2024
1 parent 5fb22f7 commit fda86ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3762-068X")),
person("Nathan", "Lubock", email="[email protected]", role = "ctb",
Expand Down
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fda86ee

Please sign in to comment.