From 759b2f3cf636ea2b8dff1caed213ba192dc8a386 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Wed, 6 Jul 2022 15:59:49 +0100 Subject: [PATCH] add info on modality to CHANGES.md [ci skip] --- CHANGES.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index bbd203e1f..9d2c61a75 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,23 +2,22 @@ ## v3.3.0 -* SPECTUBMatrix for (simple) usage in SPECT added. +* Added a new acquisition model `SPECTUBMatrix` for (simple) usage in SPECT. + `sirf.STIR.ImageData` has now a way to set/get the modality. * interactive Python demos superseded by SIRF-Exercises notebooks removed. * arguments setting number of CG iterations and verbosity of output - of acquisition models method norm() added. + of acquisition models method `norm()` added. * path for ISMRMRD shared library when generating MR data fixed. -* extension processing in ISMRMRDImageData::write fixed. +* extension processing in `ISMRMRDImageData::write` fixed. * Python int array check/conversion ensuring C++ compatibility added. * C/Python interfaces for computing prior value added. -* STIR spect matrix added. - * Zenodo citation file added.