Skip to content

Commit 27288ed

Browse files
DOC - Update changelog for version 0.5 (#322)
Co-authored-by: Badr MOUFAD <[email protected]>
1 parent 296adf0 commit 27288ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/changes/0.5.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Version 0.5 (in progress)
44
-------------------------
5-
- Add support for fitting an intercept in :ref:`SqrtLasso <skglm.experimental.sqrt_lasso.SqrtLasso>` (PR: :gh:`298`)
6-
- Add experimental :ref:`QuantileHuber <skglm.experimental.quantile_huber.QuantileHuber>` and :ref:`SmoothQuantileRegressor <skglm.experimental.quantile_huber.SmoothQuantileRegressor>` for quantile regression, and an example script (PR: :gh:`312`).
7-
- Add :ref:`GeneralizedLinearEstimatorCV <skglm.cv.GeneralizedLinearEstimatorCV>` for cross-validation with automatic parameter selection for L1 and elastic-net penalties (PR: :gh:`299`)
8-
- Add :class:`skglm.datafits.group.PoissonGroup` datafit for group-structured Poisson regression. (PR: :gh:`317`)
9-
- Add :ref:`GraphicalLasso <skglm.covariance.GraphicalLasso>` for sparse inverse covariance estimation with both primal and dual algorithms
10-
- Add :ref:`AdaptiveGraphicalLasso <skglm.covariance.AdaptiveGraphicalLasso>` for non-convex penalty variations using iterative reweighting strategy
5+
- Add support for fitting an intercept in :ref:`SqrtLasso <skglm.experimental.SqrtLasso>` (PR: :gh:`298`)
6+
- Add experimental :ref:`QuantileHuber <skglm.experimental.QuantileHuber>` and :ref:`SmoothQuantileRegressor <skglm.experimental.SmoothQuantileRegressor>` for quantile regression (PR: :gh:`312`).
7+
- Add :ref:`GeneralizedLinearEstimatorCV <skglm.GeneralizedLinearEstimatorCV>` for cross-validation with automatic parameter selection for L1 and elastic-net penalties (PR: :gh:`299`)
8+
- Add :ref:`PoissonGroup <skglm.datafits.PoissonGroup>` datafit for group-structured Poisson regression (PR: :gh:`317`)
9+
- Add :ref:`GraphicalLasso <skglm.GraphicalLasso>` for sparse inverse covariance estimation with both primal and dual algorithms (PR: :gh:`280`)
10+
- Add :ref:`AdaptiveGraphicalLasso <skglm.AdaptiveGraphicalLasso>` for non-convex penalty variations using iterative reweighting strategy (PR: :gh:`280`)

0 commit comments

Comments
 (0)