- Raise exceptions when necessary subworkflows are not found.
- Added
loadings
andspatial_maps
for ICA result checks innitap
.
- Change the name of the
rbvpvc
node topvc
. Remember to change this in your config file!
- Change configuration variable name from
anat2fmri
tofmri2mni
.
- I am still struggling with pipenv, trying a new approach: add
get_requirements_from_pipfile
insetup.py
.
- Add
--extra
parameter tonitap motion
for extra subject metadata. - Bump nipype version to 1.0.2. Few fixes included.
- Fix wrong import in cli/cli.py file.
- Fix bugs in
nitap plot
command.
- Add
nitap
CLI withplot
andmotion
subcommands.
- Added a new section for the command line interface.
- Changed all import paths to absolute paths.
- Line width changed to 120.
- Many code style changes towards automatised lint checks.
- Bug fix: some wrong import names with the module name change.
- Bug fix: added missing requirements.
- API break: Change module name from
pypes
toneuro_pypes
. - Documentation update.
- Fix connection naming in the fMRI pipeline atlas output.
- Fix connection naming in the fMRI pipeline atlas output.
-
Fix output renaming in SPM+DiReCT pipeline.
-
Add
black_bg
parameter to multi slices plotting functions. -
Add motion_stats_sheet to fmri utils.
-
General fix on import ordering which was raising errors from new Nipype.
-
Add atlas warping to fMRI pipeline.
-
Fixes in fMRI pipeline.
-
Add motion statistics measures in DTI pipeline.
-
Improve documentation.
-
Add SPM+DiReCT option to anatomical preprocessing.
-
Add
invoke
examples in tasks.py. -
Style and bug fixes.
-
Fix imports for latest
nipype
version. -
Add
plot_ortho_slices
function tonilearn
interface.
-
Add mkdocs documentation and readthedocs setup.
-
Add registration options for PET and fMRI. Add options for this in config.
-
Add group template for fMRI and PET pipelines.
-
Add brain_mask output to anatomical MR pipeline.
-
Rename/re-structure fMRI pipeline and files.
-
Improve PET output file namings.
-
Add settings for Camino in config.
-
Fix bug in _get_n_slices in slicetime_params.
-
Bug fixes.