Skip to content

24.0.0rc5

Pre-release
Pre-release
Compare
Choose a tag to compare
@oesteban oesteban released this 11 Apr 10:15
· 46 commits to master since this release
24.0.0rc5
788e42e

What's Changed

  • FIX: Typo in sorted(..., reverse=True) call by @araikes in #1211
  • MAINT: Update contributor affiliation in CONTRIBUTORS.md by @oesteban in #1214
  • CI: flake8 → ruff check by @DimitriPapadopoulos in #1212
  • DOC: Add changelog to documentation by @oesteban in #1217
  • ENH: Revise summary stats extraction and include controlled roundings by @oesteban in #1219
  • ENH: Adds diffusion-related IQMs. by @arokem in #1131
  • ENH: Add computation of spiking voxels mask and percent IQMs by @oesteban in #1224
  • ENH: Add FA-based IQMs (nans percentage and degenerate percentage) by @oesteban in #1225
  • ENH: Add new IQM for DWI -- NDC by @oesteban in #1226
  • ENH: Use MAD for robust estimation of sigma in the CC mask by @oesteban in #1228
  • ENH: Integrate PIESNO noise mask and sigma estimation by @oesteban in #1227
  • ENH: Noise floor estimated with PCA (dwidenoise) as an IQM by @oesteban in #1229
  • ENH: Move from DTI to DKI with multishell data by @oesteban in #1230
  • ENH: Add b-vector angular deviations as IQMs by @oesteban in #1233
  • FIX: Duplicate node in anatomical workflow by @oesteban in #1234
  • ENH: Improve error handling and logging by @oesteban in #1238
  • FIX: Avert costly BIDSLayout.__repr__ calls when saving config by @oesteban in #1239
  • FIX: Exclude DWI runs with insufficient orientations or missing bvals by @oesteban in #1240
  • FIX: Handle NUMEXPR_MAX_THREADS like OMP_NUM_THREADS by @oesteban in #1241
  • FIX: Drift should not be estimated when less than three low-b volumes present by @oesteban in #1242
  • FIX: Sloppy merge by @oesteban in #1243
  • FIX: Revise config save/load and update inputs after dropping by @oesteban in #1245
  • ENH: Expose a command-line option for minimum DWI volumes by @oesteban in #1249
  • FIX: Skip short BOLD runs that break outlier detection by @effigies in #1120
  • MAINT: Prevent pandas-originating deprecation warning by @oesteban in #1251
  • ENH: Improve logging of runtime by @oesteban in #1253
  • ENH: Improve documentation and logging of SynthStrip's model by @oesteban in #1254
  • MAINT: Clean up more FutureWarning issued by pandas by @oesteban in #1257
  • ENH: Mechanism to protect config's fields and write out config by @oesteban in #1258

New Contributors

Full Changelog: 23.1.1...24.0.0rc5