Skip to content

Commit

Permalink
DOC: add release info for proximal interface
Browse files Browse the repository at this point in the history
  • Loading branch information
adler-j committed Aug 17, 2016
1 parent 3ad710f commit 06e2d3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions doc/source/prs.inc
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
.. _PR 491: https://github.com/odlgroup/odl/pull/491
.. _PR 492: https://github.com/odlgroup/odl/pull/492
.. _PR 493: https://github.com/odlgroup/odl/pull/493
.. _PR 494: https://github.com/odlgroup/odl/pull/494
.. _PR 495: https://github.com/odlgroup/odl/pull/495
.. _PR 500: https://github.com/odlgroup/odl/pull/500
.. _PR 502: https://github.com/odlgroup/odl/pull/502
7 changes: 3 additions & 4 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ Next release

New features
------------
- First implementation of a deformation model based on linearized deformations using displacement
vector fields. (`PR 488`)
- Add option to interface with ProxImaL solvers using ODL operators. (`PR 494`)

ODL 0.3.1 Release Notes (2016-08-15)
====================================
Expand All @@ -23,7 +22,7 @@ splitting.

New features
------------
- New solvers based on the Douglas-Rachford and forward-backward splitting schemes. (`PR 478`_,
- New solvers based on the Douglas-Rachford and forward-backward splitting schemes. (`PR 478`_,
`PR 480`_)
- ``NormOperator`` and ``DistOperator`` added. (`PR 487`_)
- Single-element ``NtuplesBase`` vectors can now be converted to ``float``, ``complex`` etc.
Expand All @@ -38,7 +37,7 @@ Improvements
(`PR 489`_, `PR 482`_, `PR 491`_)
- Clearer separation between attributes that are intended as part of the subclassing API and those
that are not. (`PR 471`_)
- Chambolle-Pock solver accepts also non-linear operators and has better documentation now.
- Chambolle-Pock solver accepts also non-linear operators and has better documentation now.
(`PR 490`_)
- Clean-up of imports. (`PR 492`_)
- All solvers now check that the given start value ``x`` is in ``op.domain``. (`PR 502`_)
Expand Down

0 comments on commit 06e2d3f

Please sign in to comment.