Commit 9500387
committed
COMP: Update CI, fix build issues, and bump Python to 3.10+
- Update ITKRemoteModuleBuildTestPackageAction from v5.4.2 to v5.4.6
- Update clang-format linter action to use @main branch
- Bump requires-python from >=3.8 to >=3.10
- Fix wrapping filename typos (Diffeomophic -> Diffeomorphic)
- Fix ContinuousBorderWarpImageFilter: don't throw on out-of-bounds
warp points (the clamping below provides continuous-border behavior)
- Fix include path for external module builds (add ITK include dir)
- Apply clang-format 19 to src/ files1 parent 35af135 commit 9500387
31 files changed
Lines changed: 45 additions & 45 deletions
File tree
- .github/workflows
- include
- src
- test
- Baseline
- wrapping
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
19 | 23 | | |
20 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
75 | 78 | | |
76 | 79 | | |
77 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
644 | | - | |
| 643 | + | |
645 | 644 | | |
646 | 645 | | |
647 | 646 | | |
| |||
659 | 658 | | |
660 | 659 | | |
661 | 660 | | |
662 | | - | |
663 | | - | |
| 661 | + | |
664 | 662 | | |
665 | 663 | | |
666 | 664 | | |
| |||
678 | 676 | | |
679 | 677 | | |
680 | 678 | | |
681 | | - | |
682 | | - | |
| 679 | + | |
683 | 680 | | |
684 | 681 | | |
685 | 682 | | |
| |||
722 | 719 | | |
723 | 720 | | |
724 | 721 | | |
725 | | - | |
726 | | - | |
| 722 | + | |
727 | 723 | | |
728 | 724 | | |
729 | 725 | | |
730 | 726 | | |
731 | 727 | | |
732 | | - | |
733 | | - | |
| 728 | + | |
734 | 729 | | |
735 | 730 | | |
736 | 731 | | |
737 | 732 | | |
738 | 733 | | |
739 | | - | |
740 | | - | |
| 734 | + | |
741 | 735 | | |
742 | 736 | | |
743 | 737 | | |
| |||
748 | 742 | | |
749 | 743 | | |
750 | 744 | | |
751 | | - | |
752 | | - | |
| 745 | + | |
753 | 746 | | |
754 | 747 | | |
755 | 748 | | |
| |||
775 | 768 | | |
776 | 769 | | |
777 | 770 | | |
778 | | - | |
779 | | - | |
| 771 | + | |
780 | 772 | | |
781 | 773 | | |
782 | 774 | | |
783 | | - | |
784 | | - | |
| 775 | + | |
785 | 776 | | |
786 | 777 | | |
787 | 778 | | |
788 | 779 | | |
789 | 780 | | |
790 | | - | |
791 | | - | |
| 781 | + | |
792 | 782 | | |
793 | 783 | | |
794 | 784 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments