InsightSoftwareConsortium / ITKModuleTemplate

A template to start an ITK Module
https://itk.org/ITKSoftwareGuide/html/Book1/ITKSoftwareGuide-Book1ch9.html#x50-1430009
Apache License 2.0
12 stars 16 forks source link

ENH: Updates for ITK 5.4.0 #160

Closed thewtex closed 1 month ago

thewtex commented 1 month ago

Update CI to build against v5.4.0

Also, improve how the itk python package version dependency is specified. Uses == 5.4.* to indicated compatibility with 5.4.0, 5.4.1, 5.4.2, etc., but not 5.5.0, etc. There is generally binary incompatibilty between minor versions. While it is possible that there could be binary incompatibility between patch releases, it is more likely that they will be compatible. This flexibilty helps ensure that remote module packages are not assumed invalid when a new patch version of itk is released. Addresses #142

thewtex commented 1 month ago

@dyollb @SimonRit please take a look