You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.8.3] - 2022-02-11
9
+
10
+
### Added
11
+
- Added XCP-style quality control file
12
+
- Added RBC-options pipeline preconfiguration
13
+
- Added `engine.log` (when verbose debugging is on)
14
+
- Added ability to fix random seed for
15
+
-`antsAI`
16
+
-`antsRegistration`
17
+
-`Atropos` (fixed but not specified)
18
+
-`fslmaths`
19
+
-`mri_vol2vol`
20
+
-`recon-all`
21
+
- Added ability to use lateral ventricles mask in place of cerebrospinal fluid mask when when segmentation is Off, specifically for the rodent pipeline, but works on any dataset when segmentation is off
22
+
23
+
### Changed
24
+
- In a given pipeline configuration, segmentation probability maps and binary tissue masks are warped to template space, and those warped masks are included in the output directory
25
+
- if `registration_workflows['functional_registration']['EPI_registration']['run segmentation']` is `On` and `segmentation['tissue_segmentation']['Template_Based']['template_for_segmentation']` includes `EPI_Template`
26
+
27
+
and/or
28
+
- if `registration_workflows['anatomical_registration']['run']` is `On` and `segmentation['tissue_segmentation']['Template_Based']['template_for_segmentation']` includes `T1_Template`
29
+
- Renamed connectivity matrices from `*_connectome.tsv` to `*_correlations.tsv`
30
+
- Moved some ephemeral logging statements into `pypeline.log`
31
+
32
+
### Fixed
33
+
- Fixed [bug](https://github.com/FCP-INDI/C-PAC/issues/1638) in which working connectivity matrix filepaths were generated incorrectly, preventing generating matrices depending on container bindings
34
+
- Fixed broken links in README
35
+
- Fixed [bug](https://github.com/FCP-INDI/C-PAC/issues/1575) in which anatomical-only configurations required functional data directories
36
+
- Fixed [bug](https://github.com/FCP-INDI/C-PAC/issues/1532) in which nuisance regressors would crash when segmentation is off and no CSF mask is provided
37
+
8
38
## [1.8.2] - 2021-12-02
9
39
10
40
### Added
@@ -41,5 +71,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
71
42
72
See [Version 1.8.1 Beta](https://fcp-indi.github.io/docs/user/release_notes/v1.8.1) for release notes for v1.8.1 and [Release Notes](https://fcp-indi.github.io/docs/user/release_notes) for all release notes back to v0.1.1.
0 commit comments