Skip to content

Commit 8b17b31

Browse files
committed
ENH: Bump ITK and restyle with https
1 parent 5ba9c46 commit 8b17b31

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# http://EditorConfig.org
1+
# https://EditorConfig.org
22

33
# top-most EditorConfig file
44
root = true

.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: "ee664da6bb1a83cdf82e2582126e65119a4de1a4"
6+
itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6"
77
itk-wheel-tag: "v5.3rc04"
88
ITKBSplineGradient-git-tag: v0.2.4
99
ITKHigherOrderAccurateGradient-git-tag: v1.1.0

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,

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ References
3737

3838
McCormick, M. An Open Source, Fast Ultrasound B-Mode Implementation for
3939
Commodity Hardware. Insight Journal. 2010 January-June. URL:
40-
http://hdl.handle.net/10380/3159
40+
https://hdl.handle.net/10380/3159
4141

4242
McCormick, M, Rubert, N and Varghese, T. Bayesian Regularization Applied to
4343
Ultrasound Strain Imaging. IEEE Transactions on Biomedical Engineering.
@@ -49,5 +49,5 @@ Aylward, S. R., McCormick, M. M., Kang H. J., Razzaque, S., R. Kwitt,
4949
R., and M. Niethammer. Ultrasound spectroscopy. 2016 IEEE International
5050
Symposium on Biomedical Imaging: From Nano to Macro, ISBI 2016 - Proceedings.
5151
Prague, Czech Republic. 1013-1016. 2016.
52-
http://dx.doi.org/10.1109/ISBI.2016.7493437
52+
https://dx.doi.org/10.1109/ISBI.2016.7493437
5353
https://pdfs.semanticscholar.org/6bcd/1e7adbc24e15c928a7ad5af77bbd5da29c30.pdf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
license='Apache',
4141
keywords='ITK InsightToolkit ultrasound imaging',
42-
url=r'http://www.insight-journal.org/browse/publication/722',
42+
url=r'https://www.insight-journal.org/browse/publication/722',
4343
install_requires=[
4444
r'itk>=5.3rc04',
4545
r'itk-bsplinegradient>=0.2.4',

0 commit comments

Comments
 (0)