Skip to content

Commit

Permalink
Updated version string handling and bumped version to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbetcke committed Nov 14, 2015
1 parent 2330846 commit b1dc481
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.9
3.0.0
9 changes: 3 additions & 6 deletions python/bempp/api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
""" Boundary Element Method package BEM++ """
from __future__ import print_function

# Check if at least Scipy 0.16.0 is installed. BEM++ fails otherwise.
#import scipy
#if scipy.version.version < '0.16.0':
# raise Exception("At leat SciPy version 0.16.0 required to run BEM++. Found version {0}".format(scipy.version.version))

# import the version string
from bempp import config as _config
__version__ = _config.version

# This imports dolfin at the same time as bempp if available to avoid delays
# at later imports of dolfin

# Initialize logger

Expand Down

0 comments on commit b1dc481

Please sign in to comment.