From 0bfb834896e91a540774607ca7817ca8fcf41573 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Fri, 22 Nov 2019 11:16:28 -0500 Subject: [PATCH] bump version and edit NEWS --- NEWS | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d56b66e..65c04c9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +New in Version 0.1.25 +===================== +* rotational_minctracc.py handles source and target masking correctly + New in Version 0.1.24 ===================== * rotational_minctracc.py uses minccmp instead of Pyminc to avoid memory leakage. diff --git a/setup.py b/setup.py index 7c869f4..4d52a6d 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup(name="python-stuffs", - version='0.1.24', + version='0.1.25', install_requires=['numpy', 'scipy', 'pyminc'], scripts=[f"python/{s}" for s in ("TFCE",