The main change here is LabelGeometryMeasures
, which has been updated to use a new filter. The previous filter is set to be deprecated by ITK because of computational inefficiencies and bugs, see InsightSoftwareConsortium/ITK#4630.
What's Changed
- COMP: Address warnings. by @ntustison in #1669
- COMP: More warnings. by @ntustison in #1670
- DOC: MI clarification in logger. by @ntustison in #1671
- COMP: ANTs warnings 3. by @ntustison in #1672
- ENH: Use new M1 runner by @cookpa in #1673
- ENH: Update ITK to incorporate faster point set checks by @cookpa in #1676
- ENH: Support averaging affine transforms with float parameters by @dzenanz in #1682
- Refactor AverageAffineTransformFunction by @dzenanz in #1684
- ENH: Retain docker image from PRs by @cookpa in #1685
- COMP: Update actions to avoid node deprecation warnings by @cookpa in #1686
- ENH: Display debugging parameters only when verbose flag is turned on by @dzenanz in #1690
- ENH/BUG: CompositeTransformUtil --disassemble prepended to the output… by @cookpa in #1695
- BUG: Need to fill buffer for R and Python interfaces. by @ntustison in #1699
- ENH: Check for initialization after image allocation. by @ntustison in #1702
- ENH: Suppress "Bad Rotation Matrix" warnings by @dzenanz in #1697
- BUG: KellyKapowski could not infer dimensionality from input by @cookpa in #1698
- COMP: Cancel previous ci builds by @cookpa in #1705
- ENH: Check input for antsApplyTransforms matches dimensionality by @cookpa in #1694
- BUG: iMath Truncate failed on images with negative intensities by @cookpa in #1710
- ENH: make lesion image uint16 to allow more than 255 lesions by @cookpa in #1716
- Fix hardcoded dimension in template construction by @mabulnaga in #1719
- ENH: Add dimension 4. by @ntustison in #1722
- Use structured form for tech support requests by @cookpa in #1729
- CI: Drop v from release versions by @cookpa in #1732
- ENH: More than 10 modalities. by @ntustison in #1739
- COMP: Remove warnings. by @ntustison in #1740
- ENH: Update LabelGeometryMeasures to not use deprecated filter by @cookpa in #1737
- Remove deprecated label geometry filter by @cookpa in #1741
- ENH: Make eccentricity more similar to elongation by @cookpa in #1743
New Contributors
- @mabulnaga made their first contribution in #1719
Full Changelog: v2.5.1...v2.5.2