<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">The SimpleITK Development Team and on behalf of the Insight Software Consortium, we announce the release of version 1.0.1 of SimpleITK.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">SimpleITK is available for the following programing languages: Python, R, Java, C#, C++, Lua, Ruby, and TCL. Binary versions of the toolkit are available for the GNU Linux, Apple OS X, and Microsoft Windows
 operating systems. All of the source code is freely available on Github under an Apache-2.0 license.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">We are in the process of migrating the old SimpleITK Wiki (https://itk.org/Wiki/SimpleITK), to Read The Docs (http://simpleitk.readthedocs.io/en/latest/).
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt">Downloading SimpleITK<o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Complete instructions on getting started with SimpleITK including downloading binaries can be found on Read The Docs (http://simpleitk.readthedocs.io/en/latest/Documentation/docs/source/installation.html).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">Python Binary Downloads</span></i><span style="font-size:11.0pt"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Python binary wheels are available for download. It is important to have the latest version of pip to ensure correct wheel compatibility and installation. To install the latest SimpleITK package form PyPI:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  ```<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  python -m  install --upgrade pip<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  python -m  install SimpleITK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  ```<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Many Conda package have been upload to Anaconda Cloud on the `SimpleITK`. These can be installed with:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  ```<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  conda install -c simpleitk simpleitk<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  ```<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">- A complete available set of compiled binaries, including select CSharp and Java distributions, along with source and data tar-balls are available on Source Forge (https://sourceforge.net/projects/simpleitk/files/SimpleITK/1.0.0/).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">- SimpleITK has a robust Superbuild CMake system which minimized the dependencies needed to build SimpleITK from scratch. Complete compilation instructions can be found on Read the Docs (http://simpleitk.readthedocs.io/en/latest/Documentation/docs/source/building.html).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span style="font-size:11.0pt">Release Notes<o:p></o:p></span></b></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">- Improvements<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Uses ITK 4.11.1, tested for compatibility with ITK 4.12<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Improved error reporting for sitk.Show<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Improved search paths for sitk.Show<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Updated documentation from ITK and corrected spelling mistakes<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">- Bug Fixes<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Numerous compilation issues related to R and mingw<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Fix CMake searching for Lua and Python<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Fix enabling SITK_4D_IMAGE<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Fix SimpleITKConfig.cmake.in compatibility for installed ITK<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Fix Superbuild issues with the Example directory as a project<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Fix out of bound array access in Image4D.ExtractImageFilter test<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">  - Fixes to Python's setup.py for build_ext<o:p></o:p></span></p>
</div>
</body>
</html>