We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad42f09 commit 4cce09fCopy full SHA for 4cce09f
2 files changed
NEWS.rst
@@ -1,3 +1,13 @@
1
+Version 0.3.1 (2016-04-08):
2
+* Fixed metadata of release
3
+
4
+Version 0.3.0 (2016-04-08):
5
+* Dirichlet Green's function for the scattering of a line source at an edge
6
+* Driving functions for the synthesis of various virtual source types with edge-shaped arrays by the equivalent scattering appoach
7
+* Driving functions for the synthesis of focused sources by WFS
8
+* Several refactorings, bugfixes and other improvements
9
10
11
Version 0.2.0 (2015-12-11):
12
* Ability to calculate and plot particle velocity and displacement fields
13
* Several function name and parameter name changes
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
0 commit comments