Skip to content

Commit

Permalink
ENH: Bump ITK to v5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Nov 29, 2022
1 parent 3577ec7 commit 9281af8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/build-test-package.yml
Expand Up @@ -3,9 +3,9 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "abf5fa10522a36bc51f42f20f426a622f42ed90d"
itk-wheel-tag: "v5.3rc04.post4" # Same ITK C++ reference commit, different tag name
ITKMeshToPolyData-git-tag: "v0.9.2"
itk-git-tag: "v5.3.0"
itk-wheel-tag: "v5.3.0"
ITKMeshToPolyData-git-tag: "v0.10.0"

jobs:
build-test-cxx:
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version-minor: [7, 8, 9, 10]
python-version-minor: ["7", "8", "9", "10", "11"]

steps:
- name: Get specific version of CMake, Ninja
Expand All @@ -260,6 +260,16 @@ jobs:
7z x doxygen-1.8.11.windows.bin.zip -o/c/P/doxygen -aoa -r
curl -L "https://data.kitware.com/api/v1/file/5bbf87ba8d777f06b91f27d6/download/grep-win.zip" -o "grep-win.zip"
7z x grep-win.zip -o/c/P/grep -aoa -r
ITK_PYTHON_PACKAGE_TAG="0f5effc39afbf7cb1ac5ab20faa0996ddb12b34d"
echo "Updating ITKPythonPackage build scripts to ${ITK_PYTHON_PACKAGE_TAG}"
pushd /c/P/IPP
git remote add InsightSoftwareConsortium https://github.com/InsightSoftwareConsortium/ITKPythonPackage.git --tags
git fetch InsightSoftwareConsortium
git checkout ${ITK_PYTHON_PACKAGE_TAG}
git status
popd
pwd
git clone https://github.com/InsightSoftwareConsortium/ITKMeshToPolyData.git
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -13,7 +13,7 @@

setup(
name='itk-bsplinegradient',
version='0.2.10',
version='0.3.0',
author='Matthew McCormick',
author_email='matt.mccormick@kitware.com',
packages=['itk'],
Expand Down

0 comments on commit 9281af8

Please sign in to comment.