Skip to content

Commit a578bc3

Browse files
committed
Merge branch 'maint/24.0.x'
2 parents b5a3674 + c6f2aea commit a578bc3

File tree

2 files changed

+35
-11
lines changed

2 files changed

+35
-11
lines changed

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -406,10 +406,10 @@ jobs:
406406
<<: *machine_defaults
407407
working_directory: /tmp/ds005
408408
environment:
409-
- FS_LICENSE: /tmp/fslicense/license.txt
410-
- DATASET: ds005
411-
- CHECK_DS005: true
412-
- MIGAS_OPTOUT: 1
409+
FS_LICENSE: /tmp/fslicense/license.txt
410+
DATASET: ds005
411+
CHECK_DS005: 1
412+
MIGAS_OPTOUT: 1
413413
steps:
414414
- checkout:
415415
path: *src
@@ -573,10 +573,10 @@ jobs:
573573
<<: *machine_defaults
574574
working_directory: /tmp/ds054
575575
environment:
576-
- FS_LICENSE: /tmp/fslicense/license.txt
577-
- DATASET: ds054
578-
- CHECK_DS054: true
579-
- MIGAS_OPTOUT: 1
576+
FS_LICENSE: /tmp/fslicense/license.txt
577+
DATASET: ds054
578+
CHECK_DS054: 1
579+
MIGAS_OPTOUT: 1
580580
steps:
581581
- checkout:
582582
path: *src
@@ -666,9 +666,9 @@ jobs:
666666
<<: *machine_defaults
667667
working_directory: /tmp/ds210
668668
environment:
669-
- FS_LICENSE: /tmp/fslicense/license.txt
670-
- DATASET: ds210
671-
- CHECK_DS210: true
669+
FS_LICENSE: /tmp/fslicense/license.txt
670+
DATASET: ds210
671+
CHECK_DS210: 1
672672
steps:
673673
- checkout:
674674
path: *src

CHANGES.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -633,6 +633,30 @@ A full list of changes can be found below.
633633
* MAINT: Ease CI packaging tests (#2472)
634634
* RF/FIX: Iterate over echo indices, not filenames, simplifying iteration logic (#2651)
635635

636+
20.2.8 (July 18, 2024)
637+
======================
638+
Bug-fix release in the 20.2.x LTS series.
639+
640+
We anticipate this being the final release in the 20.2.x LTS series.
641+
642+
* FIX: Select volumetric dseg.tsv from recent TemplateFlow releases (#3257)
643+
* FIX: LTS package build (#3328)
644+
* DOC: Read html_baseurl from RTD environment, if available (#3324)
645+
* DOCKER: Pin conda environment more strictly (#2853)
646+
* MNT: Require niworkflows ~1.3.6 (#2740)
647+
* CI: Upgrade docker orb (#2865)
648+
649+
This release includes a number of fixes that have accumulated in niworkflows,
650+
including the following fixes that affect fMRIPrep:
651+
652+
* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (nipreps/sdcflows#431)
653+
* FIX: Limit 3dQwarp to maximum 4 CPUs for stability reasons (nipreps/sdcflows#128)
654+
* MAINT: Make call to scipy.stats.mode compatible with scipy 1.11.0 (nipreps/sdcflows#371)
655+
* FIX: TSV2JSON should convert empty TSV files to empty JSON files (nipreps/niworkflows#747)
656+
* FIX: Use copy function that does not preserve mtime when creating fsaverage
657+
directories (nipreps/niworkflows#703)
658+
* FIX: Set pixdim[4] to match RepetitionTime (nipreps/niworkflows#679)
659+
636660
20.2.7 (January 24, 2022)
637661
=========================
638662
Bug-fix release in the 20.2.x LTS series.

0 commit comments

Comments
 (0)