Skip to content
This repository was archived by the owner on Apr 25, 2026. It is now read-only.

Commit 492228a

Browse files
authored
Merge pull request #33 from thewtex/itk-5
Itk 5
2 parents 65ff150 + f01bb28 commit 492228a

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1324
This `ITK <http://itk.org>`_ module implements Anisotropic Diffusion, using Lattice Basis Reduction.
1425

1526
Documentation can be found in the `Insight Journal article <http://insight-journal.org/browse/publication/953>`_::

setup.py

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

1313
setup(
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'],
@@ -50,6 +50,6 @@
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
)

0 commit comments

Comments
 (0)