Skip to content

Commit

Permalink
DOC: Add release notes for PR 498, functionals.
Browse files Browse the repository at this point in the history
  • Loading branch information
aringh committed Sep 15, 2016
1 parent e87801e commit c4483c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ New features
- Add ``reset`` to ``SolverCallback`` that resets the callback to its initial state. (:issue:`552`)
- Add ``nonuniform_partition`` utility that creates a partition with non-uniformly spaced points.
This is useful e.g. when the angles of a tomography problem are not exactly uniform.
- Add ``Functional`` class to the solvers package.
``Functional`` is a subclass of odl ``Operator`` and intended to help in formulating and solving optimization problems.
It contains optimization specific features like ``proximal`` and ``convex_conj``, and built-in intelligence for handling things like translation, scaling of argument or scaling of functional. (:pull:498)

Improvements
------------
Expand Down

0 comments on commit c4483c4

Please sign in to comment.