From 764836f0f2c85fb65f95cf7dfa91b15bb10c0849 Mon Sep 17 00:00:00 2001 From: const-ae Date: Tue, 26 Nov 2024 18:09:00 +0000 Subject: [PATCH] Bump version and update NEWS --- DESCRIPTION | 2 +- NEWS | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4748013..35f7186 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: glmGamPoi Type: Package Title: Fit a Gamma-Poisson Generalized Linear Model -Version: 1.19.0 +Version: 1.19.1 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 3c9bc05..5325a15 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 1.19 (2024-11-26) ++ glmGamPoi is using the new tatami library instead of the old beachmat interface. +These libraries helped to work with different kind of matrices (dense, HDF5-backed). +One important change is that glmGamPoi now requires C++17 (instead of C++14). + Version 1.17 (2024-05-29) + `test_de` can now compute the standard error of the log2-fold change (PR#63, thanks @jackkamm)