From 8cbb54ff9ace150e412f42970467d3f35916e3aa Mon Sep 17 00:00:00 2001 From: prisae Date: Sun, 16 Feb 2020 11:37:32 +0100 Subject: [PATCH] v1.10.4 --- CHANGELOG.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 58c01422..c1a83674 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,27 @@ Changelog ######### +v1.10.4: Positive z down- or upwards +------------------------------------ + +**2020-02-16** + +- New examples: + + - ``empymod`` can handle positive z down- or upwards (left-handed or + right-handed coordinate systems; it was always possible, but not known nor + documented). Adjusted documentation, docstrings, and added an example. + - Example how to calculate the responses for the WalkTEM system. + +- Minor things and bug fixes: + + - Change from relative to absolute imports. + - Simplified releasing (no badges). + - Python 3.8 is tested. + - Fix: numpy now throws an error if the third argument of ``logspace`` is not + an ``int``, some casting was therefore necessary within the code. + + v1.10.3: Sphinx Gallery -----------------------