<div dir="ltr">Hi Ariel,<div><br></div><div>Yes, the new Python support is very exciting :-)!</div><div><br></div><div>Thank you for testing and reporting your results.  The GDCM test segmentation faults should be fix with RC3.  I am not sure about the QuickViewTest, but it commonly throws false positives.  What version of VTK did you build against?</div><div><br></div><div>Thanks,</div><div>Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 27, 2015 at 11:57 AM, Ariel Hernán Curiale <span dir="ltr"><<a href="mailto:curiale@gmail.com" target="_blank">curiale@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><br></div><div>Thanks for improving the python wrapper, specially for OS X and clang. I’m can’t wait to test the  numpy integration. </div><div>I just make a clean installation and the building process finished without any error. However, the ctest gives me six errors <a href="https://open.cdash.org/viewTest.php?onlyfailed&buildid=3878802" target="_blank">https://open.cdash.org/viewTest.php?onlyfailed&buildid=3878802</a> </div><div>These errors are related to the GDCM and the QuickViewTest which I’m not using. </div><div><br></div><div><br></div><div><div>
<div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word"><div>Cheers,</div><div>______________________________________________<br><font color="#b7bfc5">|</font> Ariel Hernán Curiale Ph.D Candidate<br><font color="#b7bfc5">|</font> E.T.S.I de Telecomunicación, Universidad de Valladolid<br><font color="#b7bfc5">|</font> Campus Miguel Delibes s/n,  47011 Valladolid, Spain<br><font color="#b7bfc5">|</font> Phone: 983-423000 ext. 5590</div><div><font color="#b7b7b7">|</font> Web: <a href="http://www.lpi.tel.uva.es/" target="_blank">http://www.lpi.tel.uva.es/</a> </div><div><span style="color:rgb(183,183,183)">|</span> Personal Web: <a href="http://www.curiale.com.ar/" target="_blank"><font color="#084ebe">www.curiale.com.ar</font></a></div><div><font color="#b7b7b7">|</font>_____________________________________________</div></div></div>
</div>
<br><div><blockquote type="cite"><div><div class="h5"><div>On 26 Jun 2015, at 23:57, Matt McCormick <<a href="mailto:matt.mccormick@kitware.com" target="_blank">matt.mccormick@kitware.com</a>> wrote:</div><br></div></div><div><div><div class="h5">On behalf of the Insight Toolkit community, we are proud to announce<br>that ITK 4.8.0 release candidate 3 has been tagged and is available<br>for testing! Please take this opportunity to test the new features in<br>the release candidate.<br><br><br>To obtain the source code,<br><br><br>  git clone <a href="http://itk.org/ITK.git" target="_blank">http://itk.org/ITK.git</a><br>  cd ITK<br>  git checkout -q --detach v4.8rc03<br><br><br>For more details, please see the Git documentation [1].<br><br><br>A few selected highlights for this release:<br><br>- New remote modules: BridgeNumPy, LabelErodeDilate,<br>ParabolicMorphology, MinimalPathExtraction<br>- itk::FFTPadImageFilter to automatically pad images for the FFT<br>implementation’s supported greatest prime factor<br>- Additional point set registration capabilities.<br>- More modules can be built as shared libraries.<br>- GDCM, MetaIO, KWSys, MINC have been updated to their latest upstream versions.<br>Python wrapping is in excellent shape and works with the latest GCC,<br>Clang, and MSVC.<br>- Experimental cross-compilation support for Windows (MinGW-w64),<br>ARMv6 (Raspberry Pi), ARMv7 (Android), ppc64le (POWER8), and<br>JavaScript (Emscripten).<br><br>A more complete, detailed set of release notes will follow in<br>subsequent release candidates.<br><br><br>Please test the release candidate and share your experiences on the<br>mailing list, issue tracker, and Gerrit Code Review. Since GDCM has<br>seen a major upgrade to the latest version, please exercise DICOM IO,<br>and be on the lookout for regressions.<br><br>An Experimental build, which demonstrates how the test suite performs<br>on your local build system, can be submitted to the dashboard [2]<br>with:<br><br><br>  mkdir ../ITK-build<br>  cd ../ITK-build<br>  cmake ../ITK<br>  ctest -j 4 -M Experimental  -T Configure -T Build -T Test -T Submit<br><br><br>Visual Studio builds must also add “-C Release” to the ctest command.<br><br>Notify the mailing list if there are any unexpected failures.  Testing<br>your own applications against the RC is also appreciated.<br><br><br>Congratulations and well done to the 31 contributors to this release.<br>We would especially like to recognize the new contributors, David<br>Froger, Cyril Mory, Dzenan Zukic, Ivan Setiawan, Jan Bergmeier, Rolf<br>Eike Beer, Davis Vigneault, Gary JIA, and Alexander Hewer.<br><br><br><br>The final release will be approximately one week from now.<br><br><br><br><br>[1] <a href="http://www.itk.org/Wiki/ITK/Git" target="_blank">http://www.itk.org/Wiki/ITK/Git</a><br><br>[2] <a href="http://open.cdash.org/index.php?project=Insight" target="_blank">http://open.cdash.org/index.php?project=Insight</a><br><br><br>New Features<br>---------------------<br><br>* Wrapping improvements<br><br>- Wrapping now uses CastXML instead of GCCXML<br>- The latest GCC, Clang, and MSVC are fully supported<br>  - Details: <a href="http://kitware.com/blog/home/post/888" target="_blank">http://kitware.com/blog/home/post/888</a><br>- Cross-compilation and packaging support<br>  - Details: <a href="http://kitware.com/blog/home/post/904" target="_blank">http://kitware.com/blog/home/post/904</a><br>- ITK_WRAP_VECTOR_COMPONENTS option to specify number of wrapped<br>vector components<br>- More classes wrapped<br><br><br>* Compiler Support<br><br>- GCC 5.1<br>- Clang 3.6.0<br>- Better cross-compilation support (requires CMake 3.3)<br>- Experimental support for Emscripten (JavaScript)<br>  - Details: <a href="http://kitware.com/blog/home/post/912" target="_blank">http://kitware.com/blog/home/post/912</a><br>- Experimental support for the Raspberry Pi<br>  - Details: <a href="http://kitware.com/blog/home/post/887" target="_blank">http://kitware.com/blog/home/post/887</a><br>- Experimental support for Android<br>  - Details: <a href="http://kitware.com/blog/home/post/893" target="_blank">http://kitware.com/blog/home/post/893</a><br>- Experimental support for MXE/MinGW-w64<br>  - Details: <a href="http://kitware.com/blog/home/post/883" target="_blank">http://kitware.com/blog/home/post/883</a><br>- Experimental support for the POWER8<br>  - Details: <a href="http://kitware.com/blog/home/post/891" target="_blank">http://kitware.com/blog/home/post/891</a><br><br><br>* New Remote Modules<br><br>- MinimalPathExtraction<br>  - Insight Journal Article: <a href="http://hdl.handle.net/1926/1332" target="_blank">http://hdl.handle.net/1926/1332</a><br>- BridgeNumPy<br>  - Convert itk.Image to NumPy array’s and back<br>- LabelErodeDilate<br>  - Insight Journal Article: <a href="http://hdl.handle.net/10380/3399" target="_blank">http://hdl.handle.net/10380/3399</a><br>- ParabolicMorphology<br>  - Insight Journal Article: <a href="http://hdl.handle.net/1926/1370" target="_blank">http://hdl.handle.net/1926/1370</a><br><br><br>* Infrastructure Improvements<br><br>- An UpdateThirdPartyFromUpstream.sh script for 3rd party updates with<br>Git subtree<br>  - Details: <a href="http://kitware.com/blog/home/post/899" target="_blank">http://kitware.com/blog/home/post/899</a><br>- Minimum required CMake version is now 2.8.9<br>- Many more modules can be built as shared libraries<br>- ITK_USE_SYSTEM_LIBRARIES variable during initial configuration to<br>turn on use of common system third party libraries by default<br>- Release testing data tarball split from source tarball<br>- Gold linker used by default on Linux<br><br><br>* Filtering Improvements<br><br>- itk::FFTPadImageFilter to automatically pad images for the FFT<br>implementation’s supported greatest prime factor<br>- itk::AtomicInt class for parallel computation<br>- Various performance enhancements<br><br><br>* Registration Improvements<br><br>- Point set SyN registration<br>- Point set BSpline SyN registration<br><br><br>* Documentation Improvements<br><br>- The ITK Software Guide is now available in HTML<br>  - Details: <a href="http://kitware.com/blog/home/post/890" target="_blank">http://kitware.com/blog/home/post/890</a><br><br><br>* Third Party Library Updates<br><br>- GDCM updated to latest upstream<br>- KWSys updated to the latest upstream<br>- MetaIO updated to the latest upstream<br>- MINC update to lastest upstream<br><br>* Style improvements -- ITK gets more stylish with every release!<br><br>* Improved code coverage -- we are at 85.4%!<br><br>* *Lots* of important bug fixes<br><br>* And much more! See details in the log below.<br><br>Changes from v4.8rc02..v4.8rc03<br>------------------------------------------------<br><br>Bradley Lowekamp (3):<br>      BUG: Remove reliance on exceptions in StringTools::ToData methods<br>      BUG: Fix WriteCellsAsBinary and valgrind defects<br>      COMP: Explicitly export SingleValuedNonLinearVnlOptimizerv4<br><br>Matthew McCormick (4):<br>      COMP: Address may be used uninitialized in IdentityTransformTest.<br>      COMP: Address array subscript above bounds in VTKPolyDataReader.<br>      COMP: Work around GDCM test segfault with Clang 3.5+.<br>      BUG: Do not use pthreads with Emscripten.<br><br>Michka Popoff (1):<br>      ENH: Update PyInit for Python 3<br><br><br>-----------------------------------------------------<br><br>Errors or omissions? Please fix them here:<br><br><br><a href="https://docs.google.com/document/d/1AQolOw7Hpn7SCRg0LjH53nxdWJe2gJTR0ngOyg3PWxI/edit?usp=sharing" target="_blank">https://docs.google.com/document/d/1AQolOw7Hpn7SCRg0LjH53nxdWJe2gJTR0ngOyg3PWxI/edit?usp=sharing</a><br></div></div>_____________________________________<br>Powered by <a href="http://www.kitware.com" 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" 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" 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" 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" target="_blank">http://public.kitware.com/mailman/listinfo/insight-users</a><br></div></blockquote></div><br></div></div></blockquote></div><br></div>