We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2622d70 commit 2391e1eCopy full SHA for 2391e1e
NEWS.rst
@@ -1,6 +1,11 @@
1
Version History
2
===============
3
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
9
Version 0.5.0 (2019-03-18):
10
* Switching to separate `sfs.plot2d` and `sfs.plot3d` for plotting functions
11
* Move `sfs.util.displacement()` to `sfs.fd.displacement()`
sfs/__init__.py
@@ -16,7 +16,7 @@
16
util
17
18
"""
19
-__version__ = "0.5.0"
+__version__ = "0.6.0"
20
21
22
class default:
0 commit comments