Skip to content

Commit 88cd096

Browse files
authored
Merge pull request #34 from thewtex/itk-5.3rc03
Itk 5.3rc03
2 parents 7cac826 + 2309a73 commit 88cd096

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

.github/workflows/build-test-package.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ jobs:
88
strategy:
99
max-parallel: 3
1010
matrix:
11-
os: [ubuntu-18.04, windows-2019, macos-10.15]
11+
os: [ubuntu-20.04, windows-2019, macos-10.15]
1212
include:
13-
- os: ubuntu-18.04
13+
- os: ubuntu-20.04
1414
c-compiler: "gcc"
1515
cxx-compiler: "g++"
16-
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
16+
itk-git-tag: "v5.3rc03"
1717
cmake-build-type: "MinSizeRel"
1818
- os: windows-2019
1919
c-compiler: "cl.exe"
2020
cxx-compiler: "cl.exe"
21-
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
21+
itk-git-tag: "v5.3rc03"
2222
cmake-build-type: "Release"
2323
- os: macos-10.15
2424
c-compiler: "clang"
2525
cxx-compiler: "clang++"
26-
itk-git-tag: "a89145bccda6a36f42cfdd45d3a6b27234ff54fe"
26+
itk-git-tag: "v5.3rc03"
2727
cmake-build-type: "MinSizeRel"
2828

2929
steps:
30-
- uses: actions/checkout@v1
30+
- uses: actions/checkout@v2
3131

32-
- name: Set up Python 3.7
33-
uses: actions/setup-python@v1
32+
- name: Set up Python 3.8
33+
uses: actions/setup-python@v2
3434
with:
35-
python-version: 3.7
35+
python-version: 3.8
3636

3737
- name: Install build dependencies
3838
run: |
@@ -83,8 +83,8 @@ jobs:
8383
file(TO_CMAKE_PATH "\$ENV{GITHUB_WORKSPACE}/" CTEST_SOURCE_DIRECTORY)
8484
file(TO_CMAKE_PATH "\$ENV{GITHUB_WORKSPACE}/../build" CTEST_BINARY_DIRECTORY)
8585
set(dashboard_source_name "${GITHUB_REPOSITORY}")
86-
if(ENV{GITHUB_REF} MATCHES "master")
87-
set(branch "-master")
86+
if(ENV{GITHUB_REF} MATCHES "main")
87+
set(branch "-main")
8888
set(dashboard_model "Continuous")
8989
else()
9090
set(branch "-${GITHUB_REF}")
@@ -130,13 +130,13 @@ jobs:
130130
shell: cmd
131131

132132
build-linux-python-packages:
133-
runs-on: ubuntu-18.04
133+
runs-on: ubuntu-20.04
134134
strategy:
135135
max-parallel: 2
136136
matrix:
137-
python-version: [36, 37, 38, 39]
137+
python-version: [37, 38, 39, 310]
138138
include:
139-
- itk-python-git-tag: "v5.2rc01"
139+
- itk-python-git-tag: "v5.3rc03"
140140

141141
steps:
142142
- uses: actions/checkout@v2
@@ -172,7 +172,7 @@ jobs:
172172
max-parallel: 2
173173
matrix:
174174
include:
175-
- itk-python-git-tag: "v5.2rc01"
175+
- itk-python-git-tag: "v5.3rc03"
176176

177177
steps:
178178
- uses: actions/checkout@v2
@@ -206,9 +206,9 @@ jobs:
206206
strategy:
207207
max-parallel: 2
208208
matrix:
209-
python-version-minor: [6, 7, 8, 9]
209+
python-version-minor: [7, 8, 9, 10]
210210
include:
211-
- itk-python-git-tag: "v5.2rc01"
211+
- itk-python-git-tag: "v5.3rc03"
212212

213213
steps:
214214
- name: Get specific version of CMake, Ninja
@@ -257,7 +257,7 @@ jobs:
257257
- build-linux-python-packages
258258
- build-macos-python-packages
259259
- build-windows-python-packages
260-
runs-on: ubuntu-18.04
260+
runs-on: ubuntu-20.04
261261

262262
steps:
263263
- name: Download Python Packages

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
itkMGHImageIO
1+
ITKMGHImageIO
22
=============
33

4-
![Build, test, package status](https://github.com/InsightSoftwareConsortium/itkMGHImageIO/workflows/Build,%20test,%20package/badge.svg)
4+
![Build, test, package status](https://github.com/InsightSoftwareConsortium/ITKMGHImageIO/workflows/Build,%20test,%20package/badge.svg)
55
[![PyPI Version](https://img.shields.io/pypi/v/itk-iomgh.svg)](https://pypi.python.org/pypi/itk-iomgh)
66

77
ITK remote module for IO of images stored in `mgh`, `mgz` and `mgh.gz` formats.
@@ -17,7 +17,7 @@ Dominique Belhachemi, Jean-Christophe Fillion-Robin, Julien Finet, Matt McCormic
1717
and Andras Lasso.
1818

1919
In May 2013, Hans Johnson created the repository `Slicer/itkMGHImageIO` enabling ITK
20-
based programs to support reading and writing MGH files. See [Slicer/itkMGHImageIO@4fa1fd815](https://github.com/InsightSoftwareConsortium/itkMGHImageIO/commit/4fa1fd8155a697bdd1a2c73f475178220d9fb09f). Between 2013 and 2021, this
20+
based programs to support reading and writing MGH files. See [Slicer/itkMGHImageIO@4fa1fd815](https://github.com/InsightSoftwareConsortium/ITKMGHImageIO/commit/4fa1fd8155a697bdd1a2c73f475178220d9fb09f). Between 2013 and 2021, this
2121
more general implementation has been developed with contributions from Hans Johnson, Mathew Seng, Xiaoxiao Liu, Matt McCormick, Jon Haitz Legarreta, François Budin, Zach Williamson and Jean-Christophe Fillion-Robin.
2222

2323
In September 2015, starting with Slicer commit [Slicer/Slicer@184e907df](https://github.com/Slicer/Slicer/commit/184e907df), Slicer was updated to use the IO provided by `Slicer/itkMGHImageIO` through the ITK remote module mechanism.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='itk-iomgh',
14-
version='1.1.0',
14+
version='1.1.1',
1515
author='Insight Software Consortium',
1616
author_email='community@itk.org',
1717
packages=['itk'],
@@ -47,6 +47,6 @@
4747
keywords='ITK InsightToolkit MGH Slicer',
4848
url=r'https://itk.org/',
4949
install_requires=[
50-
r'itk>=5.2rc1'
50+
r'itk>=5.3rc3'
5151
]
5252
)

0 commit comments

Comments
 (0)