File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Version History
2
2
===============
3
3
4
+ Version 0.5.0 (2019-03-18):
5
+ * Switching to separate `sfs.plot2d ` and `sfs.plot3d ` for plotting functions
6
+ * Move `sfs.util.displacement() ` to `sfs.fd.displacement() `
7
+ * Switch to keyword only arguments
8
+ * New default driving function for `sfs.fd.wfs.point_25d() `
9
+ * New driving function syntax, e.g. `sfs.fd.wfs.point_25d() `
10
+ * Example for the sound field of a pulsating sphere
11
+ * Add time domain NFC-HOA driving functions `sfs.td.nfchoa `
12
+ * `sfs.fd.synthesize() `, `sfs.td.synthesize() ` for soundfield superposition
13
+ * Change `sfs.mono ` to `sfs.fd ` and `sfs.time ` to `sfs.td `
14
+ * Move source selection helpers to `sfs.util `
15
+ * Use `sfs.default ` object instead of `sfs.defs ` submodule
16
+ * Drop support for legacy Python 2.7
17
+
4
18
Version 0.4.0 (2018-03-14):
5
19
* Driving functions in time domain for a plane wave, point source, and
6
20
focused source
Original file line number Diff line number Diff line change 16
16
util
17
17
18
18
"""
19
- __version__ = "0.4 .0"
19
+ __version__ = "0.5 .0"
20
20
21
21
22
22
class default :
You can’t perform that action at this time.
0 commit comments