[Insight-developers] ITKv4 Release Candidate 3 (v4.0rc03) tagged.

Matt McCormick matt.mccormick at kitware.com
Mon Nov 21 18:30:58 EST 2011


The ITKv4 release candidate 3 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.0rc03

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 2 follows:

Arnaud Gelas (2):
      DOC: fix all doxygen warnings
      COMP: fix clang warning about unused parameter iP

Bill Lorensen (3):
      COMP: Ambiguous call to overloaded function
      ENH: Set seed to produce repeatable results for testing.
      BUG: Conditional jump or move depends on uninitialised value

Brad King (2):
      DOC: Update NOTICE copyright year
      DOC: Install LICENSE, NOTICE, and similar files

Bradley Lowekamp (1):
      ENH: adding PhysicalPointImageSource

Cory Quammen (1):
      ENH: Added FFT-based convolution filter

David Doria (1):
      DOC: Small typos.

Jeffrey Duda (1):
      ENH: Moved data transforms to transform base class

Matthew McCormick (8):
      ENH: Move Update() from LevelSetEvolution to LevelSetEvolutionBase.
      ENH: Invoke StartEvent and EndEvent during LevelSetEvolution.
      ENH: LevelSets visualization interactive pause test.
      STYLE: Add license header to itkArrowSpatialObject.cxx.
      COMP: Fix VisualStudio warning int possible loss of data.
      COMP: TransformTest uninitialized values.
      BUG: Add /bigobj for VisualStudio.
      COMP: DataObject possible loss of data.

Xiaoxiao Liu (3):
      PERF: Remove unnecessary header includes.
      ENH: Turn bridge modules off by default.
      BUG: Fix itkThreadLoggerTest failure.


More information about the Insight-developers mailing list