This repository was archived by the owner on Apr 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ ITKAnisotropicDiffusionLBR
1010.. image :: https://img.shields.io/appveyor/ci/thewtex/itkanisotropicdiffusionlbr.svg
1111 :target: https://ci.appveyor.com/project/thewtex/itkanisotropicdiffusionlbr
1212
13+ .. image :: https://dev.azure.com/ITKAnisotropicDiffusionLBR/ITKAnisotropicDiffusionLBR/_apis/build/status/InsightSoftwareConsortium.ITKAnisotropicDiffusionLBR?branchName=master
14+ :target: https://dev.azure.com/ITKAnisotropicDiffusionLBR/ITKAnisotropicDiffusionLBR/_build/latest?definitionId=1&branchName=master
15+
16+ .. image :: https://img.shields.io/pypi/v/itk-anisotropicdiffusionlbr.svg
17+ :target: https://pypi.python.org/pypi/itk-anisotropicdiffusionlbr
18+ :alt: PyPI
19+
20+ .. image :: https://img.shields.io/badge/License-Apache%202.0-blue.svg
21+ :target: https://github.com/InsightSoftwareConsortium/ITKAnisotropicDiffusionLBR/blob/master/LICENSE)
22+ :alt: License
23+
1324This `ITK <http://itk.org >`_ module implements Anisotropic Diffusion, using Lattice Basis Reduction.
1425
1526Documentation can be found in the `Insight Journal article <http://insight-journal.org/browse/publication/953 >`_::
Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = 'itk-anisotropicdiffusionlbr' ,
15- version = '1.0.1 ' ,
15+ version = '1.0.2 ' ,
1616 author = 'Insight Software Consortium' ,
1717 author_email = 'community@itk.org' ,
1818 packages = ['itk' ],
5050 keywords = 'ITK InsightToolkit' ,
5151 url = r'https://itk.org/' ,
5252 install_requires = [
53- r'itk>=5.0b01 '
53+ r'itk>=5.0.0.post1 '
5454 ]
5555 )
You can’t perform that action at this time.
0 commit comments