<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Yes!<br><br>Xiaofeng<br>&nbsp;<BR><div><div id="SkyDrivePlaceholder"></div>&gt; Date: Tue, 20 Dec 2011 16:44:03 -0500<br>&gt; From: matt.mccormick@kitware.com<br>&gt; To: insight-developers@itk.org; insight-users@itk.org<br>&gt; Subject: [Insight-users] ITK 4.0.0 is available for download!<br>&gt; <br>&gt; We are happy to announce the release of ITK version 4.0.0!<br>&gt; <br>&gt; Download links for release tarballs can be found at the project download page:<br>&gt; <br>&gt;   http://www.itk.org/ITK/resources/software.html<br>&gt; <br>&gt; The revision is identified in the Git repository with the tag<br>&gt; “v4.0.0”.  To obtain the source code for the 4.0.0 release with Git,<br>&gt; <br>&gt;   git clone http://itk.org/ITK.git<br>&gt;   cd ITK<br>&gt;   git checkout -q --detach v4.0.0<br>&gt; <br>&gt; <br>&gt; ITKv4 marks a huge step forward for the project as it make strides in<br>&gt; improving the software process, revising, simplifying, and<br>&gt; accelerating the toolkit.  According to Ohloh, there are currently 74<br>&gt; active contributors to the “mature, well-established codebase” with<br>&gt; 2.5M lines of code amounting to 713 person years and $39M of<br>&gt; development.  Highlights of the advances in ITKv4 are found here:<br>&gt; <br>&gt;   http://itk.org/Wiki/ITK_Release_4/Why_Switch_to_ITKv4<br>&gt; <br>&gt; Note that the ITKv4 effort, supported by the National Library of<br>&gt; Medicine (NLM), is still on-going, and improvements will continue to<br>&gt; be added until June 2012.  For more information, see the release<br>&gt; schedule:<br>&gt; <br>&gt;   http://www.itk.org/Wiki/ITK_Release_4/ReleaseSchedules<br>&gt; <br>&gt; *IMPORTANT*: The new classes and methods are still subject to<br>&gt; improvement with further testing, and a moratorium has been placed on<br>&gt; backwards compatibility of API changes until June, 2012.<br>&gt; <br>&gt; For help in transitioning from ITKv3 code, please see the Migration guide:<br>&gt; <br>&gt;   http://itk.org/migrationv4/<br>&gt; <br>&gt; and note the ITKV3_COMPATIBILITY CMake configuration variable, if you<br>&gt; want to force ITKv4 to behave closer to ITKv3.<br>&gt; <br>&gt; <br>&gt; Congratulations to the members of the ITKv4 development team<br>&gt; <br>&gt;   http://www.itk.org/Wiki/ITK_Release_4/The_Team<br>&gt; <br>&gt; and all the contributors from the ITK community.<br>&gt; <br>&gt; We are particularly thankful to Hans Johnson, Bill Lorensen, and Gaëtan Lehmann.<br>&gt; <br>&gt; Luis Ibanez generated statistics and a video visualization of ITK<br>&gt; development from release 3.20.0 to 4.0.0:<br>&gt; <br>&gt;   http://public.kitware.com/pub/itk/gitstat/ITKv4-2011-12-18/index.html<br>&gt;   http://public.kitware.com/pub/itk/InsightCodeSwarm/ITKv4-TheMovie.ogg<br>&gt; <br>&gt; A list of changes since v4.0rc05 follows:<br>&gt; <br>&gt; Arnaud Gelas (5):<br>&gt;       DOC: fix doxygen warning about unknown command '\into'<br>&gt;       ENH: add advection term and corresponding test<br>&gt;       DOC: Add formula and doxygen documentaiton in AdvectionTerm<br>&gt;       DOC: Add formula and doxygen documentation for Propagation term<br>&gt;       DOC: Add formulat for Laplacian term<br>&gt; <br>&gt; Bill Lorensen (8):<br>&gt;       BUG: Intermittent test failures<br>&gt;       COMP: Colormap tests need platform specific image<br>&gt;       BUG: Floating point precision problem in itkKdTreeTest11<br>&gt;       BUG: Test for == fails on some plaforms<br>&gt;       COMP: Additional baseline for mingw<br>&gt;       BUG: Valgrind defects in itkFloatingPointExpectionsTest5<br>&gt;       BUG: itkMRIBiasFieldCorrectionFilterTest intermittent failures<br>&gt;       BUG: Previous commit destroyed baseline<br>&gt; <br>&gt; Brad King (2):<br>&gt;       KWSys: Correctly handle empty environment variables<br>&gt;       DOC: Fix ExternalData REGEX option example documentation<br>&gt; <br>&gt; Bradley Lowekamp (4):<br>&gt;       ENH: Adding Signed concept check to NormalizedCorreclation filter<br>&gt;       COMP: Adress conversion warning in TemporalProcessObject<br>&gt;       STYLE: Use SizeValueType for number of pixels<br>&gt;       BUG: default visibility for implicitly instatiated SmrtPtrFwdRef<br>&gt; <br>&gt; Gaëtan Lehmann (7):<br>&gt;       ENH: improve wrapping architecture<br>&gt;       ENH: Update wiki examples links<br>&gt;       BUG: fix wrapper location<br>&gt;       COMP: fix the unaccessible MakeOutput in HistogramThresholdCalculator<br>&gt;       BUG: fix wrapping coverage tests<br>&gt;       COMP: fix Optimizersv4 wrapping<br>&gt;       COMP: fix java tests<br>&gt; <br>&gt; Hans Johnson (1):<br>&gt;       COMP: Made computations consistent and robust<br>&gt; <br>&gt; Luis Ibanez (6):<br>&gt;       BUG: Fixing UMC in TransformTest.<br>&gt;       BUG: ITK-2679 Fixed Stop Condition Description.<br>&gt;       BUG: Fix UMC in itkQuasiNewtonOptimizer test.<br>&gt;       BUG: Uninitialized variable.<br>&gt;       COMP: Fix misuse of integer types.<br>&gt;       ENH: Simplify User Experience in Configuration.<br>&gt; <br>&gt; Matthew McCormick (5):<br>&gt;       BUG: Fix level sets domain map threading logic.<br>&gt;       ENH: Registration name refactoring Part 1/2<br>&gt;       ENH: Registration name refactoring Part 2/2.<br>&gt;       BUG: GaussianSmoothingOnUpdateDisplacementFieldTransform mem leak.<br>&gt;       BUG: Exclude invalid points in JointHistogramMI metric ITK-2852.<br>&gt; <br>&gt; Richard Beare (1):<br>&gt;       BUG: AutoThresh filters dodgy for greater than 8 bit data<br>&gt; <br>&gt; Sean McBride (1):<br>&gt;       COMP: removed invalid use of noreturn attribute<br>&gt; <br>&gt; Xiaoxiao Liu (1):<br>&gt;       BUG: Potential integer type error.<br>&gt; _____________________________________<br>&gt; Powered by www.kitware.com<br>&gt; <br>&gt; Visit other Kitware open-source projects at<br>&gt; http://www.kitware.com/opensource/opensource.html<br>&gt; <br>&gt; Kitware offers ITK Training Courses, for more information visit:<br>&gt; http://www.kitware.com/products/protraining.html<br>&gt; <br>&gt; Please keep messages on-topic and check the ITK FAQ at:<br>&gt; http://www.itk.org/Wiki/ITK_FAQ<br>&gt; <br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; http://www.itk.org/mailman/listinfo/insight-users<br></div>                                               </div></body>
</html>