Skip to content

Commit

Permalink
rel(24.0.0rc2): Update CHANGES [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Apr 8, 2024
1 parent 02ceff5 commit 9b5c2f6
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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)
=======================
Expand Down

0 comments on commit 9b5c2f6

Please sign in to comment.