InsightSoftwareConsortium/ITK: ITK 5.4.3
Creators
-
Ibanez, Luis1
- Lorensen, Bill2
-
McCormick, Matthew3
- King, Brad3
-
Johnson, Hans4
-
Blezek, Daniel5
- Lowekamp, Bradley
-
Jomier, Julien6
- Miller, Jim
- Lehmann, Gaëtan
- Cates, Josh
- Dekker, Niels
-
Legarreta, Jon Haitz7
-
Zukić, Dženan8
-
Ng, Lydia9
- Kim, Jisung
- Gelas, Arnaud
- Malaterre, Mathieu
- Krishnan, Karthik
- Hoffman, Bill3
- Williams, Kent4
-
R. Aylward, Stephen3
- Budin, Francois
-
Legarreta, Jon Haitz7
- Schroeder, Will3
- Liu, Xiaoxiao
-
Avants, Brian10
-
McCormick, Matthew3
- McBride, Sean
- Noe, Aljaz
- Popoff, Michka
- Hart, Gabe
-
Zukić, Dženan8
- Sundaram, Tessa
-
Johnson, Hans4
- Gouaillard, Alexandre
- Stauffer, Michael
-
Tustison, Nick11
- Enquobahrie, Andinet3
- Pathak, Sayan
- Cedilnik, Andy
- Chen, Ting
- Shelton, Damion
- Helba, Brian3
- Quammen, Cory3
-
Hernandez-Cerdan, Pablo
- Jin, Yinpeng
- Padfield, Dirk
- Vercauteren, Tom
- Jae Kang, Hyun
- Turek, Matt3
- Tamburo, Robert
- Audette, Michel
- Foskey, Mark
-
Tustison, Nick11
- Hughett, Paul
- Doria, David
-
Fillion-Robin, Jean-Christophe3
- Kindlmann, Gordon
-
Newberg, Lee3
- Cole, David3
- S. FONOV, Vladimir
- Turner, Wes3
- Chen, Sophie
- Tasdizen, Tolga
- Duda, Jeffrey
- Galeotti, John
- BARRE, Sebastien3
- Jaume, Sylvain
- Mosaliganti, Kishore
- Isakov, Mihail
- Chandra, Parag
- Ghayoor, Ali
- Mackelfresh, Andrew
- Mullins, Christopher
- Zhuge, Ying
-
Rit, Simon12
-
Vigneault, Davis13
- Martin, Ken3
- Xue, Xinwei
- Straing, Marius
- Estepar, Raul
- Squillacote, Amy
- Wyman, Brad
- Chang, Wilson
- Guyon, Jean-Philippe
- Botha, Charl
- Baghdadi, Leila
- maekclena
- P. Awate, Suyash
- Reynolds, Patrick
- Pincus, Zachary
- Finet, Julien
- Venkatram, Raghu
-
Yaniv, Ziv
- Zygmunt, Kris
- Rondot, Pascale
- Davis, Brad
- Antiga, Luca
- Coursolle, Mathieu
- Roden, Mark
- Park, Sangwook
- Cheung, Ho
- Greer, Hastings
- Gandel, Lucas
- Aaron Cois, C.
- Kaucic, Robert
- D. Hanwell, Marcus
- Magnotta, Vincent
- Bertel, François
- Hipwell, John
- Chandrashekara, Raghavendra
- Beare, Richard
- Gerber, Samuel3
- C. Bigler, Don
- Straing, Marius
- Styner, Martin
- Robbins, Steven
- Chalana, Vikram
- Le Poul, Yann
- Neundorf, Alexander
- Lamb, Peter
- Williamson, Zach
- Braun-Jones, Taylor
- Wasem, Andrew
- Rannou, Nicolas
- ITK Community Members
- 1. Google Inc, Kitware Inc, University of North Carolina at Chapel Hill, Université de Rennes 1, Universidad Industrial de Santander
- 2. GE Research
- 3. Kitware Inc
- 4. University of Iowa
- 5. Mayo Clinic, Mayo Clinic Graduate School for Biomedical Sciences
- 6. Kitware SAS, Kitware Inc
- 7. Université de Sherbrooke
- 8. Kitware Inc, University of Siegen
- 9. Allen Institute for Brain Science
- 10. University of Pennsylvania
- 11. University of California Irvine, University of Virginia, Washington University in Saint Louis, Brigham Young University
- 12. University of Lyon, CREATIS
- 13. Tufts University School of Medicine
Description
We are pleased to announce the release of ITK 5.4.3, the latest maintenance update for this cross-platform, open-source toolkit supporting N-dimensional scientific image analysis with spatially-aware algorithms. 🎉 🍻 🥳 This patch release addresses several key issues identified since ITK 5.4.2 while maintaining API stability.
🔦 Highlights
As a maintenance update following 5.4.2, version 5.4.3 incorporates critical improvements including:
- Bug Fixes: Resolved issues affecting the default number of threads, particularly in multi-threaded image processing pipelines where thread limits were not respected, and corrected the b-spline size calculation for closed parametric dimensions, ensuring accurate interpolation in applications such as 3D image registration and deformation modeling.
- License Fixes: Removed unused VNL Netlib rpoly files to ensure compliance with our Apache 2.0 licensing requirements.
- Software Guide Updates: Spelling corrections for the ITK Software Guide.
- Doxygen Documentation: Updated Doxygen documentation to reflect the latest changes and improvements in ITK, including links to the ReadTheDocs site.
- Remote Module Updates: Improvements to the
LabelErodeDilate
andMeshToPolyData
remote modules, including bug fixes and enhancements.
A full list of changes can be found in the changelog below.
🔢 Versioning Note
For comprehensive details on ITK 5.4.0, please review the ITK 5.4.0 Release Notes.
💾 Download
Python Packages
Install ITK Python packages with:
pip install itk
Guide and Textbook
Library Sources
Testing Data
Unpack optional testing data in the same directory where the Library Source is unpacked.
Checksums and Signatures
🙏 Congratulations
Congratulations and thank you to everyone who contributed to this release.
🗣️ What's Next
ITK 6 Preparation
The development community is currently focused on delivering ITK 6, a major modernization release featuring:
- Architectural upgrades for contemporary C++ development
- Enhanced template metaprogramming capabilities
- Streamlined build system configurations
Early access builds (alpha/beta releases) will become available during ongoing 5.4.x maintenance, enabling parallel evaluation of new features while maintaining production stability.
5.4 Maintenance Commitment
We remain dedicated to supporting current users through:
- Regular security and regression patches
- Critical bug resolution
- Platform compatibility updates
Enjoy ITK!
ITK Changes Since v5.4.2
Bradley Lowekamp (2):
Enhancements
- Use get_schedaffin to determine number of threads (50ab3e0f6e)
Bug Fixes
- Update LabelErodeDilate remote module (ea1ee3a961)
Dženan Zukić (1):
Documentation Updates
- Remove duplicate new author name (Matthieu LAURENDEAU) (6d82d2bd8f)
Matthew McCormick (10):
Enhancements
- Bump ITK version to 5.4.3 (0913f2a962)
Documentation Updates
- Update maintenance branch for 5.4 series (146bc6de06)
- Point to RTD Doxygen documentation, ITKDoxygen Docker build (8ba1cfc8f2)
- Update Doxygen class links to use ReadTheDocs (d3189c245e)
- Update versioned Doxygen links to point to ReadTheDocs (ce4fa184e8)
- ITK 5.4.0 release notes (f2852f6ee9)
- Add ITK 5.4.2 release notes (f817e2f775)
Platform Fixes
- Bump MeshToPolyData Remote Module to 2024-03-14 main (7366509c1c)
Bug Fixes
- Remove VNL Netlib rpoly files (6894a1715c)
- Clamp GlobalDefault threads with GlobalMaximum with initialization (7e485eac71)
Simon Rit (1):
Bug Fixes
- Remove check on WrapITK.pth existence in itk_python_add_test (71d5cce482)
Nick Tustison (1):
Bug Fixes
- Incorrect size for closed parametric dimension. (0dd02ac9f1)
ITK Software Guide Changes Since v5.4.2
Matthew McCormick (1):
Enhancements
- Bump ITK to v5.4.3 (0db3df8)
albert-github (1):
Documentation Updates
- Spelling corrections (5849c78)
Remote Module Changes Since v5.4.2
LabelErodeDilate:
Bradley Lowekamp (4):
Bug Fixes
- Addressed memory leak of progress object (05a0a1c)
- Address uninitialized value (921aaab)
- Fix Valgrind defect with uninitialized array in doOneDimensionErode (b9567df)
Miscellaneous Changes
- Update CI infrastructure to use 5.4.2 infrastructure (c9f9037)
Hans Johnson (4):
Enhancements
Style Changes
- Add itkVirtualGetNameOfClassMacro + itkOverrideGetNameOfClassMacro (6a892cd)
- Update to match clang-format-19 from ITK (32e7773)
Jon Haitz Legarreta Gorroño (12):
Enhancements
- Transition project configuration to
pyproject.toml
(8197f14) - Initialize all arrays in
LabelSetUtils.h
file (108b0ba)
Platform Fixes
- Bump to minimum CMake 3.16.3 (f247673)
Style Changes
- Conform to ITK style guidelines in local variable naming (61c7a93)
- Do no use
m_
to start function parameter names (c347f23) - Use medial capitals for variable naming in C++ code (518fab1)
- Use
ITK_TRY_EXPECT_NO_EXCEPTION
macro in tests (5f37494) - Make the input argument checking be the first task in tests (1a5febf)
- Conform to ITK style guidelines in test arg check (7f9ffc7)
- Remove unnecessary brackets around
EXIT_FAILURE
(02de4bd) - Remove unreachable
break
afterreturn
statement (0fbfa1c) - Remove unnecessary/empty comment statements in tests (276b195)
MeshToPolyData:
Dženan Zukić (1):
Platform Fixes
- ITK_DISALLOW_COPY_AND_ASSIGN -> ITK_DISALLOW_COPY_AND_MOVE (b866a68)
Hans Johnson (7):
Enhancements
- Use latest actions, do not pin to latest version (8aed3c7)
- Use tag v5.4.2 for the build packages tags (9c0209b)
Style Changes
- Add itkVirtualGetNameOfClassMacro + itkOverrideGetNameOfClassMacro (c3c0006)
- Replace itkStaticConstMacro with static constexpr (86435bd)
- CoordRepType -> CoordinateType code readability (d90e542)
- Update to match clang-format-19 from ITK (6aa2abf)
- Fix KWStyleError (597c780)
Jon Haitz Legarreta Gorroño (1):
Platform Fixes
- Bump to minimum CMake 3.16.3 (97c575f)
Matt McCormick (12):
Enhancements
- Bump itk-wasm to 1.0.0-b.173 (08779a7)
- Bump itk-wasm version to 1.0.0-b.175 (254a24d)
- Add VTK C++ conversion example (8153ecc)
- Update ITK to 5.4.0 (4ce9813)
- Bump wasm package version to 1.1.1 (a9d1fd7)
- Bump pnpm to 10.6.2 (bd893e4)
- Update pyproject.toml for 0.11.1 (8941ee1)
Documentation Updates
- Lines to Vertices in method description (ff3cc60)
Platform Fixes
- Provide backwards compatible CoordRepType in itk::PolyData (c9e0aba)
- Update wasm for ITK 5.4.2 (1c2a0b5)
Bug Fixes
- Update Python package version to 0.11.0 (5e8de5d)
- Support Variable-Length-Vector in mesh-to-polydata (e9b30dc)
dependabot[bot] (2):
Miscellaneous Changes
Files
InsightSoftwareConsortium/ITK-v5.4.3.zip
Files
(34.7 MB)
Name | Size | Download all |
---|---|---|
md5:1f8f953a8b760840dbcbc06667b2ad2b
|
34.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/InsightSoftwareConsortium/ITK/tree/v5.4.3 (URL)
Software
- Repository URL
- https://github.com/InsightSoftwareConsortium/ITK