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