24.0.1
Release Notes
A patch release with a large number of bugfixes (mostly focusing on memory issues), maintenance activities, and the crawling of metadata before Nipype kicks in as a major optimization.
What's Changed
- FIX: Multiecho fMRI crashing with 'unhashable type' errors by @oesteban in #1295
- FIX: Set
n_procs
instead ofnum_threads
on nodeapply_hmc
by @oesteban in #1309 - FIX: Address memory issues by limiting
BigPlot
's parallelization. by @oesteban in #1320 - FIX: Address memory issues in DWI pipeline by @oesteban in #1323
- FIX: Limit IQMs' node number of processes and therefore, memory by @oesteban in #1325
- FIX: Resolve numeric overflow in drift estimation node by @oesteban in #1324
- FIX: Revise bugfix #1324 by @oesteban in #1327
- FIX: Remove unreachable code within DWI pipeline by @oesteban in #1328
- ENH: Allow moving the cache folder with an environment variable by @oesteban in #1285
- ENH: Flatten multi-echo lists in circumstances that they fail by @oesteban in #1286
- ENH: Added type hints to config module by @zvi-quantivly in #1288
- ENH: Add test for the CLI parser by @jhlegarreta in #1293
- ENH: Add CLI entry point test by @jhlegarreta in #1294
- ENH: Add development dockerfile for testing local changes to repo. by @rwblair in #1299
- ENH: Crawl dataset's metadata only once and before Nipype's workflow by @oesteban in #1317
- ENH(dMRI): Deal gracefully with small CC masks by @oesteban in #1311
- ENH: Leverage new spun-off apply interface by @oesteban in #1313
- MAINT: Removed personal infromation from maintainers and updated in contributors by @zvi-quantivly in #1289
- MAINT: Add JHLegarreta to contributors list by @jhlegarreta in #1301
- MAINT: Flexibilize pandas pinned version by @oesteban in #1310
- MAINT: Remove Pandas's
FutureWarning
by @oesteban in #1326 - DOC: Add description of
summary_fg
to the documentation by @celprov in #1306 - STY: Apply ruff/flake8-implicit-str-concat rule ISC001 by @DimitriPapadopoulos in #1296
- STY: Format Jupyter notebooks by @oesteban in #1321
New Contributors
- @jhlegarreta made their first contribution in #1293
Full Changelog: 24.0.0...24.0.1