v2.3.5
版本发布时间: 2020-12-21 23:05:07
ANTsX/ANTs最新发布版本:v2.5.3(2024-07-24 22:57:18)
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.