From ecf103407c75fbc0c13c995a549d204b12a24083 Mon Sep 17 00:00:00 2001 From: Patrick Breheny Date: Tue, 3 Sep 2024 11:40:00 -0500 Subject: [PATCH] Version 3.5.0 --- .version.json | 2 +- DESCRIPTION | 4 ++-- NEWS.md | 13 ++++++++++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.version.json b/.version.json index f65a75b..bc84a7b 100644 --- a/.version.json +++ b/.version.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, "label": "GitHub", - "message": "3.4.1", + "message": "3.5.0", "color": "blue" } diff --git a/DESCRIPTION b/DESCRIPTION index acebdad..8c1a447 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: grpreg Title: Regularization Paths for Regression Models with Grouped Covariates -Version: 3.4.1 -Date: 2024-09-02 +Version: 3.5.0 +Date: 2024-09-03 Authors@R: c( person("Patrick", "Breheny", role=c("aut","cre"), email="patrick-breheny@uiowa.edu", comment=c(ORCID="0000-0002-0650-1119")), person("Yaohui", "Zeng", role="ctb"), diff --git a/NEWS.md b/NEWS.md index 6c199ed..acfcee5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,18 @@ -# grpreg 3.4.1 (2024-09-02) +# grpreg 3.5.0 (2024-09-03) + * Changed: grpreg()$loss is no longer returned + * New: plot_spline() now has "add" option so that splines can be added to existing plot + * Fixed: Loss/deviance now used consistently throughout; see #52 * Fixed: Fixed some broken URLs + * Fixed: Fixed bug in which mean was added twice for cv.grpreg() + * Fixed: Bug in which SNR could be infinite + * Fixed: Passing seed no longer affects global environment + * Fixed: cv.grpsurv() now sets default group if not supplied + * Fixed: No more error if response is constant; see #46 + * Fixed: No more error if single lambda supplied * Internal: Updated citation format to bibentry() * Internal: Now using R_Calloc for _R_USE_STRICT_R_HEADERS_ compatibility + * Documentation: Now using roxygen + * Documentation: Updated online documentation on penalties # grpreg 3.4.0 (2021-07-22) * New: Suite of tools for additive modeling, most notably expand_spline()