The ITK 4.3.0 release candidate 4 has been tagged, and is available for<br>testing! To obtain the source code,<br><br> git clone <a href="http://itk.org/ITK.git">http://itk.org/ITK.git</a><br> cd ITK<br> git checkout -q --detach v4.3rc04<br>
<br>For more details, please see<br><br> <a href="http://www.itk.org/Wiki/ITK/Git">http://www.itk.org/Wiki/ITK/Git</a><br><br>Please test the release candidate and share your experiences on the mailing<br>list, issues tracker, and Gerrit Code Review. Please include the tag name when<br>
providing feedback.<br><br>Python wrapping builds properly again this this release candidate.<br><br>This will be the last release candidate before the final release.<br><br>A list of changes since 4.3rc03 follows:<br><br>
Andreas Schuh (1):<br> DOC: Modify BSplineDeformableTransform comments.<br><br>Arnaud Gelas (1):<br> STYLE: Make CopyMeshToMesh a function just like the other Copy Container ones.<br><br>Bill Lorensen (1):<br> BUG: Cannot read a 2 channel (gray, alpha) png file correctly<br>
<br>Brad King (5):<br> STYLE: Replace write_file() with file(WRITE) and file(APPEND)<br> STYLE: Replace make_directory() with file(MAKE_DIRECTORY)<br> STYLE: Replace install_(files|programs|targets) with install command<br>
STYLE: Replace remove() with list(REMOVE_ITEM)<br> STYLE: Remove unsed vxl source directory<br><br>Bradley Lowekamp (1):<br> COMP: Fix link error with visibility-inlines-hidden<br><br>Cory Quammen (1):<br>
DOC: Modify PasteImageFilter comments.<br><br>Gordon Kindlmann (1):<br> BUG: tracking changes (hopefully the last) in Teem prior to its 1.11 release<br><br>Kent Williams (1):<br> COMP: add set methods for member variables where missing.<br>
<br>Matthew McCormick (4):<br> STYLE: Fix style of CleanQuadEdgeMeshFilter.<br> STYLE: Rename itkMultiTransformBase to itkMultiTransform.<br> COMP: Wrap MultiTransform.<br> STYLE: Fix style in MultiTransform.<br>
<br><br>