Skip to content

Commit 2b40b1a

Browse files
authored
REL release 0.4 (#285)
1 parent 1a5ddc8 commit 2b40b1a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/changes/0.4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _changes_0_4:
22

3-
Version 0.4 (in progress)
3+
Version 0.4 (2023/04/08)
44
-------------------------
55
- Add :ref:`GroupLasso Estimator <skglm.GroupLasso>` (PR: :gh:`228`)
66
- Add support and tutorial for positive coefficients to :ref:`Group Lasso Penalty <skglm.penalties.WeightedGroupL2>` (PR: :gh:`221`)

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ doc = [
5555
"furo",
5656
"lifelines",
5757
]
58+
59+
60+
[tool.setuptools]
61+
license-files = []

skglm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.4dev'
1+
__version__ = '0.4'
22

33
from skglm.estimators import ( # noqa F401
44
Lasso, WeightedLasso, ElasticNet, MCPRegression, MultiTaskLasso, LinearSVC,

0 commit comments

Comments
 (0)