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

Skip to content

Commit 962f22c

Browse files
committed
Release 0.2.0
1 parent ab183dd commit 962f22c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.2.0 (2015-12-11):
2+
* Ability to calculate and plot particle velocity and displacement fields
3+
* Several function name and parameter name changes
4+
* Several refactorings, bugfixes and other improvements
5+
16
Version 0.1.1 (2015-10-08):
27
* Fix missing `sfs.mono` subpackage in PyPI packages
38

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.1.1"
6+
__version__ = "0.2.0"
77

88
from . import tapering
99
from . import array

0 commit comments

Comments
 (0)