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",