Announcing the SimpleITK 2.4.1 Release!
The release includes critical bug fixes and compilation issues including an update to ITK v5.4.2.
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.
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 from PyPI:
python -m pip install --upgrade pip python -m pip install SimpleITK
The binary distribution now contains wheels built on the Python 3.11 stable API ( see PEP 384 ) and should work with Python versions including and after 3.11.
Anaconda Binary Downloads
SimpleITK Conda binaries are available for the conda-forge ecosystem. To get started run the following command:
conda create --name sitk python=3.12 simpleitk --channel conda-forge --override-channels
Getting Started
To get started with pre-compiled Java or C# bindings, building the R binding via a devtools installer or building SimpleITK from source code see the Getting Started Guide.
Bug Fixes
- For windows addresses issue with incorrect computation with image of vector pixel type larger than 4 gigabytes.
To upgrade to the latest release Python binary package run:
pip install --upgrade SimpleITK --find-links https://github.com/SimpleITK/SimpleITK/releases/tag/v2.4.1
What’s Changed
- BUG: Correct SITK_MAX_DIMENSION usage - For Release by @blowekamp in BUG: Correct SITK_MAX_DIMENSION usage - For Release by blowekamp · Pull Request #2195 · SimpleITK/SimpleITK · GitHub
- ENH: Use stderr in R, and modify string formatting to avoid compiler … by @richardbeare in ENH: Use stderr in R, and modify string formatting to avoid compiler … by richardbeare · Pull Request #2207 · SimpleITK/SimpleITK · GitHub
- Update ITK Superbuild version to 5.4.1 by @blowekamp in Update ITK Superbuild version to 5.4.1 by blowekamp · Pull Request #2222 · SimpleITK/SimpleITK · GitHub
- Update ITK superbuild to 5.4.2 by @blowekamp in Update ITK superbuild to 5.4.2 by blowekamp · Pull Request #2227 · SimpleITK/SimpleITK · GitHub
Release on Github: Release Release v2.4.1 · SimpleITK/SimpleITK · GitHub