Skip to content

Commit c781394

Browse files
committed
add news for v0.1.1
1 parent 795d293 commit c781394

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

NEWS.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# grasps 0.1.1
2+
3+
+ Added function `plot.adjmat()`.
4+
+ Added function `prec_to_adj()`.
5+
+ Use `d` instead of `p` to denote the dimension.
6+
+ Revised the estimator expression in the vignette.
7+
+ Added NEWS file to record the changelog.
8+
19
# grasps 0.1.0
210

311
+ Initial release of the grasps package.
@@ -7,4 +15,5 @@
715
- Supports element-wise sparsity and group-wise shrinkage.
816
- Includes both convex and non-convex penalties (e.g., adaptive lasso, SCAD, MCP).
917
- Provides model selection tools (e.g., CV, EBIC, HBIC).
10-
+ Designed for applications where variables exhibit grouped or modular relationships (e.g., brain networks, biological pathways).
18+
+ Designed for applications where variables exhibit grouped or modular
19+
relationships (e.g., brain networks, biological pathways).

0 commit comments

Comments
 (0)