File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
Version History
2
2
===============
3
3
4
+ Version 0.4.0 (2018-03-14):
5
+ * Driving functions in time domain for a plane wave, point source, and
6
+ focused source
7
+ * Image source model for a point source in a rectangular room
8
+ * DelayedSignal class and as_delayed_signal()
9
+ * Improvements to the documentation
10
+ * Start using Jupyter notebooks for examples in documentation
11
+ * Spherical Hankel function as util.spherical_hn2
12
+ * Use spherical_jn, spherical_yn from scipy.special instead of sph_jnyn
13
+ * Generalization of the modal order argument in mono.source.point_modal()
14
+ * Rename util.normal_vector() to util.normalize_vector()
15
+ * Add parameter max_order to NFCHOA driving functions
16
+ * Add beta parameter to Kaiser tapering window
17
+ * Fix clipping problem of sound field plots with matplotlib 2.1
18
+ * Fix elevation in util.cart2sph
19
+ * Fix tapering.tukey() for alpha=1
20
+
4
21
Version 0.3.1 (2016-04-08):
5
22
* Fixed metadata of release
6
23
Original file line number Diff line number Diff line change 3
3
http://sfs.rtfd.org/
4
4
5
5
"""
6
- __version__ = "0.3.1 "
6
+ __version__ = "0.4.0 "
7
7
8
8
from . import tapering
9
9
from . import array
You can’t perform that action at this time.
0 commit comments