Skip to content

Commit

Permalink
Merge pull request #504 from odlgroup/odl040
Browse files Browse the repository at this point in the history
REL: create 0.4.0 release notes
  • Loading branch information
adler-j authored Aug 17, 2016
2 parents a0f723e + 7862e7f commit 72d5a27
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/guide/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Glossary
\text{prox}_f(v) = \arg\min_x f(x) + (1/2)||x - v||_2^2
proximal is also occationally used instead of ProxImaL, then refering to the proximal
proximal is also occasionally used instead of ProxImaL, then refering to the proximal
modelling language for the solution of convex optimization problems.

proximal factory
Expand Down
8 changes: 8 additions & 0 deletions doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,16 @@ Release Notes
Next release
============


ODL 0.4.0 Release Notes (2016-08-17)
====================================

This release marks the addition of the ``deform`` package to ODL, adding functionality for the deformation
of ``DiscreteLp`` elements.

New features
------------
- Add ``deform`` package with linearized deformations (`PR 488`)
- Add option to interface with ProxImaL solvers using ODL operators. (`PR 494`)

ODL 0.3.1 Release Notes (2016-08-15)
Expand Down
2 changes: 1 addition & 1 deletion odl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

from __future__ import absolute_import

__version__ = '0.3.1'
__version__ = '0.4.0'
__all__ = ('diagnostics', 'discr', 'operator', 'set', 'space', 'solvers',
'tomo', 'trafos', 'util', 'phantom', 'deform')

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def run_tests(self):
setup(
name='odl',

version='0.3.1',
version='0.4.0',

description='Operator Discretization Library',
long_description=long_description,
Expand Down

0 comments on commit 72d5a27

Please sign in to comment.