Skip to content

Ecphorella

Compare
Choose a tag to compare
@cookpa cookpa released this 21 Dec 15:05
· 470 commits to master since this release
6f13702

Update 2022-04-23: Github has disabled the unencrypted git:// protocol. To compile this and previous releases as superbuilds, you must set the Git protocol to https with the cmake option ANTS_USE_GIT_PROTOCOL to OFF.

Bug fixes:

  • Fix an error in the multi-resolution framework of ANTS. This affects registration quality in ANTS and antsMultivariateTemplateConstruction.sh, but antsRegistration / antsCorticalThickness.sh / antsMultivariateTemplateConstruction2.sh were not affected.
  • Fix for building ANTs with code style checking.
  • Removed outdated server addresses for test data.
  • Fix resolution for QC PNG images in antsCorticalThickness.sh.
  • Allow antsSliceRegularizedRegistration to run with zero regularization.

New features:

  • Incorporate ITK update that uses NIFTI sform transforms where possible, reducing precision errors in header orientation. More details at this ANTs Wiki page.
  • Added additional features to N3, with updated user interface.
  • Harmonized cortical thickness default parameters (for KellyKapowski) across all ANTsX software.

Code and documentation:

  • Various code fixes to resolve warnings and improve ITK compatibility.
  • Added code of conduct for ANTs community.
  • Clarify usage of antsRegistration.
  • Include ITK implementation of adaptive denoising.
  • ANTs Docker image on DockerHub only updates from the the master branch, rather than any branch / pull request.