Skip to content

Commit

Permalink
Merge pull request #169 from mrava87/release-0.8.0
Browse files Browse the repository at this point in the history
minor: prepare for v0.8.0 release
  • Loading branch information
mrava87 authored Mar 11, 2024
2 parents 4f52b0b + 3223f39 commit 3be6267
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.8.0

* Added ``pyproximal.projection.L01BallProj`` and ``pyproximal.proximal.L01Ball`` operators
* Added ``eta`` to ``pyproximal.optimization.primal.ProximalGradient``
* Added ``eta`` and ``weights`` to ``pyproximal.optimization.primal.GeneralizedProximalGradient``
* Allow ``eta`` to ``pyproximal.optimization.primal.ProximalGradient`` to have iteration-dependent ``epsg``
* Switched from ``lsqr`` to ``cg`` in ``pyproximal.projection.AffineSetProj``

# 0.7.0

* Added ``pyproximal.proximal.RelaxedMumfordShah`` operator
Expand Down
13 changes: 12 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
Changelog
=========

Version 0.8.0
--------------
*Released on: 11/03/2024*

* Added :py:class:`pyproximal.projection.L01BallProj` and :py:class:`pyproximal.proximal.L01Ball` operators
* Added ``eta`` to :py:func:`pyproximal.optimization.primal.ProximalGradient`
* Added ``eta`` and ``weights`` to :py:func:`pyproximal.optimization.primal.GeneralizedProximalGradient`
* Allow ``eta`` to :py:func:`pyproximal.optimization.primal.ProximalGradient` to have iteration-dependent ``epsg``
* Switched from ``lsqr`` to ``cg`` in :py:func:`pyproximal.projection.AffineSetProj`


Version 0.7.0
--------------
*Released on: 10/11/2023*
Expand Down Expand Up @@ -34,7 +45,7 @@ Version 0.5.0
|:vertical_traffic_light:| |:vertical_traffic_light:|

* Added :py:class:`pyproximal.proximal.Log1` operator
* Allow ``radius`` parameter of :py:func:`pyproximal.optimization.primal.L0` to be a function
* Allow ``radius`` parameter of :py:func:`pyproximal.proximal.L0` to be a function
* Allow ``tau`` parameter of :py:func:`pyproximal.optimization.primal.HQS` to be a vector
and change over iterations
* Added ``z0`` to :py:func:`pyproximal.optimization.primal.HQS`
Expand Down

0 comments on commit 3be6267

Please sign in to comment.