File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # 0.8.0
2+
3+ * Added `` pyproximal.projection.L01BallProj `` and `` pyproximal.proximal.L01Ball `` operators
4+ * Added `` eta `` to `` pyproximal.optimization.primal.ProximalGradient ``
5+ * Added `` eta `` and `` weights `` to `` pyproximal.optimization.primal.GeneralizedProximalGradient ``
6+ * Allow `` eta `` to `` pyproximal.optimization.primal.ProximalGradient `` to have iteration-dependent `` epsg ``
7+ * Switched from `` lsqr `` to `` cg `` in `` pyproximal.projection.AffineSetProj ``
8+
19# 0.7.0
210
311* Added `` pyproximal.proximal.RelaxedMumfordShah `` operator
Original file line number Diff line number Diff line change 33Changelog
44=========
55
6+ Version 0.8.0
7+ --------------
8+ *Released on: 11/03/2024 *
9+
10+ * Added :py:class: `pyproximal.projection.L01BallProj ` and :py:class: `pyproximal.proximal.L01Ball ` operators
11+ * Added ``eta `` to :py:func: `pyproximal.optimization.primal.ProximalGradient `
12+ * Added ``eta `` and ``weights `` to :py:func: `pyproximal.optimization.primal.GeneralizedProximalGradient `
13+ * Allow ``eta `` to :py:func: `pyproximal.optimization.primal.ProximalGradient ` to have iteration-dependent ``epsg ``
14+ * Switched from ``lsqr `` to ``cg `` in :py:func: `pyproximal.projection.AffineSetProj `
15+
16+
617Version 0.7.0
718--------------
819*Released on: 10/11/2023 *
@@ -34,7 +45,7 @@ Version 0.5.0
3445|:vertical_traffic_light: | |:vertical_traffic_light: |
3546
3647* Added :py:class: `pyproximal.proximal.Log1 ` operator
37- * Allow ``radius `` parameter of :py:func: `pyproximal.optimization.primal .L0 ` to be a function
48+ * Allow ``radius `` parameter of :py:func: `pyproximal.proximal .L0 ` to be a function
3849* Allow ``tau `` parameter of :py:func: `pyproximal.optimization.primal.HQS ` to be a vector
3950 and change over iterations
4051* Added ``z0 `` to :py:func: `pyproximal.optimization.primal.HQS `
You can’t perform that action at this time.
0 commit comments