From 962f22c01641cdb5db1b34854f963e7d44a4497f Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 10 Dec 2015 16:54:57 +0100 Subject: [PATCH] Release 0.2.0 --- NEWS.rst | 5 +++++ sfs/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 7a4e95d..7d682b9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,8 @@ +Version 0.2.0 (2015-12-11): + * Ability to calculate and plot particle velocity and displacement fields + * Several function name and parameter name changes + * Several refactorings, bugfixes and other improvements + Version 0.1.1 (2015-10-08): * Fix missing `sfs.mono` subpackage in PyPI packages diff --git a/sfs/__init__.py b/sfs/__init__.py index ad58050..b38b9a3 100644 --- a/sfs/__init__.py +++ b/sfs/__init__.py @@ -3,7 +3,7 @@ http://sfs.rtfd.org/ """ -__version__ = "0.1.1" +__version__ = "0.2.0" from . import tapering from . import array