Skip to content

Commit

Permalink
MNT - bump to version 0.3.2 (#218)
Browse files Browse the repository at this point in the history
* release 0.3.1

* update what's new

* bump version to ``0.3.2dev``

* v0.3 ---> v0.4

* add release date

---------

Co-authored-by: Badr-MOUFAD <[email protected]>
  • Loading branch information
mathurinm and Badr-MOUFAD authored Dec 23, 2023
1 parent 95b48a5 commit ccf0b88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/changes/0.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Version 0.4 (in progress)
-------------------------


Version 0.3.1 (2023/12/21)
--------------------------
- Add support for weights and positive coefficients to :ref:`MCPRegression Estimator <skglm.MCPRegression>` (PR: :gh:`184`)
- Move solver specific computations from ``Datafit.initialize()`` to separate ``Datafit`` methods to ease ``Solver`` - ``Datafit`` compatibility check (PR: :gh:`192`)
- Add :ref:`LogSumPenalty <skglm.penalties.LogSumPenalty>` (PR: :gh:`#127`)
Expand Down
2 changes: 1 addition & 1 deletion skglm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.1dev'
__version__ = '0.3.2dev'

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

0 comments on commit ccf0b88

Please sign in to comment.