Skip to content

Commit

Permalink
REL: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Kohr committed Oct 21, 2016
1 parent 5f316ae commit a54393f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 14 deletions.
8 changes: 3 additions & 5 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
package:
name: odl
version: "0.4.0"
version: "0.5.0"

source:
# fn: odl-0.4.0.tar.gz
# url: https://pypi.python.org/packages/4d/f4/f7e0dbc1162d7286a306cd5a985a4d1f705a3bc1d892c5991b86037c2cb6/odl-0.4.0.tar.gz
# md5: aba2e6b826aae1ff8f95bf495b67034b
git_url: https://github.com/odlgroup/odl
git_rev: master # for testing
git_rev: master # for testing, put any branch here
# git_rev: v0.5.0 # release

build:
noarch_python: True
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
# Intersphinx to get Numpy and other targets
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'numpy': ('http://docs.scipy.org/doc/numpy/', None),
'scipy': ('http://docs.scipy.org/doc/scipy/reference/', None),
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ('http://matplotlib.org/', None),
'pywt': ('http://www.pybytes.com/pywavelets/', None),
'pyfftw': ('https://hgomersall.github.io/pyFFTW/', None)}
Expand Down
2 changes: 1 addition & 1 deletion doc/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Next release
============


ODL 0.5.0 Release Notes (2016-10-14)
ODL 0.5.0 Release Notes (2016-10-21)
====================================

This release features a new important top level class ``Functional`` that is intended to be used in optimization methods.
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.4.0'
__version__ = '0.5.0'
__all__ = ('diagnostics', 'discr', 'operator', 'set', 'space', 'solvers',
'tomo', 'trafos', 'util', 'phantom', 'deform')

Expand Down
7 changes: 2 additions & 5 deletions 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.4.0',
version='0.5.0',

description='Operator Discretization Library',
long_description=long_description,
Expand Down Expand Up @@ -119,10 +119,7 @@ def run_tests(self):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',

'Operating System :: POSIX :: Linux',
'Operating System :: Microsoft :: Windows',
'Operating System :: MacOS :: MacOS X',

'Operating System :: OS Independent'
],

keywords='research development mathematics prototyping imaging tomography',
Expand Down

0 comments on commit a54393f

Please sign in to comment.