SimpleITK 1.2.0 Release

Announcement

We are pleased to announce the SimpleITK 1.2 Release!

Installing SimpleITK

Complete instructions on getting started with SimpleITK including downloading binaries or building SimpleITK can be found on the SimpleITK Read the Docs web page (http://simpleitk.readthedocs.io/en/release/Documentation/docs/source/installation.html).

  • Python Binary Downloads

    • Python binary wheels are available for download. It is important to have the latest version of pip for correct wheel compatibility and installation. To install the latest SimpleITK package form PyPI:
    python -m pip install --upgrade pip
    python -m pip install SimpleITK
    
    • Conda packages are available from Anaconda Cloud on the SimpleITK channel. These can be installed with:
    conda install -c simpleitk simpleitk
    
  • 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.2.0/).

Release Notes

2 Likes