Skip to content

Commit 0539382

Browse files
tbirdsodzenanz
authored andcommitted
ENH: Bump ITK and replace http with https using script
1 parent d707496 commit 0539382

18 files changed

+24
-24
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
55
##
66
## The clang-format binaries can be downloaded as part of the clang binary distributions
7-
## from http://releases.llvm.org/download.html
7+
## from https://releases.llvm.org/download.html
88
##
99
## Use the script Utilities/Maintenance/clang-format.bash to faciliate
1010
## maintaining a consistent code style.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build, test, package
33
on: [push,pull_request]
44

55
env:
6-
itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5"
6+
itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6"
77
itk-wheel-tag: "v5.3rc04"
88

99
jobs:

LICENSE

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

22
Apache License
33
Version 2.0, January 2004
4-
http://www.apache.org/licenses/
4+
https://www.apache.org/licenses/
55

66
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
77

@@ -193,7 +193,7 @@
193193
you may not use this file except in compliance with the License.
194194
You may obtain a copy of the License at
195195

196-
http://www.apache.org/licenses/LICENSE-2.0
196+
https://www.apache.org/licenses/LICENSE-2.0
197197

198198
Unless required by applicable law or agreed to in writing, software
199199
distributed under the License is distributed on an "AS IS" BASIS,

doc/InsightArticle.cls

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

7777
% Define command to make reference to on-line Doxygen documentation
7878
\newcommand{\doxygen}[1]{
79-
\href{http://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}}
79+
\href{https://www.itk.org/Doxygen/html/classitk_1_1#1.html}{\code{itk::#1}}}
8080

8181
% Define command to make reference to on-line Doxygen documentation
8282
\newcommand{\subdoxygen}[2]{
83-
\href{http://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}}
83+
\href{https://www.itk.org/Doxygen/html/classitk_1_1#1_1_1#2.html}{\code{itk::#1::#2}}}
8484

8585
% Define command for the standard comment introducing classes with similar functionalities
8686
\newcommand{\relatedClasses}{

doc/InsightJournal.sty

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,11 +1109,11 @@
11091109
% Commands for adding the link reference to the URL in the Insight Journal
11101110
%
11111111
\newcommand{\urlhandle}[1]{
1112-
\url{http://hdl.handle.net/10380/#1}}
1112+
\url{https://hdl.handle.net/10380/#1}}
11131113

11141114
\newcommand{\IJhandle}[1]{
1115-
Latest version available at the \href{http://www.insight-journal.org}{Insight Journal} [\urlhandle{#1}]\\
1116-
Distributed under \href{http://creativecommons.org/licenses/by/3.0/us/}{Creative Commons Attribution License}}
1115+
Latest version available at the \href{https://www.insight-journal.org}{Insight Journal} [\urlhandle{#1}]\\
1116+
Distributed under \href{https://creativecommons.org/licenses/by/3.0/us/}{Creative Commons Attribution License}}
11171117

11181118
\newcommand{\IJhandlefooter}[1]{
11191119
\fancyfoot[CO,CE]{

doc/ij_higher_order_accurate_gradient.bib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ @article{Khan2003
55
keywords = {backward di erence approximations,central di erence approximations,finite di erence approximations,forward di erence approximations,higher-degree derivatives,numerical di erentiation,taylor series},
66
pages = {115 -- 124},
77
title = {{Taylor series based finite difference approximations of higher-degree derivatives}},
8-
url = {http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.149.7922\&rep=rep1\&type=pdf},
8+
url = {https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.149.7922\&rep=rep1\&type=pdf},
99
volume = {154},
1010
year = {2003}
1111
}
@@ -16,11 +16,11 @@ @article{Khan1999
1616
keywords = {digital \"{y}lter,finite di erence formula,numerical di erentiation,taylor series},
1717
pages = {179--193},
1818
title = {{Closed-form expressions for the finite difference approximations of first and higher derivatives based on Taylor series}},
19-
url = {http://linkinghub.elsevier.com/retrieve/pii/S0377042799000886},
19+
url = {https://linkinghub.elsevier.com/retrieve/pii/S0377042799000886},
2020
volume = {107},
2121
year = {1999}
2222
}
2323
@misc{itk,
2424
title = {{The Insight Segmentation and Registration Toolkit}},
25-
url = {http://www.itk.org/}
25+
url = {https://www.itk.org/}
2626
}
29 Bytes
Binary file not shown.

doc/ij_higher_order_accurate_gradient.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
% of the standard documentation for Insight. It may be found online
55
% at:
66
%
7-
% http://www.itk.org/
7+
% https://www.itk.org/
88

99
\documentclass{InsightArticle}
1010

include/itkHigherOrderAccurateDerivativeImageFilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

include/itkHigherOrderAccurateDerivativeImageFilter.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* you may not use this file except in compliance with the License.
77
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0.txt
9+
* https://www.apache.org/licenses/LICENSE-2.0.txt
1010
*
1111
* Unless required by applicable law or agreed to in writing, software
1212
* distributed under the License is distributed on an "AS IS" BASIS,

0 commit comments

Comments
 (0)