<div dir="ltr">Looks like a few problems with x64 build on visual studio 2015 - do you have a test machine in this configuration? </div><br><div class="gmail_quote"><div dir="ltr">On Mon, 23 Nov 2015 at 17:53 Matt McCormick <<a href="mailto:matt.mccormick@kitware.com">matt.mccormick@kitware.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>On behalf of the Insight Toolkit community, we are proud to announce that ITK 4.9 release candidate 1 has been tagged and is available for testing! </div><div><br></div><div>Please take this opportunity to test the new features in the release candidate.<br></div><div><br></div><div><br></div><div>To obtain the source code,</div><div><br></div><div>  git clone <a href="http://itk.org/ITK.git" target="_blank">http://itk.org/ITK.git</a></div><div> cd ITK</div><div> git checkout -q --detach v4.9rc01</div><div><br></div><div>For more details, please see the Git documentation [1].</div><div><br></div><div><br></div><div>A few selected highlights for this release:</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* New Remote modules: the Cuberille module for smooth generation of meshes from binary segmentation images, and the AnisotropicDiffusionLBR module improved edge-preserving smoothing.</div><div>* Build your own ITK module outside the source tree, add continuous integration testing on GitHub, and easily add Python wrapping for your C++ algorithms.</div><div>* Python wrapping, including Python 3, builds faster with a more standard installation</div><div>* Improved performance of itk::Image::GetPixel and operations on itk::VariableLengthVector’s </div><div>* Generate a FlatStructuringElement from an image</div><div>* Point-set registration with time-varying B-splines</div><div>* Module dependencies can now be specified as public / private / compile / test</div><div><br></div><div><br></div><div>Please test the release candidate and share your experiences on the mailing list, issue tracker, and Gerrit Code Review. The new module dependency specification mechanism may unearth missing dependencies for projects that use ITK COMPONENTS with the CMake find_package command.</div><div><br></div><div><br></div><div>An Experimental build, which demonstrates how the test suite performs on your local build system, can be submitted to the dashboard [2] with:</div><div><br></div><div>  mkdir ../ITK-build</div><div>  cd ../ITK-build</div><div>  cmake ../ITK</div><div>  ctest -j 4 -M Experimental  -T Configure -T Build -T Test -T Submit</div><div><br></div><div>Visual Studio builds must also add “-C Release” to the ctest command.</div><div><br></div><div>Notify the mailing list if there are any unexpected failures.  Testing your own applications against the RC is also appreciated.</div><div><br></div><div><br></div><div>Congratulations and well done to the 35 contributors to this release. We would especially like to recognize the new contributors: Mikhail Isakov, Betsy McPhail, Alexander Leinoff, Shawn Waldon, Tobias Wood, Seun Odutola, Hyun Jae Kang, Lucas Gandel, Adam Snyder, Junjie Bai, Pablo Hernandez-Cerdan, Abhishek Tiwari, Eugene Prilepin, Zach Williamson, Luc Hermitte, Laurentiu Nicola, and Floris Berendsen.</div><div><br></div><div><br></div><div>The final release is scheduled for mid-December.</div><div><br></div><div><br></div><div>[1] <a href="http://www.itk.org/Wiki/ITK/Git" target="_blank">http://www.itk.org/Wiki/ITK/Git</a></div><div><br></div><div>[2] <a href="http://open.cdash.org/index.php?project=Insight" target="_blank">http://open.cdash.org/index.php?project=Insight</a></div><div><br></div><div><br></div><div><br></div><div>New Features</div><div>---------------------</div><div><br></div><div>Wrapping improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Python 3 supported<br></div><div>* Wrapping builds much faster due to CastXML binaries</div><div>* LandmarkBasedTransformInitializer now wrapped</div><div>* NumPy bridge with VisualStudio</div><div>* Wrapping for the MinimalPathExtraction module</div><div>* Wrapping is now installed into Python’s site-packages directory in the “itk” package</div><div>* Wrapping package size is decreased</div><div>* Better package portability on Mac OSX</div><div><br></div><div><br></div><div>New Remote Modules<br></div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Cuberille</div><div>   * Insight Journal Article: <a href="http://hdl.handle.net/10380/3186" target="_blank">http://hdl.handle.net/10380/3186</a></div><div>* AnisotropicDiffusionLBR</div><div>   * Insight Journal Article: <a href="http://hdl.handle.net/10380/3505" target="_blank">http://hdl.handle.net/10380/3505</a></div><div>   * Web browser reproducibility: <a href="http://www.kitware.com/blog/home/post/942" target="_blank">http://www.kitware.com/blog/home/post/942</a></div><div><br></div><div><br></div><div>Core Improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* External Modules can now be developed outside of the ITK source tree and on GitHub</div><div>   * Details: <a href="http://www.kitware.com/blog/home/post/997" target="_blank">http://www.kitware.com/blog/home/post/997</a></div><div>* New utilities in itk::Math: </div><div>   * AlmostEquals</div><div>   * NotAlmostEquals</div><div>   * ExactlyEquals</div><div>   * NotExactlyEquals</div><div>* New itk::NumericTraits</div><div>   * IsInteger</div><div>   * IsSigned</div><div>* Improved C++11 support</div><div>   * New ITK_DELETE_FUNCTION macro for “=delete”</div><div>   * New ITK_NOEXCEPT macro for the “noexcept” keyword</div><div>* Improved capabilities of itk::ResourceProbe and itk::ResourceProbesCollectorBase</div><div>* Improve numerical stability in VNL eigen system estimation</div><div>* itksys_ios:: and itksys_stl:: have been remove (use std::)</div><div><br></div><div><br></div><div>Filtering Improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Generate a FlatStructuringElement from an image</div><div>* WarpImageFilter support VectorImage’s</div><div>* ConvertLabelMap supports different LabelMap types</div><div>* ImageToPathFilter moved from the ITKReview to the ITKPath module</div><div>* itk::MovingHistogramImageFilter moved to the ITKImageFilterBase module</div><div><br></div><div><br></div><div>Registration Improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Point-set registration with time-varying B-splines</div><div><br></div><div><br></div><div>Build Improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Module dependencies can now be specified as public / private / compile / test</div><div>* BUILD_EXAMPLES CMake option is now OFF by default</div><div>* Option to export all library symbols on Windows:</div><div>   * Details: <a href="http://www.kitware.com/blog/home/post/939" target="_blank">http://www.kitware.com/blog/home/post/939</a></div><div>* Expat third party library is now name mangled</div><div>* Many more modules can be built as shared libraries</div><div>* KWStyle is automatically built and configured when tests are built</div><div><br></div><div><br></div><div>Performance Improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* New MetaProgrammingLibrary namespace (itk::mpl) holds members for metaprogramming</div><div>   * itk::mpl::{TrueType,FalseType}</div><div>   * itk::mpl::{If,Not,And,Or,Xor}</div><div>   * itk::mpl::EnableIf</div><div>   * itk::mpl::IsBaseOf</div><div>   * itk::mpl::IsConvertible</div><div>   * itk::mpl::IsNumber</div><div>   * itk::mpl::IsSame</div><div>   * itk::mpl::PromoteType</div><div>* Image::GetPixel performance improvements</div><div>* Many itk::VariableLengthVector performance improvements</div><div>* AdaptiveHistogramEqualization uses a moving histogram</div><div>* WarpImageFilter performance improvements</div><div><br></div><div><br></div><div>Documentation Improvements</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Updates to the Software Guide, Doxygen, Wiki and Sphinx Examples</div><div>* ITK Software Guide improvements</div><div>   * How to use Python wrapping</div><div>   * How to create an ITK module</div><div>   * Improvements to segmentation examples</div><div>   * Expanded Canny edge detection example</div><div>   * Expanded tree container example</div><div><br></div><div><br></div><div>Third Party Library Updates</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* FFTW updated to latest upstream</div><div>* Build with recent OpenCV 2 and 3</div><div>* Build with the latest VTK</div><div>* PNG update to the latest upstream</div><div>* GDCM updated to the latest upstream</div><div>* KWSys updated to the latest upstream</div><div>* MINC updated to the latest upstream</div><div>* SWIG updated to the latest upstream</div><div>* Third party PNG and MINC are now Git subtrees</div><div><br></div><div><br></div><div>Style improvements -- ITK gets more stylish with every release!</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div>* Private copy constructors and operator= use ITK_DELETE_FUNCTION</div><div><br></div><div><br></div><div>Improved code coverage -- we are at 84.9%!</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div><br></div><div>* *Lots* of important bug fixes</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div><br></div><div>* And much more! See details in the log below.</div><div>^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^</div><div><br></div><div><br></div><div><br></div><div>Changes from v4.8.0..v4.9rc01</div><div>--------------------------------------------</div><div><br></div><div><br></div><div>Abhishek Tiwari (1):</div><div>     BUG: "tmpImageIndex" not initialized to 0.</div><div><br></div><div>Adam Snyder (1):</div><div>     PERF: Reworked MMI Threading using a per-thread buffer</div><div><br></div><div>Alexander Leinoff (6):</div><div>     ENH: Adds IsInteger and IsSigned to NumericTraits.</div><div>     COMP: Doxygen itkMath.h 'OneValue()' could not be resolved.</div><div>     ENH: Adds ExactlyEquals and NotExactlyEquals functions to itkMath.h</div><div>     COMP: Removes floating-point equality checks</div><div>     ENH: COMP: Adds support for complex values to Math::AlmostEquals</div><div>     ENH: Updates fftw dependency</div><div><br></div><div>Arnaud Gelas (5):</div><div>     COMP: fix warning (unused local typedef)</div><div>     COMP: simplify ITKVideoBridgeOpenCV dependency</div><div>     DOC: add doxgen documentation for BinaryImageToLevelSetImageAdaptor</div><div>     ENH: add tests to exercise itk::ThreadedIteratorRangePartitioner</div><div>     COMP: fix compilation error with OpenCV2 and OpenCV3</div><div><br></div><div>Betsy McPhail (1):</div><div>     BUG: Improve buffer alignment in OctreeNode .</div><div><br></div><div>Bill Hoffman (2):</div><div>     ENH: Use new CMake Windows export symbol dll feature.</div><div>     COMP: Put vnl_export.h in the list of sources so it gets installed.</div><div><br></div><div>Bill Lorensen (4):</div><div>     COMP: VTkGlue linker errors</div><div>     BUG: Inappropriate use of AlmostEquals</div><div>     ENH: Bump tag for wiki examples</div><div>     ENH: Better layout strategy</div><div><br></div><div>Brad King (3):</div><div>     ENH: Remove use of include <itksys/ios/*> and itksys_ios::*</div><div>     ENH: Remove use of include <itksys/stl/*> and itksys_stl::*</div><div>     ENH: Update CMake Policy settings in Testing/TestExternal project</div><div><br></div><div>Bradley Lowekamp (31):</div><div>     BUG: Avoid null deference in PrintSelf with default construction</div><div>     ENH: Enable base classes for templates of landmark initializer</div><div>     STYLE: Use "Swap" for ITK member name</div><div>     BUG: Demonstrate Eigen analysis failure</div><div>     BUG: Fix computation of Eigen analysis</div><div>     ENH: Update DiscreteHessianGaussian Test baseline</div><div>     ENH: Correctly demonstrate float point Eigen failure</div><div>     ENH: compile vnl_math_hypot, and use at least double</div><div>     ENH: Adding initial update script from used libpng version.</div><div>     ENH: removing non-subtree files for itkpng</div><div>     ENH: Ported ITK changes for building to subtree merged code</div><div>     ENH: Update libpng update script for v1.6.9</div><div>     BUG: Use ParameterValueType for computation of landmark affine</div><div>     ENH: Wrap LandmarkBasedTransformInitializer</div><div>     BUG: Avoid potential exception in itk::Object::UnRegister</div><div>     ENH: Update itkpng zlib, configuration, and rename</div><div>     ENH: Update itkpng name mangling</div><div>     BUG: Use const pointer in Set method for constant ReferenceImage ivar</div><div>     BUG: Increase tolerance for PhysicsBasedNonRigidRegistrationMethod</div><div>     BUG: Demonstrate side effect on registration due to BSplineScatter change</div><div>     ENH: Move MovingHistogramImageFilter base classes to ImageFilterBase</div><div>     BUG: Avoid potential exception in itk::Object::UnRegister</div><div>     BUG: Avoid null deference in PrintSelf with default construction</div><div>     BUG: Use const pointer in Set method for constant ReferenceImage ivar</div><div>     ENH: Optimize AdaptiveHistogramEqualization with MovingHistogram base</div><div>     COMP: address sign unsigned comparison warning</div><div>     COMP: Address signed unsigned comparison warning</div><div>     COMP: Address unused member variable and methods in anonymous ns</div><div>     BUG: Fix segfault when with empty IsolatedWatershed Threshold range</div><div>     BUG: Adjust intensity tolerance for PhysicsBasedNonRigid test</div><div>     BUG: Reduce number of targets with MSVC</div><div><br></div><div>Davis Vigneault (7):</div><div>     DOC: Minor improvements to segmentation examples.</div><div>     DOC: Expanded Canny Edge Detection Example</div><div>     DOC: Expanded TreeContainer Example</div><div>     COMP: Warnings in itkVTKImageExport when compiling with c++11</div><div>     COMP: Warnings in FFTW Classes when compiling with c++11</div><div>     COMP: Update Git Tag for Subdivision Module</div><div>     COMP: Warnings in FFTW Classes when compiling with c++11</div><div><br></div><div>Dženan Zukić (1):</div><div>     STYLE: better formatting of the "usage" message</div><div><br></div><div>Eugene Prilepin (1):</div><div>     BUG: Fix a template name formation in python wrappings</div><div><br></div><div>Floris Berendsen (1):</div><div>     STYLE: Improve naming conventions in comments.</div><div><br></div><div>Hans Johnson (29):</div><div>     STYLE: Instrument for FixedParameters typedef</div><div>     BUG: Demonstrate DisplacementTransformFailure</div><div>     BUG: FixedParameters should be double precision</div><div>     STYLE: Minor code style issues for MGHIO</div><div>     COMP: Update to version for WikiExamples</div><div>     ENH: Update Sphinx for ITK 4.8.0</div><div>     ENH: Update MGHIO to be shared lib</div><div>     ENH: Provide consistent floating point comparisons</div><div>     BUG: Fix MGHIO to fix write failures</div><div>     PERF: Remove floating point as sentinal value</div><div>     COMP: Const correctness needs to be maintained</div><div>     BUG: Preserve backwards compatibility</div><div>     DOC: Provide consistent naming in comments</div><div>     ENH: Conversion between transform type tolerance</div><div>     STYLE: Prefer initialization to assignment</div><div>     ENH: Missing ITK_OVERRIDE</div><div>     COMP: Need to propagate ITKGDCM</div><div>     COMP: Need to propagate ITKGDCM</div><div>     COMP: Add missing ITK_OVERRIDE</div><div>     STYLE: Minor code style issues for MGHIO</div><div>     COMP: Update to version for WikiExamples</div><div>     ENH: Update Sphinx for ITK 4.8.0</div><div>     ENH: Update MGHIO to be shared lib</div><div>     BUG: Fix MGHIO to fix write failures</div><div>     ENH: C++11 allows for rigorous =delete</div><div>     COMP: Remove unnecessary failing assert test</div><div>     ENH: Ignore internal files for the Clion editor</div><div>     COMP: Fix VNL compilation for wider C++11 support</div><div>     BUG: In configuration test need to mirror code</div><div><br></div><div>Hyun Jae Kang (27):</div><div>     BUG: Remove std::cout calls from class</div><div>     BUG: Avoid an unexpected output of static_cast</div><div>     BUG: Update python example codes for ImageRegistration</div><div>     BUG: Retrieve the missed wrap file</div><div>     BUG: itkVTKImageIO class does not handle blank lines in VTK file header.</div><div>     BUG: Fix HDF5 CMake configuration with VS2015</div><div>     BUG: Fix a compilation issue on ITK4 with FFTW and shared libraries</div><div>     BUG: Fixed older XCode linking error</div><div>     ENH: Use CastXML binaries when building with x86_64 Mac OS X</div><div>     BUG: Remove std::cout calls from class</div><div>     BUG: itkVTKImageIO class does not handle blank lines in VTK file header.</div><div>     BUG: Fixed older XCode linking error</div><div>     ENH: Add automatic KWStyle build and configuration setup</div><div>     COMP: KWStyle shadow, format-nonliteral and autological-compare warning.</div><div>     COMP: Fixed the warning messages from itkGPU Module</div><div>     COMP: Fixed a warning message of unused-private-field</div><div>     COMP: Apply latest version of KWStyle</div><div>     COMP: Update KWStyle to fix its additional warning messages</div><div>     COMP: Update KWStyle to fix its additional warning messages</div><div>     COMP: Fix data-conversion warning messages on Windows</div><div>     ENH: Update itkResourceProbe to calculate statistical data</div><div>     COMP: Fix data-conversion warning messages on VS14</div><div>     COMP: Fixed 'std::sqrt' : ambiguous call to overloaded function</div><div>     ENH: Update the Report() function of itkResourceProbesCollectorBase</div><div>     COMP: Fix data-conversion warning message on itkResourceProbe</div><div>     COMP: Fix additional warning messages of KWStyle</div><div>     COMP: Fix data-conversion warning messages</div><div><br></div><div>Jon Haitz Legarreta (6):</div><div>     ENH: Add test for itkStatisticsUniqueLabelMapFilter</div><div>     BUG: Fix compilation issues for StatisticsUniqueLabelMapFilterTest</div><div>     BUG: Fix comparison issues for itkStatisticsUniqueLabelMapFilter</div><div>     BUG: Test for StatisticsUniqueLabelMapFilter stability</div><div>     ENH: Add test for itkParametricStpaceToImageSpaceFilter</div><div>     ENH: Improve code coverage for itkParametricSpaceToImageSpaceMeshFilter</div><div><br></div><div>Julien Michel (1):</div><div>     ENH: Support of VectorImage as template parameters for WarpImageFilter</div><div><br></div><div>Junjie Bai (2):</div><div>     BUG: ConvertLabelMap with different LabelMapTypes</div><div>     BUG: LabelObject CopyAttribute support different LabelObject type</div><div><br></div><div>KWSys Robot (4):</div><div>     KWSys 2015-07-10 (c9336bcf)</div><div>     KWSys 2015-07-30 (f63febb7)</div><div>     KWSys 2015-08-24 (cdaf522c)</div><div>     KWSys 2015-08-28 (dc3fdd7f)</div><div><br></div><div>LIBPNG Upstream (2):</div><div>     PNG 2009-04-06 (e68f5a36)</div><div>     PNG 2014-02-05 (3e753eb8)</div><div><br></div><div>Laurentiu Nicola (2):</div><div>     PERF: Avoid temporary smartptr in ProcessObject::GetInput</div><div>     PERF: Optimize WarpImageFilter by avoiding refcount bouncing</div><div><br></div><div>Luc Hermitte (8):</div><div>     PERF: itk::Image::GetPixel() performance improvment.</div><div>     PERF: Performance enhancements on VariableLengthVectors 1/...</div><div>     ENH: Dependencies on itkVariableLengthVector.h reduced</div><div>     BUG: Error in VariableLengthVector Unit Tests</div><div>     PERF: Performance enhancements on VLV 2/...</div><div>     PERF: Performances enhancements on VLV 3/...</div><div>     COMP: Fix signed/unsigned warnings</div><div>     BUG: std::copy/fill on empty VLV</div><div><br></div><div>Lucas Gandel (4):</div><div>     ENH: Move ImageToPathFilter from ITKReview to ITKPath module.</div><div>     BUG: Fixing ImageToPathFilter wrapping call from Review Module</div><div>     STYLE: Fix KWStyle dashboard errors</div><div>     BUG: Fix external module BUILD_SHARED_LIBS status</div><div><br></div><div>Mathieu Malaterre (1):</div><div>     BUG: Name mangle the included expat third party library.</div><div><br></div><div>Matthew McCormick (94):</div><div>     ENH: Change itkSystemInformationTest to itkCMakeConfigurationTest.</div><div>     ENH: Add AnisotropicDiffusionLBR Remote Module.</div><div>     ENH: Bump ITK version to 4.9.0.</div><div>     BUG: Remove std::cout calls from classes.</div><div>     COMP: Remove unused argument in ConditionVariableNoThreads.</div><div>     BUG: Implement UpdateLargestPossibleRegion for ImageToVTKImageFilter.</div><div>     COMP: Add link interface specification for wrapping target_link_libraries.</div><div>     STYLE: Fix indentation in itkMINCTransformIOFactory.cxx.</div><div>     COMP: Fix MINCTransformIO factory registration.</div><div>     COMP: Add -D_LARGEFILE64_SOURCE for HDF5 with Emscripten-1.</div><div>     COMP: Remove unknown doxygen command in AnisotropicDiffusionLBR.</div><div>     BUG: Initialize mutex for 32 bit AtomicInt.</div><div>     ENH: Use CastXML binaries when building with x86_64 Linux.</div><div>     STYLE: Rename gccxml -> castxml in {idx,igenerator}.py.</div><div>     COMP: Disable the gold linker for static builds on Ubuntu 14.04.</div><div>     ENH: Use Windows binaries for CastXML.</div><div>     ENH: Add better scoping in igenerator.py.</div><div>     BUG: Fix CMAKE_BUILD_TYPE initialization with Ninja + MSVC.</div><div>     BUG: LevelSetsv4 used signed char instead of char.</div><div>     ENH: Add better scoping to idx.py.</div><div>     COMP: Define newSize and oldSize in VariableLengthVector.</div><div>     STYLE: Use prefix increment operator in ImageBase.</div><div>     DOC: Correct spelling of Continuous.</div><div>     ENH: Add more progress information to IterativeClosestPoint2.</div><div>     BUG: Build BridgeNumPy with Visual Studio.</div><div>     ENH: Add ITKModuleExternal.cmake</div><div>     COMP: Wrap Image< bool, D > for FlatStructuringElement.</div><div>     BUG: Use CastXML binary built in Release.</div><div>     BUG: ContinuousIndex should not be templated over TCoordRep.</div><div>     COMP: Set CMP0054 to new.</div><div>     COMP: Address line length too long for Software Guide.</div><div>     COMP: Fix CannyEdgeDetectionImageFilter.cxx types.</div><div>     BUG: Support Python 3 wrapping module initialization.</div><div>     BUG: Update itkTemplate.py for Python 3.</div><div>     BUG: Update itkExtras.py for Python 3.</div><div>     BUG: Prevent Python callback addition recursion.</div><div>     BUG: Fix test scripts for Python 3.</div><div>     BUG: Replace __GCCXML__ with CABLE_CONFIGURATION.</div><div>     ENH: Allow projects to build against an external module.</div><div>     ENH: Replace CABLE_CONFIGURATION with ITK_WRAPPING_PARSER.</div><div>     ENH: Rename _cable_ to _wrappers_.</div><div>     BUG: Replace __GCCXML__ with CABLE_CONFIGURATION.</div><div>     BUG: Define ITK_WRAPPING_PARSER when wrapping.</div><div>     COMP: Do not use C++11 alignas in itkAlignedTypedef.</div><div>     ENH: Bump CMakeLists.txt version to 4.8.1.</div><div>     BUG: Pass the CMAKE_CXX_FLAGS to castxml.</div><div>     ENH: Bump CastXML version to 2015-30-29.</div><div>     ENH: Bump LLVM / Clang to 3.7.0.</div><div>     COMP: Avoid itklibminc linking with ITK_USE_SYSTEM_HDF5.</div><div>     COMP: Add missing ITKIOImageBase dependency for ITKTransformMINC.</div><div>     COMP: Use itkSimpleNewMacro in ThreadedIteratorRangePartitionerTest.</div><div>     ENH: Add wrapping support for building modules externally.</div><div>     BUG: Fix KWStyle test paths when building a module externally.</div><div>     ENH: Add Cuberille Remote module.</div><div>     COMP: Remove carriage returns from Cuberille remote.</div><div>     COMP: Remove unused argument in ConditionVariableNoThreads.</div><div>     DOC: Correct spelling of Continuous.</div><div>     ENH: Bump the MinimalPathExtraction Remote to 2015-10-20.</div><div>     COMP: Fix KernelTransform SetFixedParameters argument type.</div><div>     STYLE: Use prefix increment operator in ImageBase.</div><div>     COMP: Use ITK's pygccxml by correctly setting up the sys.path</div><div>     Revert "COMP: Put vnl_export.h in the list of sources so it gets installed."</div><div>     BUG: Revert "BUG: ConvertLabelMap with different LabelMapTypes"</div><div>     ENH: Marking wrapping CMake configuration variables as advanced.</div><div>     STYLE: Rename CASTXML to CASTXML_EXECUTABLE.</div><div>     COMP: Non-virtual copy attribute members in LabelMap cannot have override.</div><div>     COMP: Add wrapping for AdaptiveHistogramEqualizationImageFilter.</div><div>     COMP: Add itkMacro.h to itkPromoteType.h for ITK_EXCEPT.</div><div>     ENH: Remove CMake version check in ITKModuleHeaderTest.cmake</div><div>     BUG: Improve KWStyle ExternalProject utilization.</div><div>     ENH: Remove old KWStyle build script.</div><div>     COMP: Address VariableLengthVector Doxygen rhs @param not found.</div><div>     ENH: Rename WRAPPING_LIBRARY_GROUPS to WRAPPING_SUBMODULE_ORDER.</div><div>     ENH: Install Python bindings into site-packages.</div><div>     ENH: Improve readability of Python site-packages path detection.</div><div>     COMP: DiscreteGaussianDerivativeImageFilter unsigned expression warning.</div><div>     BUG: ITKCommon publically depends on ITKDoubleConversion.</div><div>     COMP: Improve scoping in CovariantVectorGeometryTest.</div><div>     ENH: Improves names and export of module dependencies.</div><div>     STYLE: Improve namespace bracket style in itkIsConvertible.</div><div>     COMP: Set CMP0054 to new.</div><div>     BUG: Remove unused wrapping files.</div><div>     BUG: Do install install wrapping development files.</div><div>     ENH: Add WRAP_ITK_INSTALL_COMPONENT_IDENTIFIER.</div><div>     BUG: Remove duplicate inclusion of wrapping submodules.</div><div>     COMP: Do not use C++ style comments for Doxygen cond.</div><div>     BUG: Fix detection of the gold linker.</div><div>     BUG: Update Python package installation locations.</div><div>     ENH: Bump CMakeLists.txt version to 4.8.2.</div><div>     ENH: Change BUILD_EXAMPLES default to OFF.</div><div>     BUG: Use 'from itk import ITKCommon' in module2module test.</div><div>     COMP: Link to VTK Python when built with Kits support.</div><div>     BUG: Install itk_minc2.h header.</div><div>     COMP: ITKIOMINC has a public dependency on ITKIOImageBase.</div><div><br></div><div>Michka Popoff (9):</div><div>     ENH: Update to swig 3.0.7</div><div>     ENH: Do not link against specific Python library on OS X</div><div>     COMP: Fix wrapping warnings when building with ITK_WRAP_IMAGE_DIMS=2</div><div>     COMP: Add missing wrapping for TransformBase</div><div>     COMP: Use ITK's pygccxml by correctly setting up the sys.path</div><div>     COMP: Disable incompatible modules when using Python 3 wrapping</div><div>     COMP: Move MovingHistogramImageFilterBase wrapping to ImageFilterBase module</div><div>     COMP: Disable incompatible modules when using Python 3 wrapping</div><div>     ENH: Allow operations on Indexes and Offsets in Python</div><div><br></div><div>Mikhail Isakov (1):</div><div>     BUG: DiffusionTensor3DReconstruction segfault if no baseline image</div><div><br></div><div>Nick Tustison (5):</div><div>     BUG:  Set a default b-spline epsilon.</div><div>     ENH: Adding testing for closed loop.</div><div>     BUG:  Updating B-spline classes with the same epsilon strategy.</div><div>     PERF:  Switch vnl_vectors for fixed arrays.</div><div>     ENH:  Point-set registration with time-varying B-spline.</div><div><br></div><div>Olivier Commowick (3):</div><div>     BUG: Correct discrepancy in tridiagonal reduction wrt VNL eigen system</div><div>     BUG: Correct under/overflows in vnl_math_hypot (taken from pythag from V3P)</div><div>     BUG: Switch eigenvalues computation to double</div><div><br></div><div>Pablo Hernandez-Cerdan (2):</div><div>     ENH: Help class for itkFlatStructuringElement with constructor from images.</div><div>     COMP: Fix test errors and warnings in FlatStructuringElement.</div><div><br></div><div>Seun Odutola (1):</div><div>     COMP: Fixed name clash with Apple header (check Macro), renamed check to Check</div><div><br></div><div>Shawn Waldon (1):</div><div>     COMP: Set target OS X version in environment for tools using compiler</div><div><br></div><div>Simon Alexander (1):</div><div>     BUG: incorrect closest point computation</div><div><br></div><div>Tobias Wood (2):</div><div>     BUG: LBFGSB was printing messages even with debug switched off.</div><div>     BUG: Removed an unguarded print statement.</div><div><br></div><div>Vladimir S. FONOV (9):</div><div>     BUG: Missing ITKIOMINC_EXPORT on __Private()</div><div>     COMP: Changing the order of HDF5 library components</div><div>     COMP: Splitting up IOMINC module into two parts: MINC and Transform</div><div>     STYLE: updated comments to properly reference LIBMINC</div><div>     ENH: Add script to merge upstream MINC as a subtree</div><div>     MINC 2015-07-23 (c033d431)</div><div>     COMP: Update MINC CMake code</div><div>     MINC 2015-08-18 (6d7e3ba8)</div><div>     MINC 2015-09-13 (95cd5374)</div><div><br></div><div>Xiaoxiao Liu (1):</div><div>     DOC: update email address for xiaoxiao.</div><div><br></div><div>Zach Williamson (10):</div><div>     BUG: Use correct libraries for ImageFusion tests</div><div>     ENH: Consolidate Library Dependencies</div><div>     COMP: Add a missing link to Review module</div><div>     COMP: Use correct linking macro in DCMTK</div><div>     BUG: Use correct libraries for TestKernel tests</div><div>     COMP: Fix inconsistant naming of GPUPDEDeformableRegistration</div><div>     ENH: Use new linking system macros</div><div>     PERF: Avoid searching private dependencies for include directories</div><div>     COMP: Recover missing dependencies</div><div>     ENH: use new linking macros in Filtering module</div><div><br></div><div><br></div><div><br></div><div>-----------------------------------------------------</div><div>Errors or omissions? Please fix them here: </div><div><br></div><div><a href="https://docs.google.com/document/d/1j3IAZFfi0ToO8N6hTr0fVTTMmHIMkXAxx0AsAajsYuM/edit" target="_blank">https://docs.google.com/document/d/1j3IAZFfi0ToO8N6hTr0fVTTMmHIMkXAxx0AsAajsYuM/edit</a></div></div>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br>
</blockquote></div>