Skip to content

Commit

Permalink
ENH: allow syntax (op, n) in the ProductSpaceOperators, closes #517
Browse files Browse the repository at this point in the history
  • Loading branch information
adler-j committed Aug 29, 2016
1 parent 5b9b602 commit 30ebf4b
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 70 deletions.
5 changes: 5 additions & 0 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Next release
New features
------------
- Add ``ResizingOperator`` for shrinking and extending (padding) of discretized functions, including a variety of padding methods. (:pull:`499`)
<<<<<<< HEAD
- Add ``as_writable_array`` that allows casting arbitrary array-likes to a numpy array and then storing the results later on. This is
intended to be used with odl vectors that may not be stored in numpy format (like cuda vectors), but can be used with other types like lists.
(:pull:`524`)
Expand All @@ -20,6 +21,10 @@ New features
Improvements
------------
- Add intelligence to ``power_method_opnorm`` so it can terminate early by checking if consecutive iterates are close. (:pull:`527`)
=======
- Add ``BroadcastOperator(op, n)``, ``ReductionOperator(op, n)`` and ``DiagonalOperator(op, n)`` syntax.
This is equivalent to ``BroadcastOperator(*([op] * n))`` etc, i.e. create ``n`` copies of the operator.
>>>>>>> ENH: allow syntax (op, n) in the ProductSpaceOperators, closes #517

Changes
--------
Expand Down

0 comments on commit 30ebf4b

Please sign in to comment.