From 677c43c594a75d52181581a98dc1aa8ee87b8d45 Mon Sep 17 00:00:00 2001 From: Ben Darwin Date: Wed, 22 Jan 2020 12:17:15 -0500 Subject: [PATCH] edit NEWS --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 083c606a..270ee3fb 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,13 @@ New in Version 2.0.14 ===================== +* fix a file naming bug when minctracc is used for average building * fixes to reduce memory/vmem usage due to Numpy/OpenBLAS * rotational_minctracc.py now uses both source and target masks if present * bug fixes to output CSV file generation * improved help documentation for --restart and --smart-restart -* minimum Python version is now correctly specified as 3.6 due to use of format strings * create fewer intermediate resamplings +* minimum Python version is now correctly specified as 3.6 due to use of format strings +* typing module is removed as a dependency since it's present in 3.6 and incompatible with 3.8 * various other small bugfixes and internals changes New in Version 2.0.13