Skip to content

Releases: InsightSoftwareConsortium/ITKMinimalPathExtraction

ITKMinimalPathExtraction 1.2.6

13 Feb 19:59
f042f3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.5...v1.2.6

MinimalPathExtraction 1.2.5

13 Feb 15:03
4b48e3f
Compare
Choose a tag to compare

Update to ITK's new module scripts - which will produce python builds compatible with current and future ITK releases.

What's Changed

Full Changelog: v1.2.4...v1.2.5

MinimalPathExtraction 1.2.4

01 Dec 17:21
ebb8ba0
Compare
Choose a tag to compare

Added support for ITK v5.3.0

MinimalPathExtraction 1.2.3

10 Aug 22:49
b83fdc9
Compare
Choose a tag to compare

Urgent and critical change to build using ITKv5.3rc04.post2 since external modules built using older versions of ITK are not compatible with it.

MinimalPathExtraction 1.2.2

08 Aug 18:47
59931ed
Compare
Choose a tag to compare

Minor change required for ITK's tag progression to be resolved correctly as new versions of ITK are released

What's Changed

  • BUG: It is .post2, not -post2, for ITK 5.3 rc4 in setup.py by @aylward in #94

Full Changelog: v1.2.1...v1.2.2

MinimalPathExtraction 1.2.1

08 Aug 18:18
444fc74
Compare
Choose a tag to compare

What's Changed

  • COMP: Remove inclusion of .hxx files as headers by @hjmjohnson in #86
  • COMP: Modules need updated version of ITK by @hjmjohnson in #87
  • BUG: Set FastMarching targets prior to reach mode by @aylward in #90
  • ENH: Bump ITK and replace http with https using script by @tbirdso in #89
  • ENH: Update Python package for itk-5.3rc4 by @thewtex in #88
  • ENH: Bump ITK to v5.3rc04(.post2) by @aylward in #93

New Contributors

Full Changelog: v1.2.0...v1.2.1

ITKMinimalPathExtraction 1.2.0

12 May 00:56
6caaa1c
Compare
Choose a tag to compare
Merge pull request #85 from thewtex/itk-5.2.0.post2

ENH: Update CI for ITK 5.2.0

ITKMinimalPathExtraction 1.1.2

12 Mar 22:11
b04dcf3
Compare
Choose a tag to compare
Merge pull request #83 from InsightSoftwareConsortium/update-ci

ENH: Update CI for ITK v5.2rc03+

ITKMinimalPathExtraction 1.1.1

01 Jun 23:32
fbeaa46
Compare
Choose a tag to compare
Merge pull request #77 from thewtex/post2

BUG: Build against itk 5.1.0.post2

ITKMinimalPathExtraction 1.1.0

04 May 21:11
3387d08
Compare
Choose a tag to compare
Merge pull request #76 from InsightSoftwareConsortium/github-actions

ENH: Add Build, test, package GitHub Actions