File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 11Version History
22===============
33
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+
418Version 0.4.0 (2018-03-14):
519 * Driving functions in time domain for a plane wave, point source, and
620 focused source
Original file line number Diff line number Diff line change 1616 util
1717
1818"""
19- __version__ = "0.4 .0"
19+ __version__ = "0.5 .0"
2020
2121
2222class default :
You can’t perform that action at this time.
0 commit comments