Skip to content

Commit

Permalink
bump version and edit NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Mar 5, 2021
1 parent 4a1ed91 commit f01bc46
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
New in Version 2.0.15
=====================
* when MAGeT is enabled in MBM-type pipelines, nonlinear averages are automatically segmented via MAGeT by default
* disable some choices for --registration-method that are not currently supported (DRAMMS, Elastix, Demons)
* add --use-robust-averaging flag to nonlinear model building pipelines to downweight subjects with poor registrations
(uses the --robust flag of mincbigaverage; otherwise is a no-op)
* internals: add and use a `defer_map` method on `Stages` in preference to iterated use of `defer` (currently equivalent,
but may gain improved distributed computing semantics in future)
* MAGeT masking improvements to match recommendations from e.g. ANTsX developers:
- added a --mask-dilation which dilates input masks by a specified number of voxels
- added --hard-mask which hard-masks input images by multiplying them with MAGeT masks
- added a --hard-mask-dilation flag which dilates the MAGeT masks by a specified number of voxels before applying them
- by default these are not used (i.e. the results will be the same as before) until we make recommendations
* fix a couple crashes in less popular pipelines

New in Version 2.0.14
=====================
* fix a file naming bug when minctracc is used for average building
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
(min_python_version[0], min_python_version[1]))

setup(name='pydpiper',
version='2.0.14',
version='2.0.15',
license='Modified BSD',
description='Python code for flexible pipeline control',
long_description='Python code for flexible pipeline control',
Expand Down

0 comments on commit f01bc46

Please sign in to comment.