From 4cce09fc2727979f8e16d8a3143898fa2a3ed456 Mon Sep 17 00:00:00 2001 From: Sascha Spors Date: Fri, 8 Apr 2016 13:39:40 +0200 Subject: [PATCH] Release 0.3.1 --- NEWS.rst | 10 ++++++++++ sfs/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 7d682b9..fe876d3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,13 @@ +Version 0.3.1 (2016-04-08): +* Fixed metadata of release + +Version 0.3.0 (2016-04-08): +* Dirichlet Green's function for the scattering of a line source at an edge +* Driving functions for the synthesis of various virtual source types with edge-shaped arrays by the equivalent scattering appoach +* Driving functions for the synthesis of focused sources by WFS +* Several refactorings, bugfixes and other improvements + + Version 0.2.0 (2015-12-11): * Ability to calculate and plot particle velocity and displacement fields * Several function name and parameter name changes diff --git a/sfs/__init__.py b/sfs/__init__.py index b38b9a3..bfbe3a2 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -3,7 +3,7 @@ http://sfs.rtfd.org/ """ -__version__ = "0.2.0" +__version__ = "0.3.1" from . import tapering from . import array