From 0b64a20d7c52be1433f43deb2e30221f99bc3b23 Mon Sep 17 00:00:00 2001 From: Vesa Oikonen <vesoik@utu.fi> Date: Thu, 22 Dec 2022 18:24:58 +0200 Subject: [PATCH] preparing to release 0.7.9 --- changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 79e6e974..4d537d38 100644 --- a/changelog.md +++ b/changelog.md @@ -4,7 +4,7 @@ Changes in tpcclib This is a concise list of changes; commit messages can be found in the [Git repository](https://gitlab.utu.fi/vesoik/tpcclib.git). -## version 0.7.9 (2022-12-21, in development) +## version 0.7.9 (2022-12-22) - Fixed code documentation. - Bug fix in application taccat. @@ -13,7 +13,7 @@ This is a concise list of changes; commit messages can be found in the - Files with missing CR&LF on last line should work in iftRead() and csvRead() in v1. - Better support for long ROI names in TAC data from small animal pipeline. - ROI names checked for characters needing encoding when written in XML formats. -- Invalid pixel values in NIfTI set to zero. +- SPM saves a lot of NaNs in NIfTI images; invalid pixel values set to zero when reading NIfTI. - Updated some tests. - Added the Halton sequence, a quasi-random low-discrepancy number generator, in libtpcrand in v2. -- GitLab