From 79e317d2c6681d0ec638d965eac5e0490cea0ce4 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Mon, 18 Mar 2019 11:15:55 +0100 Subject: [PATCH] Release 0.5.0 --- NEWS.rst | 14 ++++++++++++++ sfs/__init__.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 94ca333..6df799c 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,20 @@ Version History =============== +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()` + * Switch to keyword only arguments + * New default driving function for `sfs.fd.wfs.point_25d()` + * New driving function syntax, e.g. `sfs.fd.wfs.point_25d()` + * Example for the sound field of a pulsating sphere + * Add time domain NFC-HOA driving functions `sfs.td.nfchoa` + * `sfs.fd.synthesize()`, `sfs.td.synthesize()` for soundfield superposition + * Change `sfs.mono` to `sfs.fd` and `sfs.time` to `sfs.td` + * Move source selection helpers to `sfs.util` + * Use `sfs.default` object instead of `sfs.defs` submodule + * Drop support for legacy Python 2.7 + Version 0.4.0 (2018-03-14): * Driving functions in time domain for a plane wave, point source, and focused source diff --git a/sfs/__init__.py b/sfs/__init__.py index a1c356f..2072d81 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -16,7 +16,7 @@ util """ -__version__ = "0.4.0" +__version__ = "0.5.0" class default: