Skip to content

Commit

Permalink
ENH: Upgrade ITK from v5.4rc02 to v5.4rc03
Browse files Browse the repository at this point in the history
Upgraded ITK on the CI to version 5.4rc03: https://github.com/InsightSoftwareConsortium/ITK/releases/tag/v5.4rc03 (commits from 2023-10-10 to 2024-04-04: InsightSoftwareConsortium/ITK@v5.4rc02...v5.4rc03)

Including major performance improvements of `SpatialObject.IsInsideInWorldSpace(point)`:
 * InsightSoftwareConsortium/ITK#4435 "Let SpatialObject directly access m_ObjectToWorldTransformInverse"
 * InsightSoftwareConsortium/ITK#4440 "Add SpatialObject IsInsideInWorldSpace(const PointType &) overload"
 * InsightSoftwareConsortium/ITK#4441 "Make `m_ObjectToWorldTransformInverse->TransformPoint` non-virtual"
 * InsightSoftwareConsortium/ITK#4450 "Let `ImageSpatialObject` update the image regions of its base class, let `ImageMaskSpatialObject` use these image regions"

Follow-up to pull request #982 commit 5f0940d
  • Loading branch information
N-Dekker committed Apr 9, 2024
1 parent 5fe9307 commit 8584c9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ElastixGitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@ jobs:
- os: ubuntu-22.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.4rc02"
itk-git-tag: "v5.4rc03"
cmake-build-type: "Release"
ANNLib: "libANNlib-5.1.so"
ANNLib2: "libANNlib-5.1.so.1"
- os: windows-2022
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.4rc02"
itk-git-tag: "v5.4rc03"
cmake-build-type: "Release"
ANNLib: "ANNlib-5.1.dll"
vcvars64: "C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
- os: macos-12
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.4rc02"
itk-git-tag: "v5.4rc03"
cmake-build-type: "Release"
ANNLib: "libANNlib-5.1.1.dylib"
ANNLib2: "libANNlib-5.1.dylib"
Expand Down
2 changes: 1 addition & 1 deletion Testing/CI/Azure/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
ITKv5_VERSION: v5.4rc02
ITKv5_VERSION: v5.4rc03
ITK_GIT_URL: https://github.com/InsightSoftwareConsortium/ITK
ITK_SOURCE_DIR: $(Agent.BuildDirectory)/ITK-source
ITK_BINARY_DIR: $(Agent.BuildDirectory)/ITK-build
Expand Down

0 comments on commit 8584c9c

Please sign in to comment.