From 2391e1edeeab522abb62122692b34021e6f94045 Mon Sep 17 00:00:00 2001 From: Sascha Spors Date: Tue, 1 Dec 2020 12:50:22 +0100 Subject: [PATCH] Release 0.6.0 (#167) --- NEWS.rst | 5 +++++ sfs/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 6df799c..be8f405 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,11 @@ Version History =============== + +Version 0.6.0 (2020-12-01): + * New function `sfs.fd.source.line_bandlimited()` computing the sound field of a spatially bandlimited line source + * Drop support for Python 3.5 + Version 0.5.0 (2019-03-18): * Switching to separate `sfs.plot2d` and `sfs.plot3d` for plotting functions * Move `sfs.util.displacement()` to `sfs.fd.displacement()` diff --git a/sfs/__init__.py b/sfs/__init__.py index 2072d81..85d02d7 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -16,7 +16,7 @@ util """ -__version__ = "0.5.0" +__version__ = "0.6.0" class default: