Skip to content

Commit

Permalink
Merge tag '20.2.8' into maint/24.0.x
Browse files Browse the repository at this point in the history
20.2.8 (July 18, 2024)

Bug-fix release in the 20.2.x LTS series.

We anticipate this being the final release in the 20.2.x LTS series.

* FIX: Select volumetric dseg.tsv from recent TemplateFlow releases (#3257)
* FIX: LTS package build (#3328)
* DOC: Read html_baseurl from RTD environment, if available (#3324)
* DOCKER: Pin conda environment more strictly (#2853)
* MNT: Require niworkflows ~1.3.6 (#2740)
* CI: Upgrade docker orb (#2865)

This release includes a number of fixes that have accumulated in niworkflows,
including the following fixes that affect fMRIPrep:

* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (nipreps/sdcflows#431)
* FIX: Limit 3dQwarp to maximum 4 CPUs for stability reasons (nipreps/sdcflows#128)
* MAINT: Make call to scipy.stats.mode compatible with scipy 1.11.0 (nipreps/sdcflows#371)
* FIX: TSV2JSON should convert empty TSV files to empty JSON files (nipreps/niworkflows#747)
* FIX: Use copy function that does not preserve mtime when creating fsaverage
  directories (nipreps/niworkflows#703)
* FIX: Set pixdim[4] to match RepetitionTime (nipreps/niworkflows#679)
  • Loading branch information
effigies committed Jul 18, 2024
2 parents 87f16c1 + e9c1f8e commit c6f2aea
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ jobs:
<<: *machine_defaults
working_directory: /tmp/ds005
environment:
- FS_LICENSE: /tmp/fslicense/license.txt
- DATASET: ds005
- CHECK_DS005: true
- MIGAS_OPTOUT: 1
FS_LICENSE: /tmp/fslicense/license.txt
DATASET: ds005
CHECK_DS005: 1
MIGAS_OPTOUT: 1
steps:
- checkout:
path: *src
Expand Down Expand Up @@ -573,10 +573,10 @@ jobs:
<<: *machine_defaults
working_directory: /tmp/ds054
environment:
- FS_LICENSE: /tmp/fslicense/license.txt
- DATASET: ds054
- CHECK_DS054: true
- MIGAS_OPTOUT: 1
FS_LICENSE: /tmp/fslicense/license.txt
DATASET: ds054
CHECK_DS054: 1
MIGAS_OPTOUT: 1
steps:
- checkout:
path: *src
Expand Down Expand Up @@ -666,9 +666,9 @@ jobs:
<<: *machine_defaults
working_directory: /tmp/ds210
environment:
- FS_LICENSE: /tmp/fslicense/license.txt
- DATASET: ds210
- CHECK_DS210: true
FS_LICENSE: /tmp/fslicense/license.txt
DATASET: ds210
CHECK_DS210: 1
steps:
- checkout:
path: *src
Expand Down
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,30 @@ A full list of changes can be found below.
* MAINT: Ease CI packaging tests (#2472)
* RF/FIX: Iterate over echo indices, not filenames, simplifying iteration logic (#2651)

20.2.8 (July 18, 2024)
======================
Bug-fix release in the 20.2.x LTS series.

We anticipate this being the final release in the 20.2.x LTS series.

* FIX: Select volumetric dseg.tsv from recent TemplateFlow releases (#3257)
* FIX: LTS package build (#3328)
* DOC: Read html_baseurl from RTD environment, if available (#3324)
* DOCKER: Pin conda environment more strictly (#2853)
* MNT: Require niworkflows ~1.3.6 (#2740)
* CI: Upgrade docker orb (#2865)

This release includes a number of fixes that have accumulated in niworkflows,
including the following fixes that affect fMRIPrep:

* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (nipreps/sdcflows#431)
* FIX: Limit 3dQwarp to maximum 4 CPUs for stability reasons (nipreps/sdcflows#128)
* MAINT: Make call to scipy.stats.mode compatible with scipy 1.11.0 (nipreps/sdcflows#371)
* FIX: TSV2JSON should convert empty TSV files to empty JSON files (nipreps/niworkflows#747)
* FIX: Use copy function that does not preserve mtime when creating fsaverage
directories (nipreps/niworkflows#703)
* FIX: Set pixdim[4] to match RepetitionTime (nipreps/niworkflows#679)

20.2.7 (January 24, 2022)
=========================
Bug-fix release in the 20.2.x LTS series.
Expand Down

0 comments on commit c6f2aea

Please sign in to comment.