[Insight-developers] ITK 4.1 Release Candidate 2 ready for testing!
Matt McCormick
matt.mccormick at kitware.com
Fri Feb 10 16:56:07 EST 2012
The ITK 4.1 release candidate 2 has been tagged, and is available for
testing. To obtain the source code,
git clone http://itk.org/ITK.git
cd ITK
git checkout -q --detach v4.1rc02
For more details, please see
http://www.itk.org/Wiki/ITK/Git
ITKApps have also been tagged, and available for testing. A notable
feature added was a CMake Superbuild to automatically download and
build dependencies like FLTK. ITKApps can be obtained with,
git clone http://itk.org/ITKApps.git
cd ITKApps
git checkout -q --detach v4.1-rc02-apps
*Important note:* Please do not expect backward compatibility with
these release candidates. The API may still undergo changes as
improvements are made.
Release candidates will be tagged approximately every week, provided
that the software quality dashboard is in decent shape
http://public.kitware.com/dashboard.php?name=itk
Testing and feedback are encouraged. Impressions or patches will help
improve the result as refinement and bug-fixes are made for the final
release.
Please include the tag name used when providing feedback.
A list of changes since RC 1 follows:
Brad King (4):
ENH: Teach git-gerrit-(push|merge) to validate topic name
ENH: Teach git-gerrit-merge to report topic name
ENH: Simplify local Git hook chaining
BUG: Fix ITK prepare-commit-msg hook to not erase branch name
Bradley Lowekamp (2):
BUG: VotingBinary could not set output pixels before
COMP: fix comparison between signed and unsigned with cast
Gaëtan Lehmann (1):
BUG: remove SwigPyIterator/PySwigIterator
ITK Migration V4 (1):
DOC: Modify ScalarImageToTextureFeaturesFilter comments.
Michael Stauffer (6):
BUG: ANTSNeigh metric - check valid point & test non-overlapping
BUG: MattesMutual v4 metric bug in number of points
PERF: TimeVaryingVelocityField - Shorten test time
BUG: Add debug info to SimpleImageRegistrationTest
BUG: SimpleImageRegistrationTest - remove versions 2 & 3
BUG: itkSimpleImageRegistrationTest - more debug changes
More information about the Insight-developers
mailing list