Skip to content

Commit ecf1034

Browse files
committed
Version 3.5.0
1 parent e012406 commit ecf1034

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schemaVersion": 1,
33
"label": "GitHub",
4-
"message": "3.4.1",
4+
"message": "3.5.0",
55
"color": "blue"
66
}

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: grpreg
22
Title: Regularization Paths for Regression Models with Grouped Covariates
3-
Version: 3.4.1
4-
Date: 2024-09-02
3+
Version: 3.5.0
4+
Date: 2024-09-03
55
Authors@R: c(
66
person("Patrick", "Breheny", role=c("aut","cre"), email="[email protected]", comment=c(ORCID="0000-0002-0650-1119")),
77
person("Yaohui", "Zeng", role="ctb"),

NEWS.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
# grpreg 3.4.1 (2024-09-02)
1+
# grpreg 3.5.0 (2024-09-03)
2+
* Changed: grpreg()$loss is no longer returned
3+
* New: plot_spline() now has "add" option so that splines can be added to existing plot
4+
* Fixed: Loss/deviance now used consistently throughout; see #52
25
* Fixed: Fixed some broken URLs
6+
* Fixed: Fixed bug in which mean was added twice for cv.grpreg()
7+
* Fixed: Bug in which SNR could be infinite
8+
* Fixed: Passing seed no longer affects global environment
9+
* Fixed: cv.grpsurv() now sets default group if not supplied
10+
* Fixed: No more error if response is constant; see #46
11+
* Fixed: No more error if single lambda supplied
312
* Internal: Updated citation format to bibentry()
413
* Internal: Now using R_Calloc for _R_USE_STRICT_R_HEADERS_ compatibility
14+
* Documentation: Now using roxygen
15+
* Documentation: Updated online documentation on penalties
516

617
# grpreg 3.4.0 (2021-07-22)
718
* New: Suite of tools for additive modeling, most notably expand_spline()

0 commit comments

Comments
 (0)