Skip to content

Commit

Permalink
Version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pbreheny committed Jun 10, 2020
1 parent 930803b commit c41e018
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2.2.3",
"message": "3.3.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.2.2.3
Date: 2020-06-09
Version: 3.3.0
Date: 2020-06-10
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
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# ncvreg 3.2.2 (2020-02-14)
# grpreg 3.3.0 (2020-06-10)
* Fixed: sqrt(K) no longer hard-coded into discarding rules (thank you to Dan
Kessler for pointing this out)
* Testing: Now uses the tinytest package
* Documentation: Removing references to grpregOverlap (hope to merge)

# grpreg 3.2.2 (2020-02-14)
* Change: Better error detection for ill-conditioned, unpenalized matrices
* Fixed: loss.grpsurv now works for total=FALSE
* Internal: Lots of internal changes for cleaner, more reliable code
Expand Down

0 comments on commit c41e018

Please sign in to comment.