From d9f4bff33cc3a97cbabb46681ae8512e24f70202 Mon Sep 17 00:00:00 2001 From: ritchie <4462072+repentsinner@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:27:06 -0700 Subject: [PATCH] docs: point at OpenDisplayEval after the org rename Updates repository URLs in README, REQUIREMENTS, ROADMAP, and the pyproject project-urls table. Clears the first-release blocker's dependency on the rename: it is done, so only PyPI org confirmation and cross-repo integration testing remain. --- README.md | 2 +- REQUIREMENTS.md | 6 +++--- ROADMAP.md | 6 +++--- pyproject.toml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 5ac93ce..e39321f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ and GPU-resident render graphs alike. Chart authoring and TIFF export install as extras. Extracted from -[bmd-signal-gen](https://github.com/OpenLEDEval/bmd-signal-gen), +[bmd-signal-gen](https://github.com/OpenDisplayEval/bmd-signal-gen), which consumes it back over SDI. Sibling consumers and context: [color-wrangler](https://github.com/Fuse-Technical-Group/color-wrangler) (LED-surface characterization umbrella) and its component repos. diff --git a/REQUIREMENTS.md b/REQUIREMENTS.md index 3b8fffb..14dac68 100644 --- a/REQUIREMENTS.md +++ b/REQUIREMENTS.md @@ -2,7 +2,7 @@ Problem-space document for display-patterns: a device-free library of display test patterns. Extracted from -[bmd-signal-gen](https://github.com/OpenLEDEval/bmd-signal-gen), whose +[bmd-signal-gen](https://github.com/OpenDisplayEval/bmd-signal-gen), whose SPEC records the split decision (`§spec:pattern-library` there). ## Problem statement §req:problem-statement @@ -86,8 +86,8 @@ caller's back cannot make a checkable radiometric claim. ## Constraints §req:constraints -- Public repository under OpenLEDEval; BSD-3-Clause; published to PyPI - as `display-patterns`. +- Public repository under OpenDisplayEval; BSD-3-Clause; published to + PyPI as `display-patterns`. - Seeded by extraction from bmd-signal-gen (`bmd_sg/image_generators/`, `bmd_sg/charts/` and their tests, moved verbatim before any reshaping); bmd-signal-gen adoption is non-breaking behind one diff --git a/ROADMAP.md b/ROADMAP.md index f5f087f..f40ecfd 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -15,9 +15,9 @@ is checkable before any reshaping (§spec:extraction). Publish 0.1 to PyPI via trusted publishing. §spec:package-shape. Blocked — deferred until the first rounds of cross-repo integration -testing complete and the PyPI org is confirmed (pending the possible -OpenLEDEval → OpenDisplayEval rename); consumers integrate via a git -dependency meanwhile. +testing complete and the PyPI org is confirmed; consumers integrate via +a git dependency meanwhile. (The OpenLEDEval → OpenDisplayEval rename +that previously blocked this is done.) **Verify:** In a fresh environment, `pip install display-patterns` imports and renders a checkerboard with numpy alone; `pip install diff --git a/pyproject.toml b/pyproject.toml index a466653..3a82235 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,10 +50,10 @@ io = [ ] [project.urls] -Homepage = "https://github.com/OpenLEDEval/display-patterns" -Repository = "https://github.com/OpenLEDEval/display-patterns.git" -Issues = "https://github.com/OpenLEDEval/display-patterns/issues" -Changelog = "https://github.com/OpenLEDEval/display-patterns/blob/main/CHANGELOG.md" +Homepage = "https://github.com/OpenDisplayEval/display-patterns" +Repository = "https://github.com/OpenDisplayEval/display-patterns.git" +Issues = "https://github.com/OpenDisplayEval/display-patterns/issues" +Changelog = "https://github.com/OpenDisplayEval/display-patterns/blob/main/CHANGELOG.md" [build-system] requires = ["hatchling", "hatch-vcs"]