Skip to content

Commit

Permalink
CHG: update the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
egpivo committed Jan 16, 2024
1 parent 15c28e5 commit 8d22565
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## QuantRegGLasso 1.0.0 (Release Date: 2024-01-17)
### Overview
In this release, we have deployed the package to CRAN following its standard procedures. The main features of this release include:

- `qrglasso`: This function allows for model quantile regression by adaptively weighted group Lasso.
- `predict`: Generate estimations.
- `plot.qrglasso`: Investigate BIC performance.
- `plot.qrglasso.predict`: Visualize estimations.

- `orthogonize_bspline`: Orthogonalize B-splines using the built-in function `splines::bs`.
---


## QuantRegGLasso 0.5.0 (Release Date: 2024-01-11)
### Overview
- Added a `plot.qrglasso` function for displaying BIC w.r.t. hyperparameters via `qrglasso` object.
Expand Down

0 comments on commit 8d22565

Please sign in to comment.