From 9b5c2f636e34883ecc1ba5b9826699605a1b78a8 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 8 Apr 2024 18:34:32 +0200 Subject: [PATCH] rel(24.0.0rc2): Update CHANGES [skip ci] --- CHANGES.rst | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 7109aaeed..ce6e4f008 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,4 @@ -24.0.0 (April 05, 2024) +24.0.0 (April 08, 2024) ======================= Initial major release of 2024, featuring the **extraction of IQMs from DWI data** for first time in *MRIQC*'s timeline. @@ -51,22 +51,26 @@ for first time in *MRIQC*'s timeline. CHANGES ------- - * FIX: Duplicate node in anatomical workflow (#1234) - * FIX: Typo in ``sorted(..., reverse=True)`` call (#1211) - * ENH: Add *b*-vector angular deviations as IQMs (#1233) - * ENH: Move from DTI to DKI with multishell data (#1230) - * ENH: Noise floor estimated with PCA (``dwidenoise``) as an IQM (#1229) - * ENH: Integrate PIESNO noise mask and sigma estimation (#1227) - * ENH: Use MAD for robust estimation of sigma in the CC mask (#1228) - * ENH: Add new IQM for DWI → NDC (#1226) - * ENH: Add FA-based IQMs (nans percentage and degenerate percentage) (#1225) - * ENH: Add computation of spiking voxels mask and percent IQMs (#1224) - * ENH: Adds diffusion-related IQMs. (#1131) - * ENH: Revise summary stats extraction and include controlled roundings (#1219) - * DOC: Add changelog to documentation (#1217) - * MAINT: Move GitHub Actions and config files from *flake8* → *ruff* (#1212) - * MAINT: Update contributor affiliation in ``CONTRIBUTORS.md`` (#1214) - +* FIX: Drift should not be estimated when less than three low-b volumes present (#1242, #1243) +* FIX: Handle ``NUMEXPR_MAX_THREADS`` like ``OMP_NUM_THREADS`` (#1241) +* FIX: Exclude DWI runs with insufficient orientations or missing bvals (#1240) +* FIX: Avert costly ``BIDSLayout.__repr__`` calls when saving config (#1239) +* FIX: Duplicate node in anatomical workflow (#1234) +* FIX: Typo in ``sorted(..., reverse=True)`` call (#1211) +* ENH: Improve error handling and logging (#1238) +* ENH: Add *b*-vector angular deviations as IQMs (#1233) +* ENH: Move from DTI to DKI with multishell data (#1230) +* ENH: Noise floor estimated with PCA (``dwidenoise``) as an IQM (#1229) +* ENH: Integrate PIESNO noise mask and sigma estimation (#1227) +* ENH: Use MAD for robust estimation of sigma in the CC mask (#1228) +* ENH: Add new IQM for DWI → NDC (#1226) +* ENH: Add FA-based IQMs (nans percentage and degenerate percentage) (#1225) +* ENH: Add computation of spiking voxels mask and percent IQMs (#1224) +* ENH: Adds diffusion-related IQMs. (#1131) +* ENH: Revise summary stats extraction and include controlled roundings (#1219) +* DOC: Add changelog to documentation (#1217) +* MAINT: Move GitHub Actions and config files from *flake8* → *ruff* (#1212) +* MAINT: Update contributor affiliation in ``CONTRIBUTORS.md`` (#1214) 23.1.1 (March 20, 2024) =======================