Skip to content

Commit 95c41c2

Browse files
committed
Prepare for v0.5.0
1 parent 18504e4 commit 95c41c2

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
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

docs/source/changelog.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
Changelog
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+
617
Version 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

2031
Version 0.3.0

0 commit comments

Comments
 (0)