This repository was archived by the owner on May 14, 2026. It is now read-only.
ENH: Migrate TextureFeatures content to ITK main; archive this repo#109
Merged
hjmjohnson merged 1 commit intoMay 14, 2026
Merged
Conversation
7ef5645
into
InsightSoftwareConsortium:main
4 of 16 checks passed
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
TextureFeaturesmodule has been ingested into ITK main via InsightSoftwareConsortium/ITK#6238 (merge commitb6eb189e64). This PR removes the now-duplicated content from this upstream repo and promotes the migration notice to the README so the GitHub landing page reflects the archived status.Recommendation for the repo owner: after merging this PR, mark this repository Archived under repo Settings -> Danger Zone. The pre-ingest git history remains intact for blame/archaeology.
What this PR does
Per the ITK ingestion strategy, the upstream repo's tree tip should stop carrying a second copy of the same files (ODR).
Removed:
include/,test/,wrapping/,CMakeLists.txt,itk-module.cmake,CTestConfig.cmakeREADME handling: the migration notice is now
README.mdat the repo root (so the GitHub landing page renders it). Any priorREADME.rstis preserved asinfo.rst.Preserved: full pre-ingest git history.
Archive checklist for the maintainer