We are pleased to announce the release of the InsightToolkit 4.2.1! Download links can be found at:
http://itk.org/ITK/resources/software.html Release 4.2.1 was a bugfix/patch release. This release addressed some critical build and performance issues. * Important performance gains were the result of efforts by community members Bradley Lowekamp and Kent Williams through the removal of filter GetInput/GetOutput calls in inner loops. * Compilation errors were fixed for Visual Studio 2012. * A number of CMake/WrapITK issues were addressed to improve Python wrapping on Windows. * There were also other assorted fixes. * The next minor feature release, v4.3.0, is scheduled for December. List of patches --------------- Bradley Lowekamp (5): COMP: fixing error when instatiated with image of double PERF: remove per sample allocation, use per-thread structure BUG: prevent static initialization fiasco during factory registration BUG: fix writing a corrupt meta image header from unknown metadata BUG: fix for overlay functor for llvm optimization bug Cory Quammen (1): BUG: Added missing include <algorithm> Hans Johnson (3): BUG: Test harness gave false positives BUG: Remove duplicate file in wrong place COMP: Remove unnecessary const_cast. Ho Cheung (2): COMP: Add "#include <functional>" to classes for VS2012 PERF: Fix usage of ElementAt in PolyLineParametricPath to use const version Kent Williams (2): PERF: Pull expensive GetInput/GetOutput calls out of inner loops COMP: propogate compiler selection & flags to FFTW build Kris Zygmunt (1): BUG: GPU tests sometimes fails Matthew McCormick (4): BUG: Fix GCC_XML and SWIG ExternalProject dependencies. BUG: Fix WrapITK GCCXML ExternalProject dependency. COMP: Make sure the VC script gets executed after gccxml installation. BUG: Fix multi-object MetaIO reading for ASCII MetaVesselTube. Matthias Seise (1): COMP: Compile wrapITK for python2.7,64bit on windows _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Kitware offers ITK Training Courses, for more information visit: http://kitware.com/products/protraining.php Please keep messages on-topic and check the ITK FAQ at: http://www.itk.org/Wiki/ITK_FAQ Follow this link to subscribe/unsubscribe: http://www.itk.org/mailman/listinfo/insight-developers
