Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab183dd commit 962f22cCopy full SHA for 962f22c
NEWS.rst
@@ -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
+
6
Version 0.1.1 (2015-10-08):
7
* Fix missing `sfs.mono` subpackage in PyPI packages
8
sfs/__init__.py
@@ -3,7 +3,7 @@
http://sfs.rtfd.org/
"""
-__version__ = "0.1.1"
+__version__ = "0.2.0"
from . import tapering
9
from . import array
0 commit comments