Skip to content

Commit dc3f113

Browse files
authored
Merge branch 'develop' into bugfix/random_seed
2 parents 0ccc40d + 7f50838 commit dc3f113

27 files changed

+630
-665
lines changed

.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ good-names=c,
435435
ex,
436436
nb,
437437
Run,
438+
TR,
438439
v,
439440
wf,
440441
_,
@@ -443,6 +444,7 @@ good-names=c,
443444
# they will always be accepted
444445
good-names-rgxs=^_version_(extra|m[a-n]{2}[or]{2})$, # version parts in info.py
445446
.*EPI.*,
447+
.*TE.*,
446448
.*T1.*,
447449
.*T2.*
448450

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3030
- Moved default pipeline config into directory with other preconfigs
3131
- Added crash messages from during and before graph building to logs
3232
- Added data-config-specific hash string to C-PAC-generated config files
33+
- Updated `rbc-options` preconfig to use `fmriprep-options` preprocessing
3334

3435
### Fixed
3536
- Fixed [bug](https://github.com/FCP-INDI/C-PAC/issues/1795) that was causing `cpac run` to fail when passing a manual random seed via `--random_seed`.
37+
- Replaces ``DwellTime`` with ``EffectiveEchoSpacing`` for FSL usage of the term
3638

3739
## [v1.8.4] - 2022-06-27
3840

0 commit comments

Comments
 (0)