Skip to content

Commit 79e317d

Browse files
committed
Release 0.5.0
1 parent 33eab32 commit 79e317d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

NEWS.rst

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Version 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+
418
Version 0.4.0 (2018-03-14):
519
* Driving functions in time domain for a plane wave, point source, and
620
focused source

sfs/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
util
1717
1818
"""
19-
__version__ = "0.4.0"
19+
__version__ = "0.5.0"
2020

2121

2222
class default:

0 commit comments

Comments
 (0)