1
1
24.0.1 (August 20, 2024)
2
2
========================
3
3
A patch release with a large number of bugfixes (mostly focusing on memory issues), maintenance
4
- activities, and the crawling of metadata before *Nipype * kicks in as a major optimization.
4
+ activities, and metadata crawling before *Nipype * kicks in as a major optimization.
5
5
6
6
With thanks to @jhlegarreta for his first contribution in `#1293 <https://github.com/nipreps/mriqc/pull/1293>__ `.
7
7
8
8
.. admonition :: Author list for papers based on *MRIQC* 24.0 series
9
9
10
10
As described in the `Contributor Guidelines
11
11
<https://www.nipreps.org/community/CONTRIBUTING/#recognizing-contributions> `__,
12
- anyone listed as developer or contributor may write and submit manuscripts
12
+ anyone listed as a developer or contributor may write and submit manuscripts
13
13
about *MRIQC *.
14
14
To do so, please move the author(s) name(s) to the front of the following list:
15
15
@@ -57,8 +57,8 @@ CHANGES
57
57
* FIX: Multiecho fMRI crashing with 'unhashable type' errors by @oesteban in https://github.com/nipreps/mriqc/pull/1295
58
58
* FIX: Set ``n_procs `` instead of ``num_threads `` on node ``apply_hmc `` by @oesteban in https://github.com/nipreps/mriqc/pull/1309
59
59
* FIX: Address memory issues by limiting ``BigPlot ``'s parallelization. by @oesteban in https://github.com/nipreps/mriqc/pull/1320
60
- * FIX: Address memory issues in DWI pipeline by @oesteban in https://github.com/nipreps/mriqc/pull/1323
61
- * FIX: Limit IQMs' node number of processes and therefore, memory by @oesteban in https://github.com/nipreps/mriqc/pull/1325
60
+ * FIX: Address memory issues in the DWI pipeline by @oesteban in https://github.com/nipreps/mriqc/pull/1323
61
+ * FIX: Limit IQMs' node number of processes and, therefore, memory by @oesteban in https://github.com/nipreps/mriqc/pull/1325
62
62
* FIX: Resolve numeric overflow in drift estimation node by @oesteban in https://github.com/nipreps/mriqc/pull/1324
63
63
* FIX: Revise bugfix #1324 by @oesteban in https://github.com/nipreps/mriqc/pull/1327
64
64
* FIX: Remove unreachable code within DWI pipeline by @oesteban in https://github.com/nipreps/mriqc/pull/1328
@@ -67,12 +67,12 @@ CHANGES
67
67
* ENH: Added type hints to config module by @zvi-quantivly in https://github.com/nipreps/mriqc/pull/1288
68
68
* ENH: Add test for the CLI parser by @jhlegarreta in https://github.com/nipreps/mriqc/pull/1293
69
69
* ENH: Add CLI entry point test by @jhlegarreta in https://github.com/nipreps/mriqc/pull/1294
70
- * ENH: Add development dockerfile for testing local changes to repo. by @rwblair in https://github.com/nipreps/mriqc/pull/1299
70
+ * ENH: Add a development Dockerfile for testing local changes to the repo. by @rwblair in https://github.com/nipreps/mriqc/pull/1299
71
71
* ENH: Crawl dataset's metadata only once and before Nipype's workflow by @oesteban in https://github.com/nipreps/mriqc/pull/1317
72
72
* ENH(dMRI): Deal gracefully with small CC masks by @oesteban in https://github.com/nipreps/mriqc/pull/1311
73
73
* ENH: Leverage new spun-off apply interface by @oesteban in https://github.com/nipreps/mriqc/pull/1313
74
- * MAINT: Removed personal infromation from maintainers and updated in contributors by @zvi-quantivly in https://github.com/nipreps/mriqc/pull/1289
75
- * MAINT: Add JHLegarreta to contributors list by @jhlegarreta in https://github.com/nipreps/mriqc/pull/1301
74
+ * MAINT: Removed personal information from maintainers and updated in contributors by @zvi-quantivly in https://github.com/nipreps/mriqc/pull/1289
75
+ * MAINT: Add JHLegarreta to the contributors list by @jhlegarreta in https://github.com/nipreps/mriqc/pull/1301
76
76
* MAINT: Flexibilize pandas pinned version by @oesteban in https://github.com/nipreps/mriqc/pull/1310
77
77
* MAINT: Remove *Pandas *'s ``FutureWarning `` by @oesteban in https://github.com/nipreps/mriqc/pull/1326
78
78
* DOC: Add description of ``summary_fg `` to the documentation by @celprov in https://github.com/nipreps/mriqc/pull/1306
@@ -84,7 +84,7 @@ CHANGES
84
84
24.0.0 (April 17, 2024)
85
85
=======================
86
86
Initial major release of 2024, featuring the **extraction of IQMs from DWI data **
87
- for first time in *MRIQC *'s timeline.
87
+ for the first time in *MRIQC *'s timeline.
88
88
89
89
CHANGES
90
90
-------
0 commit comments