Skip to content

Commit

Permalink
Merge pull request #13 from mrava87/main
Browse files Browse the repository at this point in the history
Prepare for v0.1.0
  • Loading branch information
mrava87 authored Apr 24, 2021
2 parents fdb2a28 + cfd076e commit b2ca375
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.1.0
* Added ``pyproximal.optimization.sr3.SR3`` solver
* Added ``pyproximal.projection.AffineSetProj`` and
``pyproximal.AffineSet`` operators
* Fixed ``pyproximal.Huber`` operator

# 0.0.0
* First official release.

5 changes: 4 additions & 1 deletion docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@
PyProximal API
==============

The Application Programming Interface (API) of PyProx...
The Application Programming Interface (API) of PyProximal is composed of 3 elements:

* *Orthogonal projections*
* *Proximal operators*
* *Solvers*

Orthogonal projections
----------------------
Expand Down
10 changes: 9 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,18 @@
Changelog
=========

Version 0.1.0
--------------
*Released on: 24/04/2020*

* Added :py:class:`pyproximal.optimization.sr3.SR3` solver
* Added :py:class:`pyproximal.projection.AffineSetProj` and
:py:class:`pyproximal.AffineSet` operators
* Fixed :py:class:`pyproximal.Huber` operator


Version 0.0.0
-------------

*Released on: 17/01/2021*

* First official release.

0 comments on commit b2ca375

Please sign in to comment.