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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
31
-`censor_file_path` from `offending_timepoints_connector` in the `build_nuisance_regressor` node.
32
32
- Switch `sink_native_transforms` under `registration_workflows` to output all `.mat` files in ANTs and FSL Transforms.
33
33
-`deoblique` field in pipeline config with `warp` and `refit` options to apply `3dWarp` or `3drefit` during data initialization.
34
+
-`organism` configuration option.
34
35
35
36
### Changed
36
37
@@ -69,6 +70,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
69
70
- A bug in the `freesurfer_abcd_preproc` nodeblock where the `Template` image was incorrectly used as `reference` during the `inverse_warp` step. Replacing it with the subject-specific `T1w` image resolved the issue of the `desc-restoreBrain_T1w` being chipped off.
70
71
- A bug in `ideal_bandpass` where the frequency mask was incorrectly applied, which caused filter to fail in certain cases.
71
72
73
+
### Upgraded dependencies
74
+
75
+
-`voluptuous` 0.13.1 → 0.15.2
76
+
72
77
### Removed
73
78
74
79
- Variant image recipes.
@@ -83,6 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
88
- Inputs `[desc-motion_bold, bold]` from `coregistration_prep_vol` nodeblock.
84
89
-`input` field from `coregistration` in blank and default config.
85
90
-`reg_with_skull` swtich from `func_input_prep` in blank and default config.
91
+
- Support for AFNI 3dECM < v21.1.1.
92
+
-`calculate_motion_before` and `calculate_motion_after` configuration options.
0 commit comments