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 11Version History
22===============
33
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+
421Version 0.3.1 (2016-04-08):
522 * Fixed metadata of release
623
Original file line number Diff line number Diff line change 33http://sfs.rtfd.org/
44
55"""
6- __version__ = "0.3.1 "
6+ __version__ = "0.4.0 "
77
88from . import tapering
99from . import array
You can’t perform that action at this time.
0 commit comments