Skip to content

Commit 2391e1e

Browse files
authored
Release 0.6.0 (#167)
1 parent 2622d70 commit 2391e1e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Version History
22
===============
33

4+
5+
Version 0.6.0 (2020-12-01):
6+
* New function `sfs.fd.source.line_bandlimited()` computing the sound field of a spatially bandlimited line source
7+
* Drop support for Python 3.5
8+
49
Version 0.5.0 (2019-03-18):
510
* Switching to separate `sfs.plot2d` and `sfs.plot3d` for plotting functions
611
* Move `sfs.util.displacement()` to `sfs.fd.displacement()`

sfs/__init__.py

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

2121

2222
class default:

0 commit comments

Comments
 (0)