Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ac86493

Browse files
committed
Release 0.4.0
1 parent 8023d6e commit ac86493

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

NEWS.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Version 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+
421
Version 0.3.1 (2016-04-08):
522
* Fixed metadata of release
623

sfs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
http://sfs.rtfd.org/
44
55
"""
6-
__version__ = "0.3.1"
6+
__version__ = "0.4.0"
77

88
from . import tapering
99
from . import array

0 commit comments

Comments
 (0)