This repository was archived by the owner on Apr 25, 2026. It is now read-only.
Releases: InsightSoftwareConsortium/ITKMontage
Releases · InsightSoftwareConsortium/ITKMontage
ITKMontage 0.8.5
What's Changed
- COMP: Fix compiler warning about lifetime extension by @hjmjohnson in #238
- sync clang format by @hjmjohnson in #239
- COMP: Update RemoteModulePackageAction and Python 3.9+ by @hjmjohnson in #240
Full Changelog: v0.8.4...v0.8.5
ITKMontage 0.8.4
What's Changed
- COMP: Add extra double parameter to InterpolateImageFunction wrapping templates by @darrent1974 in #236
- BUG: Update python examples to reflect wrapping changes by @darrent1974 in #237
New Contributors
- @darrent1974 made their first contribution in #236
Full Changelog: v0.8.3...v0.8.4
ITKMontage 0.8.3
What's Changed
- ENH: Enable unit tests which are no longer failing by @dzenanz in #226
- ENH: Upgrade CI for ITK 5.4.0 by @thewtex in #230
- ENH: Support nearest neighbor interpolator for montaging label maps by @dzenanz in #227
- COMP: Get ITK_USE_FLOAT_SPACE_PRECISION=ON to compile again by @dzenanz in #231
- COMP: Fix MacOS Python packages by @dzenanz in #232
- General code style and CI update for ITK 5.4.2 by @dzenanz in #235
Full Changelog: v0.8.2...v0.8.3
ITKMontage 0.8.2
What's Changed
- ENH: Require less components to be built for examples by @dzenanz in #213
- BUG: Update
TileMergeImageFiltersignature in example script by @tbirdso in #215 - ENH: Add Python notebook testing by @tbirdso in #217
- COMP: Fix discarding return value warning introduced by ITK 5.4 by @dzenanz in #218
- STYLE: Replace SFINAE selection by constexpr if by @dzenanz in #220
- Avoid appearance of NaN values by @dzenanz in #221
- COMP: Fix HyperSphereImageSource class name in type macro (was Image) by @dzenanz in #224
- ENH: Compute and expose per-tile registration reliability by @dzenanz in #225
Full Changelog: v0.8.1...v0.8.2
ITKMontage 0.8.1
What's Changed
Full Changelog: v0.8.0...v0.8.1
ITKMontage 0.8.0
Merge pull request #206 from InsightSoftwareConsortium/bump-itk ENH: Bump for ITK v5.3
ITKMontage v0.7.3
ENH: Update CI to 5.2.0
ITKMontage 0.7.0
Minor bug fixes and improvements such as fixing compile warnings and improving tests.
ITKMontage 0.5.3
Merge pull request #167 from thewtex/igenerator-patch Igenerator patch
ITKMontage 0.5.2
Merge pull request #166 from thewtex/package-deps BUG: Update Python package dependency versions