Hello,
Is there any documentation or links to assist me with updated the SimpleITKFilters for ITK 5.4 and getting the packaging system working? It does not look like the repo as received any recent attention.
Thanks,
Brad
Hello,
Is there any documentation or links to assist me with updated the SimpleITKFilters for ITK 5.4 and getting the packaging system working? It does not look like the repo as received any recent attention.
Thanks,
Brad
I guess the update shouldn’t be much different when compared to RC updates, but @matt.mccormick might comment.
If you want a “thorough” (aka longer-term) solution…I followed the instructions for ITKv6.0 migration guide, and all worked well to make TubeTK compatible with 5.4 (and hopefully the upcoming 6.0):
https://docs.itk.org/en/latest/migration_guides/itk_6_migration_guide.html
s
ITK looks like the ITKSimpleITKFilters CI was successfully updated to build against 5.4.0.
One todo is to upgrade the setup.py
package configuration to pyproject.toml
. There is a WIP script to help with this here: