Skip to content

Commit

Permalink
Release 0.6.0 (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
spors authored Dec 1, 2020
1 parent 2622d70 commit 2391e1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version History
===============


Version 0.6.0 (2020-12-01):
* New function `sfs.fd.source.line_bandlimited()` computing the sound field of a spatially bandlimited line source
* Drop support for Python 3.5

Version 0.5.0 (2019-03-18):
* Switching to separate `sfs.plot2d` and `sfs.plot3d` for plotting functions
* Move `sfs.util.displacement()` to `sfs.fd.displacement()`
Expand Down
2 changes: 1 addition & 1 deletion sfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
util
"""
__version__ = "0.5.0"
__version__ = "0.6.0"


class default:
Expand Down

0 comments on commit 2391e1e

Please sign in to comment.