From 9b344b31fdbb65eb9aa4572dd884e80c668a6e1c Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Thu, 16 May 2024 18:37:59 +0100 Subject: [PATCH] update CHANGES.md for 3.7.0 [ci skip] --- CHANGES.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 480adac63..136210e07 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,21 +1,24 @@ # ChangeLog -## vx.x.x +## v3.7.0 -* CMake/building: - - Python `sapyb` returns the output even if it is pre-allocated - - add `DISABLE_Gadgetron_TOOLBOXES` option (defaults to `OFF`) to be - able to cope with compilation problems with older Gadgetron versions. +* SIRF/common + - Python `sapyb` returns the output even if it is pre-allocated + - Python add `min()` to `DataContainer` * PET: - - implemented basic-functionality listmode data class in C++ and Python - - added objective function type for lismode reconstruction - - added new demo script for the reconstruction from listmode data + - implemented basic-functionality list-mode data class in C++ and Python + - added objective function type for list-mode reconstruction + - added new demo script for the reconstruction from list-mode data - provided gradient-computing methods with return via optional argument out - in addition to the standard return, ensuring that no temorary copies of the - gradient data are created + in addition to the standard return, ensuring that no temporary copies of the + gradient data are created. - provided prior and objective function objects with methods for computing - the product of the Hessian and a vector + the product of the Hessian and a vector. + +* CMake/building: + - add `DISABLE_Gadgetron_TOOLBOXES` option (defaults to `OFF`) to be + able to cope with compilation problems with older Gadgetron versions. ## v3.6.0