[Insight-developers] ITKv4 Release Candidate 5 (v4.0rc05) tagged.
Matt McCormick
matt.mccormick at kitware.com
Tue Dec 13 13:52:11 EST 2011
The ITKv4 release candidate 5 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.0rc05
For more details, please see
http://www.itk.org/Wiki/ITK/Git
*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 4 follows:
David Doria (1):
DOC: Added documentation images to colormaps.
Hans Johnson (1):
ENH: Improve code style and consistency.
Jan Margeta (2):
COMP: Fixed VXL build for VC11.
COMP: Added missing header.
Matthew McCormick (11):
COMP: Fix doxygen warnings.
ENH: LevelSets: Rename RunOneIteration to Evolve.
ENH: Add CompensatedSummation class.
ENH: LevelSets: move Evolve implementation into LevelSetEvolutionBase.
COMP: ConstSliceIterator size_t to NeighborhoodIndexType.
COMP: Fix CompensatedSummation flag for GCC < v4.3.
PERF: Thread ComputeIteration for single image dense level sets.
PERF: Thread UpdateLevelSets in dense image evolution.
COMP: CompensatedSummation linking for VS shared builds.
BUG: Fix levelsets test segfaults.
ENH: Add ThreadedIteratorRangePartitioner.
Michael Stauffer (2):
BUG: Clean-up calculation of metric value.
ENH: Add GetValue method to ImageToImageObject metrics
Nick Tustison (1):
BUG: Removing inner loop GetInput() calls.
Sean McBride (2):
BUG: purged ITK_NO_RETURN to fix broken unit tests when built with clang
Xiaoxiao Liu (3):
STYLE: Use proper itk types in video modules.
BUG: Forgot to remove the SizeValueType def.
BUG: Fix win64 testing errors on HDF5 image IO.
More information about the Insight-developers
mailing list