Skip to content

Commit

Permalink
Version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Sep 3, 2024
1 parent e012406 commit ecf1034
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "GitHub",
"message": "3.4.1",
"message": "3.5.0",
"color": "blue"
}
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit ecf1034

Please # to comment.