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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
24
- Required positional parameter "wf" in input and output of `ingress_pipeconfig_paths` function, where a node to reorient templates is added to the `wf`.
25
25
- Required positional parameter "orientation" to `resolve_resolution`.
26
26
- Optional positional argument "cfg" to `create_lesion_preproc`.
27
+
- Allow enabling `overwrite_transform` only when the registration method is `ANTS`.
28
+
-`resource_inventory` utility to inventory NodeBlock function inputs and outputs.
27
29
- New switch `mask_sbref` under `func_input_prep` in functional registration and set to default `on`.
28
30
- New resource `desc-head_bold` as non skull-stripped bold from nodeblock `bold_masking`.
29
31
-`censor_file_path` from `offending_timepoints_connector` in the `build_nuisance_regressor` node.
@@ -33,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
35
- Moved `pygraphviz` from requirements to `graphviz` optional dependencies group.
34
36
- Automatically tag untagged `subject_id` and `unique_id` as `!!str` when loading data config files.
35
37
- Made orientation configurable (was hard-coded as "RPI").
38
+
- Resource-not-found errors now include information about where to source those resources.
36
39
- Moved `ref_mask_res_2` and `T1w_template_res-2` fields from registration into surface under `abcd_prefreesurfer_prep`.
37
40
- Moved `find_censors node` inside `create_nuisance_regression_workflow` into its own function/subworkflow as `offending_timepoints_connector`.
Adapted from `DCAN Lab's BOLD mask method from the ABCD pipeline <https://github.com/DCAN-Labs/DCAN-HCP/blob/1d90814/fMRIVolume/scripts/OneStepResampling.sh#L121-L132>`_.
0 commit comments