Skip to content

Commit

Permalink
Release v1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Apr 26, 2018
1 parent 64eec6a commit b9371d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 23 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
Changelog
#########

*latest*
--------
v1.5.2 - *2018-04-25*
---------------------

- DLF improvements:

- [2018-04-25] Combine kernel from `fht` and `ffht` into `dlf`, hence
separate DLF from other calculations, as is done with QWE (`qwe` for `hqwe`
and `fqwe`).
- 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).

- [2018-04-25] Bug fix regarding `transform.get_spline_values`; a DLF with
`pts_per_dec` can now be shorter then the corresponding filter.
- Combine kernel from ``fht`` and ``ffht`` into ``dlf``, hence separate DLF
from other calculations, as is done with QWE (``qwe`` for ``hqwe`` and
``fqwe``).

- [2018-03-31] 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).
- 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 @@ -659,4 +659,4 @@
__all__ = ['bipole', 'dipole', 'analytical']

# Version
__version__ = '1.5.2.dev0'
__version__ = '1.5.2'
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.5.2.dev0',
version='1.5.2',
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.5.1',
download_url='https://github.com/empymod/empymod/tarball/v1.5.2',
license='Apache License V2.0',
packages=['empymod'],
classifiers=[
Expand Down

0 comments on commit b9371d9

Please sign in to comment.