COMP: Upgrade ITK from v5.2.0 to v5.3rc03#620
Merged
Conversation
Upgraded to ITK version 5.3 (RC03), which was tagged on 16 January 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc03 Including upgrade to C++14, and various performance improvements: InsightSoftwareConsortium/ITK@6a8569e Use the faster `TransformPhysicalPointToContinuousIndex` overload InsightSoftwareConsortium/ITK@eb6ac88 Use the faster `TransformPhysicalPointToIndex` overload in filter InsightSoftwareConsortium/ITK@0539a2c Remove protected `itk::Transform` data member `m_DirectionChange` InsightSoftwareConsortium/ITK@eec9fe6 Remove unnecessary `IdentityTransform::m_ZeroJacobian` InsightSoftwareConsortium/ITK@9961ccd Use FastEvaluate in MattesMutualInformationImageToImageMetric + v4 InsightSoftwareConsortium/ITK@9745409 Use FixedArray for table within BSplineInterpolationWeightFunction InsightSoftwareConsortium/ITK@c23944b Remove BSplineInterpolationWeightFunction Kernel, use FastEvaluate InsightSoftwareConsortium/ITK@bc7c5df Use FixedArray for BSplineBaseTransform ParameterIndexArrayType InsightSoftwareConsortium/ITK@9bf745b Use FixedArray for BSplineInterpolationWeightFunction OutputType InsightSoftwareConsortium/ITK@c64a58d Make `ResampleImageFilter::LinearThreadedGenerateData` faster Follow-up to pull request #475 commit 6803b26 "COMP: Upgrade ITK from v5.1.1 to v5.2.0" (merged on 31 May 2021). Note: The last elastix git revision on the develop branch that still supported ITK 5.2 was tagged: "last-itk5.2-support"
Member
Author
Member
Author
|
For the record, the code adjustment in the five C++ source files included with this commit (all of them related to BSpline) were necessary because of a change in the definition of |
N-Dekker
added a commit
that referenced
this pull request
Feb 22, 2022
Code like `WeightsType weights(n)` does not necessarily construct an object of `n` weights, as it did before ITK 5.3. It now fills a fixed array of weights by value `n`. This behavior change is caused by a change of the definition of `itk::BSplineInterpolationWeightFunction::WeightsType`, by ITK pull request InsightSoftwareConsortium/ITK#2712 commit InsightSoftwareConsortium/ITK@9bf745b "PERF: Use FixedArray for BSplineInterpolationWeightFunction OutputType" (merged on 7 September 2021, included with ITK v5.3rc01). Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03" (merged on 18 February 2022).
N-Dekker
added a commit
that referenced
this pull request
Feb 22, 2022
Code like `WeightsType weights(n)` does not necessarily construct an object of `n` weights, as it did before ITK 5.3. It now fills a fixed array of weights by value `n`. This behavior change is caused by a change of the definition of `itk::BSplineInterpolationWeightFunction::WeightsType`, by ITK pull request InsightSoftwareConsortium/ITK#2712 commit InsightSoftwareConsortium/ITK@9bf745b "PERF: Use FixedArray for BSplineInterpolationWeightFunction OutputType" (merged on 7 September 2021, included with ITK v5.3rc01). Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03" (merged on 18 February 2022).
N-Dekker
added a commit
that referenced
this pull request
Jul 25, 2022
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 2022.
N-Dekker
added a commit
that referenced
this pull request
Jul 25, 2022
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 2022.
N-Dekker
added a commit
that referenced
this pull request
Aug 25, 2022
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 2022.
N-Dekker
added a commit
that referenced
this pull request
Aug 25, 2022
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022 and released on 23 August 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 2022.
N-Dekker
added a commit
that referenced
this pull request
Aug 25, 2022
Upgraded ITK on the CI to version 5.3 RC04, which was tagged on 12 July 2022 and released on 23 August 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc04 Follow-up to pull request #620 commit a0cf523 "COMP: Upgrade ITK from v5.2.0 to v5.3rc03", 18 February 2022.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgraded to ITK version 5.3 (RC03), which was tagged on 16 January 2022: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.3rc03
Including upgrade to C++14, and various performance improvements:
InsightSoftwareConsortium/ITK@6a8569e Use the faster
TransformPhysicalPointToContinuousIndexoverloadInsightSoftwareConsortium/ITK@eb6ac88 Use the faster
TransformPhysicalPointToIndexoverload in filterInsightSoftwareConsortium/ITK@0539a2c Remove protected
itk::Transformdata memberm_DirectionChangeInsightSoftwareConsortium/ITK@eec9fe6 Remove unnecessary
IdentityTransform::m_ZeroJacobianInsightSoftwareConsortium/ITK@9961ccd Use FastEvaluate in MattesMutualInformationImageToImageMetric + v4
InsightSoftwareConsortium/ITK@9745409 Use FixedArray for table within BSplineInterpolationWeightFunction
InsightSoftwareConsortium/ITK@c23944b Remove BSplineInterpolationWeightFunction Kernel, use FastEvaluate
InsightSoftwareConsortium/ITK@bc7c5df Use FixedArray for BSplineBaseTransform ParameterIndexArrayType
InsightSoftwareConsortium/ITK@9bf745b Use FixedArray for BSplineInterpolationWeightFunction OutputType
InsightSoftwareConsortium/ITK@c64a58d Make
ResampleImageFilter::LinearThreadedGenerateDatafasterFollow-up to pull request #475 commit 6803b26 "COMP: Upgrade ITK from v5.1.1 to v5.2.0" (merged on 31 May 2021).
Note: The last elastix git revision on the develop branch that still supported ITK 5.2 was tagged: "last-itk5.2-support"