This repository was archived by the owner on Apr 29, 2026. It is now read-only.
ENH: Migrate GenericLabelInterpolator content to ITK main; archive this repo#43
Merged
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:mainfrom Apr 28, 2026
Conversation
…is repo The GenericLabelInterpolator module was ingested into the main ITK source tree on 2026-04-27 via InsightSoftwareConsortium/ITK#6135 (merge commit d1eab72aa6315d66cbe535a7ca61cf3c4ef60ffa). Per the ITK ingestion strategy (Utilities/Maintenance/RemoteModuleIngest/INGESTION_STRATEGY.md), the one-definition rule requires that any file now living at Modules/Filtering/GenericLabelInterpolator/ in ITK no longer live at this upstream repo's tree tip. This commit: - Removes the whitelisted files that transferred during ingest: include/, test/, wrapping/, CMakeLists.txt, itk-module.cmake, CTestConfig.cmake. - Adds MIGRATION_README.md at the repo root pointing users at the authoritative in-tree ITK location and linking the ingest PR. - Leaves the pre-ingest history intact so blame, paper material, the document/ tree, README.rst, LICENSE, and any other deliberately-not-migrated artifacts remain reachable. After this PR merges, this repository will be marked ARCHIVED via GitHub's repository settings (Danger Zone -> Archive this repository), making it read-only. Cloning ITK main gets the authoritative module under Modules/Filtering/GenericLabelInterpolator/. Cloning this repo after archival gets only the MIGRATION_README pointer plus everything that was deliberately not migrated.
919f665
into
InsightSoftwareConsortium:main
2 of 16 checks passed
This was referenced Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The GenericLabelInterpolator module has been ingested into ITK main via #6135 (merge commit
d1eab72aa6). This PR closes the loop by removing the now-duplicated content from this upstream repo's tree tip and pointing future visitors at the authoritative in-tree location. After merge, please mark this repo Archived under repo Settings → Danger Zone.What this PR does
Per the ITK ingestion strategy, a remote-module ingest is not complete until the upstream repo's tree tip stops carrying a second copy of the same files. The one-definition rule applies.
Removed (the whitelist that transferred during ingest):
include/test/wrapping/CMakeLists.txtitk-module.cmakeCTestConfig.cmakeAdded:
MIGRATION_README.mdat repo root, pointing atModules/Filtering/GenericLabelInterpolator/in ITK and linking the ingest PR + merge SHA.Deliberately preserved:
README.rst,LICENSE,document/,pyproject.toml,.clang-format,.github/workflows/,.gitattributes,.gitignore— not part of the ingest whitelist; they survive archival.What users see after merge + archive
Modules/Filtering/GenericLabelInterpolator/.MIGRATION_README.mdpointer plus everything deliberately not migrated (document/,LICENSE,README.rst, etc.). The repo becomes read-only on GitHub but the URL keeps resolving so historical links don't 404.Closes the upstream side of the InsightSoftwareConsortium/ITK#6060 consolidation effort for this module.