File tree Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Expand file tree Collapse file tree 2 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1+ # 0.5.0
2+ * Added `` pyproximal.proximal.Log1 `` operator
3+ * Allow `` radius `` parameter of `` pyproximal.optimization.primal.L0 `` to be a function
4+ * Allow `` tau `` parameter of `` pyproximal.optimization.primal.HQS `` to be a vector
5+ and change over iterations
6+ * Added `` z0 `` to `` pyproximal.optimization.primal.HQS ``
7+ * Added `` factorize `` option to `` densesolver `` of `` pyproximal.proximal.L2 ``
8+
19# 0.4.0
210* Added `` pyproximal.optimization.primal.ADMML2 `` ,
3- `` pyproximal.optimization.primal.HQS ` ` ,
11+ ` pyproximal.optimization.primal.HQS ` ,
412 and `` pyproximal.optimization.pnp.PlugAndPlay `` solvers
513* Added `` pyproximal.proximal.ETP `` , `` pyproximal.proximal.Geman `` ,
6- `` pyproximal.proximal.L0 `` , `` pyproximal.proximal.Log `` ,
14+ `` pyproximal.proximal.L0`, `` pyproximal.proximal.Log``,
715 `` pyproximal.proximal.QuadraticEnvelopeCard `` , `` pyproximal.proximal.SCAD ``
816 operators.
9- * Allow ` tau ` parameter of proximal operators to be a vector to handle problems with
17+ * Allow `` tau ` ` parameter of proximal operators to be a vector to handle problems with
1018 multiple right-hand sides.
1119
1220# 0.3.0
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ Version 0.5.0
7+ --------------
8+ *Released on: 20/08/2022 *
9+
10+ * Added :py:class: `pyproximal.proximal.Log1 ` operator
11+ * Allow ``radius `` parameter of :py:class: `pyproximal.optimization.primal.L0 ` to be a function
12+ * Allow ``tau `` parameter of :py:class: `pyproximal.optimization.primal.HQS ` to be a vector
13+ and change over iterations
14+ * Added ``z0 `` to :py:class: `pyproximal.optimization.primal.HQS `
15+ * Added ``factorize `` option to ``densesolver `` of :py:class: `pyproximal.proximal.L2 `
16+
617Version 0.4.0
718--------------
819*Released on: 05/06/2022 *
@@ -14,7 +25,7 @@ Version 0.4.0
1425 :py:class: `pyproximal.proximal.L0 `, :py:class: `pyproximal.proximal.Log `,
1526 :py:class: `pyproximal.proximal.QuadraticEnvelopeCard `, :py:class: `pyproximal.proximal.SCAD `
1627 operators.
17- * Allow `tau ` parameter of proximal operators to be a vector to handle problems with
28+ * Allow `` tau ` ` parameter of proximal operators to be a vector to handle problems with
1829 multiple right-hand sides.
1930
2031Version 0.3.0
You can’t perform that action at this time.
0 commit comments