Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed May 24, 2018
1 parent 9b4cb61 commit cce23d7
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 25 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
#########

latest - will be v1.7.0
-----------------------
v1.7.0 - *2018-05-23*
---------------------

- Merge ``empyscripts`` into ``empymod.scripts``.
Merge ``empyscripts`` into ``empymod`` under ``empymod.scripts``.

- Clear separation between mandatory and optional imports:

Expand All @@ -15,8 +15,8 @@ latest - will be v1.7.0

- Optional:

- ``matplotlib`` (for ``empymod.scripts.fdesign``)
- ``numexpr`` (for ``empymod.kernel``)
- ``matplotlib`` (for ``empymod.scripts.fdesign``)
- ``IPython`` (for ``empymod.scripts.printinfo``)

- Broaden namespace of ``empymod``. All public functions from the various
Expand Down Expand Up @@ -130,16 +130,16 @@ v1.5.2 - *2018-04-25*

- DLF improvements:

- Digital linear filter (DLF) method for the Fourier transform can now be
carried out without spline, providing 0 for ``pts_per_dec`` (or any
integer smaller than 1).
- Digital linear filter (DLF) method for the Fourier transform can now be
carried out without spline, providing 0 for ``pts_per_dec`` (or any
integer smaller than 1).

- Combine kernel from ``fht`` and ``ffht`` into ``dlf``, hence separate DLF
from other calculations, as is done with QWE (``qwe`` for ``hqwe`` and
``fqwe``).
- Combine kernel from ``fht`` and ``ffht`` into ``dlf``, hence separate DLF
from other calculations, as is done with QWE (``qwe`` for ``hqwe`` and
``fqwe``).

- Bug fix regarding ``transform.get_spline_values``; a DLF with
``pts_per_dec`` can now be shorter then the corresponding filter.
- Bug fix regarding ``transform.get_spline_values``; a DLF with
``pts_per_dec`` can now be shorter then the corresponding filter.


v1.5.1 - *2018-02-24*
Expand Down
10 changes: 0 additions & 10 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,6 @@

----

.. image:: https://readthedocs.org/projects/empymod/badge/?version=latest
:target: http://empymod.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://travis-ci.org/empymod/empymod.svg?branch=master
:target: https://travis-ci.org/empymod/empymod
:alt: Travis-CI
.. image:: https://coveralls.io/repos/github/empymod/empymod/badge.svg?branch=master
:target: https://coveralls.io/github/empymod/empymod?branch=master
:alt: Coveralls

.. sphinx-inclusion-marker
The electromagnetic modeller **empymod** can model electric or magnetic
Expand Down
2 changes: 1 addition & 1 deletion empymod/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -686,4 +686,4 @@
'DigitalFilter']

# Version
__version__ = '1.6.3.dev1'
__version__ = '1.7.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

setup(
name='empymod',
version='1.6.3.dev1',
version='1.7.0',
description=description,
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.6.2',
download_url='https://github.com/empymod/empymod/tarball/v1.7.0',
license='Apache License V2.0',
packages=['empymod', 'empymod.scripts'],
classifiers=[
Expand Down

0 comments on commit cce23d7

Please sign in to comment.