This repository was archived by the owner on Apr 28, 2026. It is now read-only.
ENH: Migrate MGHIO content to ITK main; archive this repo#50
Merged
hjmjohnson merged 1 commit intoInsightSoftwareConsortium:mainfrom Apr 28, 2026
Merged
Conversation
The MGHIO module was ingested into the main ITK source tree on 2026-04-28 via InsightSoftwareConsortium/ITK#6137 (merge commit 2e61183c46). Per the ITK ingestion strategy (Utilities/Maintenance/RemoteModuleIngest/INGESTION_STRATEGY.md), the one-definition rule requires that any file now living at Modules/IO/MGHIO/ in ITK no longer live at this upstream repo's tree tip. This commit: - Removes the whitelisted files that transferred during ingest: include/, src/, 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, and historical references 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 MGHIO module under Modules/IO/MGHIO/. Cloning this repo after archival gets only the MIGRATION_README pointer plus everything that was deliberately not migrated.
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 MGHIO module has been ingested into ITK main via #6137 (merge commit
2e61183c46). 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/src/test/wrapping/CMakeLists.txtitk-module.cmakeCTestConfig.cmakeAdded:
MIGRATION_README.mdat repo root, pointing atModules/IO/MGHIO/in ITK and linking the ingest PR + merge SHA.Deliberately preserved:
README.md,pyproject.toml,.clang-format,.github/workflows/,.gitattributes,.gitignore— not part of the ingest whitelist; they survive archival.What users see after merge + archive
Modules/IO/MGHIO/.MIGRATION_README.mdpointer plus everything that was deliberately not migrated. 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.