ITK 4.11 Release Candidate 2 is Available for Testing

January 16, 2017

The second release candidate for the Insight Segmentation and Registration Toolkit (ITK) 4.11 is now ready to test. For more information on the new features in this release, see our blog entry on the first release candidate.

Insight Journal article included as a Remote Module, PrincipalComponentsAnalysis: Principal Components Analysis of Scalar, Vector, and Mesh Vertex Data.

To obtain the source code, download the zip archive or a tar.gz archive. Or, to checkout the tag with Git,

git clone https://itk.org/ITK.git
cd ITK
git checkout -q --detach v4.11rc02

Once again, we encourage you to test out the release candidate, and let us know what you think through the mailing list, issue tracker, and Gerrit Code Review. We are nearing the final release, which we plan to have ready next week. Thank you for your continued support of the toolkit!

Changes from v4.11rc01 to v4.11rc02

Bradley Lowekamp (5):
     BUG: Remove unused SimpleImageRegistrationTest baselines
     ENH: Expose GetNextSeed method in MersenneTwiseter Generator
     BUG: Add option for fixed seed or wall clock seed for sampling
     BUG: Use metric random seed in v3 examples
     BUG: Prefer setting seed at algorithm in “v4” tests.

Francois Budin (3):
     ENH: Update BridgeNumPy to latest version on 2017.01.08 to address ITK-3511
     BUG: Extra \$ in doxygen comment
     BUG: Binary include directory added only if enabled shared

Jon Haitz Legarreta (2):
     DOC: Document itkLabelOverlapMeasuresImageFilter methods.
     DOC: Fix ITKImageNoise filters’ doc TeX errors.

Matthew McCormick (1):
     BUG: Remove invalid ImageRegistration4Test.png.sha512

Leave a Reply