[ITK] [ANN] ITK 4.12 Release Candidate 3 is ready for testing!
Matt McCormick
matt.mccormick at kitware.com
Fri May 26 17:43:09 EDT 2017
On behalf of the Insight Toolkit community, we are proud to announce
that ITK 4.12 release candidate 3 has been tagged and is available for
testing! Please take this opportunity to test the new features in the
release candidate. For more information on the new features in this
release, see our blog entry on the first release candidate.
To obtain the source code, use the links:
https://github.com/Kitware/ITK/archive/v4.12rc03.zip
https://github.com/Kitware/ITK/archive/v4.12rc03.tar.gz
Or, to checkout the tag with Git:
git clone https://itk.org/ITK.git
cd ITK
git checkout -q --detach v4.12rc03
Please test the release candidate and share your experiences on the
mailing list, issue tracker, and Gerrit Code Review.
An Experimental build, which demonstrates how the test suite performs
on your local build system, can be submitted to the dashboard [1]
with:
mkdir ../ITK-build
cd ../ITK-build
cmake ../ITK
ctest -j 4 -M Experimental -T Configure -T Build -T Test -T Submit
Visual Studio builds must also add “-C Release” to the ctest command.
Notify the mailing list if there are any unexpected failures. Testing
your own applications against the RC is also appreciated.
The 4.12.0 release is scheduled for next week.
[1] http://open.cdash.org/index.php?project=Insight
Changes from v4.12rc02 to v4.12rc03
------------------------------------------------
Bradley Lowekamp (4):
BUG: include HDF5 config in ITK config
BUG: Add fixed seed to registration tests
ENH: Use scikit-ci-addons for CiricleCI CMake installation and junit
BUG: Initialized the sampling seed for v3 registration test
Francois Budin (1):
ENH: Remove 'weak symbol' warning on MacOS
Matthew McCormick (5):
BUG: itk.ctype does not understand ints without signed
BUG: Rename WrapITKBuildOptionsPython.py to itkBuildOptions.py
DOC: Remove Doxygen note about GDCM version
BUG: Bump Bridge NumPy to address Windows long sizes
COMP: Suppress macOS std::string linker visibility warnings
Vladimir S. FONOV (1):
MINC 2017-05-19 (f6853a70)
More information about the Community
mailing list