Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
Loading