Skip to content

Commit c7450e7

Browse files
authored
Merge pull request #2697 from nipreps/rel/20.2.7
REL: 20.2.7
2 parents 124fde1 + e77734b commit c7450e7

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

.zenodo.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@
6262
"orcid": "0000-0001-7936-9991",
6363
"type": "Researcher"
6464
},
65-
{
66-
"affiliation": "Department of Radiology, Weill Cornell Medicine",
67-
"name": "Jamison, Keith W.",
68-
"orcid": "0000-0001-7139-6661",
69-
"type": "Researcher"
70-
},
7165
{
7266
"affiliation": "Charite Universitatsmedizin Berlin, Germany",
7367
"name": "Waller, Lea",
7468
"orcid": "0000-0002-3239-6957",
7569
"type": "Researcher"
7670
},
71+
{
72+
"affiliation": "Department of Radiology, Weill Cornell Medicine",
73+
"name": "Jamison, Keith W.",
74+
"orcid": "0000-0001-7139-6661",
75+
"type": "Researcher"
76+
},
7777
{
7878
"affiliation": "Speech & Hearing Bioscience & Technology Program, Harvard University",
7979
"name": "Mentch, Jeff",

CHANGES.rst

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
20.2.7 (January 24, 2022)
2+
=========================
3+
Bug-fix release in the 20.2.x LTS series.
4+
5+
* FIX: Clarify phase encoding direction, rather than axis (#2690)
6+
* FIX: Ensure AROMA inputs are uncompressed if --low-mem (#2657)
7+
* FIX: Add ``-basescale 1`` parameter to avoid ``flirt`` scaling (#2624)
8+
* WRAPPER: Map ``--bids-filter-file``\s into Docker container (#2691)
9+
* MNT: Add netbase to Docker image to ensure correct datalad operation (#2682)
10+
111
20.2.6 (October 27, 2021)
212
=========================
313
Patch release in the 20.2.x LTS series.
414

515
This release includes an updated runtime environment for Docker/Singularity users.
6-
This environment includes a newer release of `indexed_gzip`, fixing `CrcError`s previously encountered.
16+
This environment includes a newer release of ``indexed_gzip``,
17+
fixing ``CrcError``\s previously encountered.
718

819
* CI: Run full workflows on tags (#2593)
920
* RF: Add extension field to differentiate from upcoming templates (#2613)
@@ -12,7 +23,7 @@ This environment includes a newer release of `indexed_gzip`, fixing `CrcError`s
1223
=========================
1324
Bug-fix release in the 20.2.x LTS series.
1425

15-
This release includes a fix to `--slice-time-ref` parsing. Also, some
26+
This release includes a fix to ``--slice-time-ref`` parsing. Also, some
1627
issues in anatomical processing are resolved, including poorly-interpolated
1728
labels in aseg segmentations, and probabilistic segmentations have reverted
1829
to FAST.

docs/outputs.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Visual Reports
4040
--------------
4141
*fMRIPrep* outputs summary reports, written to ``<output dir>/fmriprep/sub-<subject_label>.html``.
4242
These reports provide a quick way to make visual inspection of the results easy.
43-
Each report is self contained and thus can be easily shared with collaborators (for example via email).
4443
`View a sample report. <_static/sample_report.html>`_
4544

4645
Derivatives of *fMRIPrep* (preprocessed data)

0 commit comments

Comments
 (0)