Skip to content

Commit 91876b4

Browse files
committed
ENH: Pre-populate migration sentinels from the ITK 6 migration guide
Every pull request that added a downstream-visible change to the ITK 6 migration guide gets a sentinel, so downstream projects can gate on any of them before a release contains one. The 6.0 prerelease tags all report ITK_VERSION 6.0.0, so version comparison cannot separate these changes from each other or from current main; the sentinel is the only signal that distinguishes them. Derived by mapping the guide's history to pull requests. Commits that edited the guide without introducing a migration -- a typo fix, a master-to-main prose update, a rewrite of an existing migration's wording, and the commit that created the file -- are excluded.
1 parent 4376a74 commit 91876b4

33 files changed

Lines changed: 33 additions & 0 deletions
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ENH: Finalize ITKv5 const function API change (PR #4704).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ENH: Remove ITKv4 compatibility support (PR #4715).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ENH: Remove features that were deprecated in ITKv5 (PR #4729).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove cxx aliases (PR #4737).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
STYLE: Remove outdated maintenance scripts (PR #4744).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ENH: Let `PointSet::Clone()` do a "deep copy", instead of no copy at all (PR #4925).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOC: Note migration guide replacing `CoordinateType` with `CoordRepType` (PR #5076).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ENH: Remove dummy VNLInstantiation library (PR #5286).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DOC: Add migration documentation for AnatomicalOrientation (PR #5382).
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Modernize ITK Module System with CMake Interface Libraries (PR #5721).

0 commit comments

Comments
 (0)