Skip to content

Commit

Permalink
ENH: Bump ITK and replace http with https using script
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso authored and dzenanz committed Jun 1, 2022
1 parent d707496 commit 0539382
Show file tree
Hide file tree
Showing 18 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## See: https://clang.llvm.org/docs/ClangFormatStyleOptions.html for details of each option
##
## The clang-format binaries can be downloaded as part of the clang binary distributions
## from http://releases.llvm.org/download.html
## from https://releases.llvm.org/download.html
##
## Use the script Utilities/Maintenance/clang-format.bash to faciliate
## maintaining a consistent code style.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, test, package
on: [push,pull_request]

env:
itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5"
itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6"
itk-wheel-tag: "v5.3rc04"

jobs:
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
https://www.apache.org/licenses/

TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION

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

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

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions doc/InsightArticle.cls
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@

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

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

% Define command for the standard comment introducing classes with similar functionalities
\newcommand{\relatedClasses}{
Expand Down
6 changes: 3 additions & 3 deletions doc/InsightJournal.sty
Original file line number Diff line number Diff line change
Expand Up @@ -1109,11 +1109,11 @@
% Commands for adding the link reference to the URL in the Insight Journal
%
\newcommand{\urlhandle}[1]{
\url{http://hdl.handle.net/10380/#1}}
\url{https://hdl.handle.net/10380/#1}}

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

\newcommand{\IJhandlefooter}[1]{
\fancyfoot[CO,CE]{
Expand Down
6 changes: 3 additions & 3 deletions doc/ij_higher_order_accurate_gradient.bib
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ @article{Khan2003
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},
pages = {115 -- 124},
title = {{Taylor series based finite difference approximations of higher-degree derivatives}},
url = {http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.149.7922\&rep=rep1\&type=pdf},
url = {https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.149.7922\&rep=rep1\&type=pdf},
volume = {154},
year = {2003}
}
Expand All @@ -16,11 +16,11 @@ @article{Khan1999
keywords = {digital \"{y}lter,finite di erence formula,numerical di erentiation,taylor series},
pages = {179--193},
title = {{Closed-form expressions for the finite difference approximations of first and higher derivatives based on Taylor series}},
url = {http://linkinghub.elsevier.com/retrieve/pii/S0377042799000886},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0377042799000886},
volume = {107},
year = {1999}
}
@misc{itk,
title = {{The Insight Segmentation and Registration Toolkit}},
url = {http://www.itk.org/}
url = {https://www.itk.org/}
}
Binary file modified doc/ij_higher_order_accurate_gradient.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/ij_higher_order_accurate_gradient.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
% of the standard documentation for Insight. It may be found online
% at:
%
% http://www.itk.org/
% https://www.itk.org/

\documentclass{InsightArticle}

Expand Down
2 changes: 1 addition & 1 deletion include/itkHigherOrderAccurateDerivativeImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion include/itkHigherOrderAccurateDerivativeImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion include/itkHigherOrderAccurateDerivativeOperator.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion include/itkHigherOrderAccurateDerivativeOperator.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion include/itkHigherOrderAccurateGradientImageFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion include/itkHigherOrderAccurateGradientImageFilter.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
4 changes: 2 additions & 2 deletions itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ set(DOCUMENTATION "This module contains a filter to compute higher order
accurate numerical derivatives and gradients from an input scalar image.
field from a displacement field image.
Higher Order Accurate Derivative and Gradient Calculation in ITK
http://www.insight-journal.org/browse/publication/775
http://hdl.handle.net/10380/3231
https://www.insight-journal.org/browse/publication/775
https://hdl.handle.net/10380/3231
")

itk_module(HigherOrderAccurateGradient
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'accurate derivative and gradient image filters.\n'
'Please refer to:\n'
'M. McCormick, "Higher Order Accurate Derivative and Gradient Calculation in ITK.", '
'Insight Journal, July-December 2010, http://hdl.handle.net/10380/3231',
'Insight Journal, July-December 2010, https://hdl.handle.net/10380/3231',
classifiers=[
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion test/itkHigherOrderAccurateDerivativeImageFilterTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down
2 changes: 1 addition & 1 deletion test/itkHigherOrderAccurateGradientImageFilterTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0.txt
* https://www.apache.org/licenses/LICENSE-2.0.txt
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand Down

0 comments on commit 0539382

Please sign in to comment.