Skip to content

Commit 2a4989d

Browse files
authored
fix: typos in CHANGES.rst
1 parent 5c3f8b6 commit 2a4989d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGES.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
24.0.1 (August 20, 2024)
22
========================
33
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.
55

66
With thanks to @jhlegarreta for his first contribution in `#1293 <https://github.com/nipreps/mriqc/pull/1293>__`.
77

88
.. admonition:: Author list for papers based on *MRIQC* 24.0 series
99

1010
As described in the `Contributor Guidelines
1111
<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
1313
about *MRIQC*.
1414
To do so, please move the author(s) name(s) to the front of the following list:
1515

@@ -57,8 +57,8 @@ CHANGES
5757
* FIX: Multiecho fMRI crashing with 'unhashable type' errors by @oesteban in https://github.com/nipreps/mriqc/pull/1295
5858
* FIX: Set ``n_procs`` instead of ``num_threads`` on node ``apply_hmc`` by @oesteban in https://github.com/nipreps/mriqc/pull/1309
5959
* 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
6262
* FIX: Resolve numeric overflow in drift estimation node by @oesteban in https://github.com/nipreps/mriqc/pull/1324
6363
* FIX: Revise bugfix #1324 by @oesteban in https://github.com/nipreps/mriqc/pull/1327
6464
* FIX: Remove unreachable code within DWI pipeline by @oesteban in https://github.com/nipreps/mriqc/pull/1328
@@ -67,12 +67,12 @@ CHANGES
6767
* ENH: Added type hints to config module by @zvi-quantivly in https://github.com/nipreps/mriqc/pull/1288
6868
* ENH: Add test for the CLI parser by @jhlegarreta in https://github.com/nipreps/mriqc/pull/1293
6969
* 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
7171
* ENH: Crawl dataset's metadata only once and before Nipype's workflow by @oesteban in https://github.com/nipreps/mriqc/pull/1317
7272
* ENH(dMRI): Deal gracefully with small CC masks by @oesteban in https://github.com/nipreps/mriqc/pull/1311
7373
* 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
7676
* MAINT: Flexibilize pandas pinned version by @oesteban in https://github.com/nipreps/mriqc/pull/1310
7777
* MAINT: Remove *Pandas*'s ``FutureWarning`` by @oesteban in https://github.com/nipreps/mriqc/pull/1326
7878
* DOC: Add description of ``summary_fg`` to the documentation by @celprov in https://github.com/nipreps/mriqc/pull/1306
@@ -84,7 +84,7 @@ CHANGES
8484
24.0.0 (April 17, 2024)
8585
=======================
8686
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.
8888

8989
CHANGES
9090
-------

0 commit comments

Comments
 (0)