From 22ebc79dc0c5eaf1c609200656208b4cbe3803b1 Mon Sep 17 00:00:00 2001 From: "Hans J. Johnson" Date: Tue, 28 Apr 2026 12:12:56 -0500 Subject: [PATCH] DOC: Integrate migration notice into README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Surface the migration-to-ITK-main notice at the top of README.md so it appears on the GitHub repo landing page, and remove the separate MIGRATION_README.md (no longer needed). Reported-by: Dženan Zukić --- MIGRATION_README.md | 18 ------------------ README.md | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 18 deletions(-) delete mode 100644 MIGRATION_README.md diff --git a/MIGRATION_README.md b/MIGRATION_README.md deleted file mode 100644 index a09c4ce..0000000 --- a/MIGRATION_README.md +++ /dev/null @@ -1,18 +0,0 @@ -# Migrated to ITK main - -As of 2026-04-28, the `MGHIO` module has been ingested into the main -ITK source tree. The authoritative location is: - - https://github.com/InsightSoftwareConsortium/ITK/tree/main/Modules/IO/MGHIO - -See `Modules/IO/MGHIO/README.md` in the ITK tree for details on what -moved and what remains in this archived repo. - -This repository is retained read-only for historical reference (deep -git history, paper material, example assets not migrated to ITK). It -will be marked ARCHIVED after this PR merges. - -Related: -- ITK ingest PR: InsightSoftwareConsortium/ITK#6137 -- ITK ingest merge commit: InsightSoftwareConsortium/ITK@2e61183c46 -- Consolidation issue: InsightSoftwareConsortium/ITK#6060 diff --git a/README.md b/README.md index 141f131..50b15c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,25 @@ ITKMGHImageIO ============= +> **⚠️ Migrated to ITK main — this repository is archived.** +> +> As of 2026-04-28, the `MGHIO` module has been ingested into the +> main ITK source tree. The authoritative location is: +> +> https://github.com/InsightSoftwareConsortium/ITK/tree/main/Modules/IO/MGHIO +> +> See `Modules/IO/MGHIO/README.md` in the ITK tree for details on +> what moved and what remains in this archived repo. +> +> This repository is retained read-only for historical reference +> (deep git history, paper material, example assets not migrated to +> ITK). +> +> Related: +> - ITK ingest PR: [InsightSoftwareConsortium/ITK#6137](https://github.com/InsightSoftwareConsortium/ITK/pull/6137) +> - ITK ingest merge commit: [InsightSoftwareConsortium/ITK@2e61183c46](https://github.com/InsightSoftwareConsortium/ITK/commit/2e61183c46) +> - Consolidation issue: [InsightSoftwareConsortium/ITK#6060](https://github.com/InsightSoftwareConsortium/ITK/issues/6060) + [![Build, test, package status](https://github.com/InsightSoftwareConsortium/ITKMGHImageIO/actions/workflows/build-test-package.yml/badge.svg)](https://github.com/InsightSoftwareConsortium/ITKMGHImageIO/actions/workflows/build-test-package.yml) [![PyPI Version](https://img.shields.io/pypi/v/itk-iomgh.svg)](https://pypi.python.org/pypi/itk-iomgh) @@ -25,3 +44,5 @@ In September 2015, starting with Slicer commit [Slicer/Slicer@184e907df](https:/ Finally, in December 2021, the project originally created in the `Slicer` GitHub organization was transferred to the `InsightSoftwareConsortium` GitHub organization and re-forked into the Slicer one. The ITK remote module was also updated to reference the project in the InsightSoftwareConsortium organization. See [InsightSoftwareConsortium/ITK@f84c9ef09](https://github.com/InsightSoftwareConsortium/ITK/commit/f84c9ef0903ff662e6716db2b138509505e85072). +In April 2026, the module was ingested into ITK main (see migration +notice above) and this repository was archived.