Simpleitk

Latest version: v2.4.0

Safety actively analyzes 682404 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

5.3rc3

Improved Python packaging type information (PEP 561).
Improved types for manual Python procedural methods: Resample, GetArrayFromImage, GetImageFromArray, GetArrayViewFromImage, ReadImage, WriteImage, SmoothingRecursiveGaussian, DiscreteGaussian.


Bug Fixes
---------

Additional baseline test image for AArch64/ARM64 systems.
Fix test failure when system has more than 127 processors.
Remove failing test with 32-bit pixel and JPEG file.

4.3.2

- [SIMPLEITK-400](https://issues.itk.org/jira/browse/SIMPLEITK-400) - Update towards ITK 4.4
- [SIMPLEITK-409](https://issues.itk.org/jira/browse/SIMPLEITK-409) - There is an unneeded dependency of many of the BasicFilter libraries on the previous on. This should be removed.

New Feature
- [SIMPLEITK-330](https://issues.itk.org/jira/browse/SIMPLEITK-330) - Add PatchBaseDenoising filter
- [SIMPLEITK-411](https://issues.itk.org/jira/browse/SIMPLEITK-411) - Add new json field type for enums.
- [SIMPLEITK-415](https://issues.itk.org/jira/browse/SIMPLEITK-415) - Add ClampImageFilter

Task
- [SIMPLEITK-352](https://issues.itk.org/jira/browse/SIMPLEITK-352) - Have separate versions of SimpleITK doxygen for each version or tag
- [SIMPLEITK-355](https://issues.itk.org/jira/browse/SIMPLEITK-355) - Add CMake file to use Midas and MD5 files for data.
- [SIMPLEITK-356](https://issues.itk.org/jira/browse/SIMPLEITK-356) - Migrate the data from the data submodule to the Midas md5 download system.
- [SIMPLEITK-366](https://issues.itk.org/jira/browse/SIMPLEITK-366) - System ITK with Superbuild.
- [SIMPLEITK-367](https://issues.itk.org/jira/browse/SIMPLEITK-367) - Move WIki pages to version directories.
- [SIMPLEITK-375](https://issues.itk.org/jira/browse/SIMPLEITK-375) - Update SimpleITK Wiki and FAQ, including compiler support and FAQ entries.
- [SIMPLEITK-407](https://issues.itk.org/jira/browse/SIMPLEITK-407) - Update the style of SWIG and PCRE.
- [SIMPLEITK-412](https://issues.itk.org/jira/browse/SIMPLEITK-412) - Fix dashboard issues
- [SIMPLEITK-416](https://issues.itk.org/jira/browse/SIMPLEITK-416) - Update Source Tarball script for midas data.
- [SIMPLEITK-418](https://issues.itk.org/jira/browse/SIMPLEITK-418) - The size of the monolithic test driver is too big on windows. This should be broken up

4.1.1

Various C++17 modernization in testing include more usage of initializer lists, and namespaces.
Change PimpleImageBase to return unique_ptr over raw.
Address unused return value in image transform point methods and in transform tests.
Use unique_ptr for Transform interface.
Remove references to legacy SITK_4D_IMAGES definition.
Enable ITK_LEGACY_REMOVE by default in Superbuild.
Update ITK enum to remove legacy enums type.
Update to CSharp DotNet version 4 by default.
Update SimpleITK Superbuild Lua to 5.4.4 and enable usage of Lua 5.4.
Remove disutils and setupegg.py from Python packaging fallback.
Add pyproject.toml to address wheel dependency warning

2.4.0

Announcement

Announcing the SimpleITK 2.4.0 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](https://simpleitk.readthedocs.io/en/master/index.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 from PyPI:

python -m pip install --upgrade pip
python -m pip install SimpleITK


Please note that the binary distribution now contains wheels build on the Python 3.11 stable API ( see [PEP 384](https://peps.python.org/pep-0384/) ). These wheels contain "cp311-abi3" in the filename and should work with Python versions including and after 3.11.


Release Notes
============

New Features
------------
* Updated to ITK 5.4.0 [release](https://github.com/InsightSoftwareConsortium/ITK/releases) benefiting from all of the significant improvements in the underlying toolkit.
* Add `SimpleITK_PYTHON_USE_USE_LIMITED_API` CMake option.
* Build SimpleITK packages with limited Python API support for Python >=3.11.
* Add `ThresholdAbove`, `ThresholdBelow` and `OutsideValue` methods to `ThresholdImageFilter`.
* Add to Image readers `SpacingWarningRelThreshold` accessors.
* Use new `PathType` for file paths across toolkit.
* Improve Python support for `pathlib.Path` across the toolkit with custom conversion for new `PathType`.
* Add Image member functions `IsSameImageGeometryAs`, `IsCongruent`.
* Update Superbuild version of PCRE2 to 10.43
* Update Superbuild version of GTest to 1.14.0
* Update Superbuild SWIG to 4.2.1


Behavior Changes
------------------

* CenteredTransformInitializer now returns DowncastedTransform in Python.


Bug Fixes
---------

* Refactor `ImageViewer` class to fix initialization problems.
* Fix MD5 hash for CSharp ImageGetSetBuffer example.
* Use ITK's SizeGreatestPrimeFactor for `FFTPadImageFilter` , which is 5 for VNL and 13 for FFTW.


Documentation
-------------

* Correct sphinx registration transform order in Registration Overview.
* Fix undeleted N4 filter in example.
* DICOM meta-data tags are lower case.
* Update documentation with Python version support policy.
* Add simplex delta documentation for Amoeba optimizer.
* Include a DICOM tag number with upper case letter in example.
* Fix math Latex notation for T_opt.
* Add FAQ entry for non-ASCII paths on windows.
* Added description of `LabelShapeStatisticFilter`'s bounding box.


Compilation and Infrastructure
-----------

* Use GitHub Actions for packing and CI, removing Azure Pipelines.
* Fix build dependency on option ITK GenericLabelInterpolator module.
* Apply clang tidy modernize-concat-nested-namespaces, modernize-avoid-bind, modernize-make-unique.
* Code improvements for modern C++17.
* Get CommentSpellCheck from PyPI.
* Format Python files per Black.
* Use pre-commit for black, yaml, json checks and other linting.
* In R, remove overloaded AddCommand method.
* Restrict SWIGWORDSIZE64 definition to required SWIG versions.
* Use optional components feature when finding ITK.
* Directly use fold expression in TypeListHasPixelIDValue.
* Package Java and CSharp on Linux.
* Use new CMP0156 to address duplicate library warnings.


latest

This is an automatic pre-release packaging of SimpleITK based on the master branch. It contains the latest features and experimental developments.

To upgrade to the latest pre-release Python binary package run:
pip install --upgrade --pre SimpleITK --find-links https://github.com/SimpleITK/SimpleITK/releases/tag/latest

<a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp311-abi3-win_amd64.whl#md5=9f9c58235e23500ca69c8c55734e97ef" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp38-cp38-win_amd64.whl#md5=5d7d7a8ddef76a52f080e624805f7ee7" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp39-cp39-win_amd64.whl#md5=63dd7f853c3b656864531e21d8ddb827" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp310-cp310-win_amd64.whl#md5=4cd7e976d8e8d70f00308582319e6de8" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=9a14bfe0bebcb9c6c072a229bb85e337" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=e7ae248f792f36eab73133bee668a120" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=0e623799192dfb451bf1e071279e8b40" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=1ab23e3891039a4a0c5490736c43c877" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=359ede31f13a33f1f13c630b4927215f" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=e6a3088c6a7b4626ede0ee43b1c9e7ab" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=99db70d74a1f42b8542475e5cd334e79" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=c5d9cf5069f8e7b1a782f57760666fd7" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp311-abi3-macosx_10_9_x86_64.whl#md5=78ac9c2340e4dd84707bbfa93326874d" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp38-cp38-macosx_10_9_x86_64.whl#md5=915b4fe3f0a9c94a3e464a2a3d60e4b3" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp310-cp310-macosx_10_9_x86_64.whl#md5=0af8fe8ebb84b29d1aebbea477b7aa12" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/latest/SimpleITK-2.4.0rc3.post4-cp39-cp39-macosx_10_9_x86_64.whl#md5=54f072d6695b2916614e093c37897abc" ></a>

What's Changed
* Update SimpleITK version is Sphinx configuration by blowekamp in https://github.com/SimpleITK/SimpleITK/pull/2173
* DOC: Change URLs to DOIs. by zivy in https://github.com/SimpleITK/SimpleITK/pull/2172


**Full Changelog**: https://github.com/SimpleITK/SimpleITK/compare/v2.4rc3...latest

2.4rc3

This is SimpleITK 2.4.0 Release Candidate 3.

To upgrade to the latest pre-release Python binary package run:
pip install --upgrade --pre SimpleITK --find-links https://github.com/SimpleITK/SimpleITK/releases/tag/v2.4rc3

<a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp39-cp39-win_amd64.whl#md5=daef36bf44a90242fb4b88fad368336f" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp310-cp310-win_amd64.whl#md5=4d244719e3a1fe4959c812b9a81b80fa" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp38-cp38-win_amd64.whl#md5=db2c6fa23680b2b3438a49a5f0ae753f" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp311-abi3-win_amd64.whl#md5=3965309acae6af141391e001438d1de6" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp38-cp38-macosx_10_9_x86_64.whl#md5=2e0fd32dae1258e3864d0d170a690ed6" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp39-cp39-macosx_10_9_x86_64.whl#md5=73bb55bddd1b0f6b73bd220a64921a8b" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp311-abi3-macosx_10_9_x86_64.whl#md5=f0d7f67e1f3eda47c502950155271bbd" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp310-cp310-macosx_10_9_x86_64.whl#md5=9e76c8da9a4c20871e01c66a10d7d0de" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=d33cab77c08779ae140b8d750da520f5" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=94761dd964af0d8a2bafa6c7a65401d8" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=719b99f65fcafe7873b3eade7cff835b" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#md5=a8a4372a5bf33ebd214414cd7045a63e" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=362bd653a752ab439f81429adb55c966" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=760fab9135c8d04c5d5c74a9e78d8e46" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=a6db21d98242dc479126d660c0316e63" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc3/SimpleITK-2.4.0rc3-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#md5=3bfc7faae79177b76d846cfbb5d54112" ></a>

What's Changed
* Update SWIG docs string from SimpleITK Doxygen by blowekamp in https://github.com/SimpleITK/SimpleITK/pull/2170


**Full Changelog**: https://github.com/SimpleITK/SimpleITK/compare/latest...v2.4rc3

2.4rc2

Announcement

Announcing the SimpleITK 2.4 Release Candidate 2!

This release was made with new infrastructure in Github Actions. Users and developers are encouraged to test the RC before the final release and report issues, bugs, and any compatibility problems.

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](https://simpleitk.readthedocs.io/en/master/index.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 from GitHub releases:

python -m pip install --upgrade pip
python -m pip install --pre SimpleITK --find-links https://github.com/SimpleITK/SimpleITK/releases/tag/v2.4rc2


Please note that the binary distribution now contains wheels build on the Python 3.11 stable API ( see [PEP 384](https://peps.python.org/pep-0384/) ). These wheels contain "cp311-abi3" in the filename and should work with Python versions including and after 3.11.


<a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#2bd5931b60c8437551e710b25f1487c4"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#8d81514dde2f70f5fc82e4bc8a869fc5"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#56e810afac48dbe3dcaff2dba093a095"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp311-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#7f5a20fabc854f94f30db628d85fce1b"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp311-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#1b86c5c4fe69b2dfe7049c10c692532d"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#5ac06e3dbae05ebacbd143d6a0b5f51f"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#922a63ff090aafc8d13661b391ae5ff7"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl#9bfee92ec8bdf0e911a102ba7acd93af"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp310-cp310-win_amd64.whl#72a8b73b13f57ed5d1bbcc853c7abff4"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp39-cp39-win_amd64.whl#6d57b8743dd3b76519c87e6a642b67ff"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp311-abi3-win_amd64.whl#8520256eca4d2b79d8b548a3d7f6b01a"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp38-cp38-win_amd64.whl#1029ff6c7930839008816492ab47aaef"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp311-abi3-macosx_10_9_x86_64.whl#79d025b2739d02b2e61ed9f64ada9cec"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp39-cp39-macosx_10_9_x86_64.whl#c04ab62b61fb8db37239aafd3f0365bf"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp38-cp38-macosx_10_9_x86_64.whl#6e2e2fde09ca5330c460d8cab8b2d355"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp310-cp310-macosx_10_9_x86_64.whl#5eb068e298ceee70a9526d35d1ce9813"></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp310-cp310-macosx_11_0_arm64.whl#md5=b9309b8db297cb1987845ccb03c3cd0e" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp311-abi3-macosx_11_0_arm64.whl#md5=e5159d1087a41f165394ea1740722625" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp38-cp38-macosx_11_0_arm64.whl#md5=2c612a89d05292aa6595d0c08dd656a7" ></a><a href="https://github.com/SimpleITK/SimpleITK/releases/download/v2.4rc2/SimpleITK-2.4.0rc2-cp39-cp39-macosx_11_0_arm64.whl#md5=f33f405da451f3b56c1d6b70eabb5e06" ></a>



Release Notes
============

New Features
------------
* Updated to ITK 5.4.0 [release](https://github.com/InsightSoftwareConsortium/ITK/releases) benefiting from all of the significant improvements in the underlying toolkit.
* Add `SimpleITK_PYTHON_USE_USE_LIMITED_API` CMake option.
* Build SimpleITK packages with limited Python API support for Python >=3.11.
* Add `ThresholdAbove`, `ThresholdBelow` and `OutsideValue` methods to `ThresholdImageFilter`.
* Add to Image readers `SpacingWarningRelThreshold` accessors.
* Use new `PathType` for file paths across toolkit.
* Improve Python support for `pathlib.Path` across the toolkit with custom conversion for new `PathType`.
* Add Image member functions `IsSameImageGeometryAs`, `IsCongruent`.
* Update Superbuild version of PCRE2 to 10.43
* Update Superbuild version of GTest to 1.14.0
* Update Superbuild SWIG to 4.2.1


Behavior Changes
------------------

* CenteredTransformInitializer now returns DowncastedTransform in Python.


Bug Fixes
---------

* Refactor `ImageViewer` class to fix initialization problems.
* Fix MD5 hash for CSharp ImageGetSetBuffer example.
* Use ITK's SizeGreatestPrimeFactor for `FFTPadImageFilter` , which is 5 for VNL and 13 for FFTW.


Documentation
-------------

* Correct sphinx registration transform order in Registration Overview.
* Fix undeleted N4 filter in example.
* DICOM meta-data tags are lower case.
* Update documentation with Python version support policy.
* Add simplex delta documentation for Amoeba optimizer.
* Include a DICOM tag number with upper case letter in example.
* Fix math Latex notation for T_opt.
* Add FAQ entry for non-ASCII paths on windows.
* Added description of `LabelShapeStatisticFilter`'s bounding box.


Compilation and Infrastructure
-----------

* Use GitHub Actions for packing and CI, removing Azure Pipelines.
* Fix build dependency on option ITK GenericLabelInterpolator module.
* Apply clang tidy modernize-concat-nested-namespaces, modernize-avoid-bind, modernize-make-unique.
* Code improvements for modern C++17.
* Get CommentSpellCheck from PyPI.
* Format Python files per Black.
* Use pre-commit for black, yaml, json checks and other linting.
* In R, remove overloaded AddCommand method.
* Restrict SWIGWORDSIZE64 definition to required SWIG versions.
* Use optional components feature when finding ITK.
* Directly use fold expression in TypeListHasPixelIDValue.
* Package Java and CSharp on Linux.
* Use new CMP0156 to address duplicate library warnings.

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.