Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jan 2, 2018
1 parent 97e0067 commit 88dd092
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
# Changelog

## latest
## v1.5.0 - *2018-01-02*

* [2017-12-15] Minimum parameter values can now be set and verified with
`utils.set_minimum` and `utils.get_minimum`.
* Minimum parameter values can now be set and verified with `utils.set_minimum`
and `utils.get_minimum`.

* [2017-11-28] New Hankel filter `wer_201_2018`
* New Hankel filter `wer_201_2018`.

* [2017-11-09] `opt=parallel` has no effect if `numexpr` is not built against
Intel's VML. (Use `import numexpr; numexpr.use_vml` to see if your `numexpr`
uses VML.)
* `opt=parallel` has no effect if `numexpr` is not built against Intel's VML.
(Use `import numexpr; numexpr.use_vml` to see if your `numexpr` uses VML.)

* Bug fixes

Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
# empymod

[![readthedocs](https://readthedocs.org/projects/empymod/badge/?version=latest)](https://empymod.readthedocs.io/en/latest/?badge=latest)
[![travis-ci](https://travis-ci.org/empymod/empymod.png?branch=master)](https://travis-ci.org/empymod/empymod/)
[![coveralls](https://coveralls.io/repos/github/empymod/empymod/badge.svg?branch=master)](https://coveralls.io/github/empymod/empymod?branch=master)


The electromagnetic modeller **empymod** can model electric or magnetic
responses due to a three-dimensional electric or magnetic source in a
layered-earth model with vertical transverse isotropic (VTI) resistivity, VTI
Expand Down
2 changes: 1 addition & 1 deletion empymod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,4 +649,4 @@
__all__ = ['bipole', 'dipole', 'analytical']

# Version
__version__ = '1.4.5dev0'
__version__ = '1.5.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

setup(
name='empymod',
version='1.4.5dev0',
version='1.5.0',
description='Open-source full 3D electromagnetic modeller for 1D VTI media',
long_description=readme,
author='Dieter Werthmüller',
author_email='[email protected]',
url='https://empymod.github.io',
download_url='https://github.com/empymod/empymod/tarball/v1.4.4',
download_url='https://github.com/empymod/empymod/tarball/v1.5.0',
license='Apache License V2.0',
packages=['empymod'],
classifiers=[
Expand Down

0 comments on commit 88dd092

Please sign in to comment.