Skip to content

Commit

Permalink
Merge pull request #205 from tbirdso/bump_and_reformat
Browse files Browse the repository at this point in the history
ENH: Bump ITK and restyle with https
  • Loading branch information
tbirdso committed Jun 1, 2022
2 parents 5ba9c46 + ea1d5e3 commit b82205c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 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 .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# http://EditorConfig.org
# https://EditorConfig.org

# top-most EditorConfig file
root = true
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: "ee664da6bb1a83cdf82e2582126e65119a4de1a4"
itk-git-tag: "d6acfd26bfcdec606d605beb1301bddfb17c05a6"
itk-wheel-tag: "v5.3rc04"
ITKBSplineGradient-git-tag: v0.2.4
ITKHigherOrderAccurateGradient-git-tag: v1.1.0
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 README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ References

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

McCormick, M, Rubert, N and Varghese, T. Bayesian Regularization Applied to
Ultrasound Strain Imaging. IEEE Transactions on Biomedical Engineering.
Expand All @@ -49,5 +49,5 @@ Aylward, S. R., McCormick, M. M., Kang H. J., Razzaque, S., R. Kwitt,
R., and M. Niethammer. Ultrasound spectroscopy. 2016 IEEE International
Symposium on Biomedical Imaging: From Nano to Macro, ISBI 2016 - Proceedings.
Prague, Czech Republic. 1013-1016. 2016.
http://dx.doi.org/10.1109/ISBI.2016.7493437
https://dx.doi.org/10.1109/ISBI.2016.7493437
https://pdfs.semanticscholar.org/6bcd/1e7adbc24e15c928a7ad5af77bbd5da29c30.pdf
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='itk-ultrasound',
version='0.5.4',
version='0.5.5',
author='Matthew McCormick',
author_email='[email protected]',
packages=['itk'],
Expand Down Expand Up @@ -39,7 +39,7 @@
],
license='Apache',
keywords='ITK InsightToolkit ultrasound imaging',
url=r'http://www.insight-journal.org/browse/publication/722',
url=r'https://www.insight-journal.org/browse/publication/722',
install_requires=[
r'itk>=5.3rc04',
r'itk-bsplinegradient>=0.2.4',
Expand Down

0 comments on commit b82205c

Please sign in to comment.