From 4d90e96bfb47243ba878762ff196b8ff9e16bbec Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Thu, 11 Apr 2024 16:17:18 +0200 Subject: [PATCH] rel(24.0.0rc6): Update CHANGES [skip ci] --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index f667fe7cd..41cb4e492 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -51,6 +51,7 @@ for first time in *MRIQC*'s timeline. CHANGES ------- +* FIX: Make sure new logs and config file output are compatible with parallel processes (#1259) * FIX: Skip short BOLD runs that break outlier detection (#1120) * FIX: Revise config save/load and update inputs after dropping (#1245) * FIX: Revise config save/load and update inputs after dropping (#1245) @@ -60,6 +61,9 @@ CHANGES * 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: Mechanism to protect config's fields and write out config (#1258) +* ENH: Improve documentation and logging of *SynthStrip*'s model (#1254) +* ENH: Improve logging of runtime (#1253) * ENH: Expose a command-line option for minimum DWI volumes (#1249) * ENH: Improve error handling and logging (#1238) * ENH: Add *b*-vector angular deviations as IQMs (#1233) @@ -73,6 +77,8 @@ CHANGES * ENH: Adds diffusion-related IQMs. (#1131) * ENH: Revise summary stats extraction and include controlled roundings (#1219) * DOC: Add changelog to documentation (#1217) +* MAINT: Clean up more ``FutureWarning`` issued by pandas (#1257) +* MAINT: Prevent pandas-originating deprecation warning (#1251) * MAINT: Move GitHub Actions and config files from *flake8* → *ruff* (#1212) * MAINT: Update contributor affiliation in ``CONTRIBUTORS.md`` (#1214)