-
Notifications
You must be signed in to change notification settings - Fork 1
feat(reports): persist leftover-map coordinates (v2.24.0) #782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e2d1301
feat(reports): persist leftover-map coordinates (v2.24.0)
seonghobae 2f7e9c8
feat(reports): leftover-map graphic display (v2.25.0) (#783)
seonghobae d7a8c2b
feat(reports): leftover-map axis share on graphic display (v2.26.0) (…
seonghobae 7ffc665
test(reports): apply leftover-map migrations in live fixture
4a0afbf
fix(reports): align leftover map evidence
2a203bf
feat(reports): leftover-map coordinate ticks (v2.27.0) (#799)
seonghobae 9bdd3e4
feat(reports): leftover-map distance on pair segments (v2.28.0) (#800)
seonghobae File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## 2.24.0 — Leftover-map coordinates | ||
|
|
||
| - Persist leftover-map coordinates `ξ_{1:2}` and `ζ_{1:2}` on leftover | ||
| post–criterion pairs (ADR 0267). After `make seed`, closest and | ||
| farthest leftover pairs sit above the member list with `ξ (x, y) | ||
| ζ (x, y)` next to leftover-map distance `d`; click opens that post. | ||
| Omit all four coordinate values when any coordinate is missing or non-finite, | ||
| including `NaN` and positive or negative infinity. Rank-0 unused axes | ||
| store `0.0`. When coordinates, reconstruction, and distance are | ||
| finite, `R̂ = ξ · ζ` and `d = ‖ξ − ζ‖`. Never invent a leftover | ||
| score. Never invent a theta. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## 2.25.0 — Leftover-map graphic display | ||
|
|
||
| - Draw the leftover-map graphic display of persisted `ξ_{1:2}` and | ||
| `ζ_{1:2}` above leftover post–criterion pairs (ADR 0268). After | ||
| `make seed`, closest and farthest leftover pairs sit above the | ||
| member list with the Gabriel biplot of already-named coordinates; | ||
| click a post marker or a pair button opens that post. Omit the plot | ||
| when no pair has four finite leftover-map coordinates. Rank-0 | ||
| unused axes plot at the origin. When coordinates, reconstruction, | ||
| and distance are finite, `R̂ = ξ · ζ` and `d = ‖ξ − ζ‖`. Never | ||
| invent a leftover score. Never invent a theta. No new columns. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## 2.26.0 — Leftover-map axis share on the graphic display | ||
|
|
||
| - Caption leftover-map graphic-display axes with persisted leftover-map | ||
| axis share `σ_k² / Σ_j σ_j²` (ADR 0269). After `make seed`, closest | ||
| and farthest leftover pairs sit above the member list with the | ||
| Gabriel biplot of already-named coordinates, and each leftover-map | ||
| axis names its inertia share; click a post marker or a pair button | ||
| opens that post. Rank-0 zero-share axes still name 0%. A missing or | ||
| non-finite share omits that axis badge and keeps the existing axis | ||
| text. Never invent a leftover score. Never invent a theta. No new | ||
| columns. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ## 2.27.0 — Leftover-map coordinate ticks on the graphic display | ||
|
|
||
| - Caption leftover-map graphic-display axes with persisted leftover-map | ||
| coordinate ticks (ADR 0270). After `make seed`, closest and farthest | ||
| leftover pairs sit above the member list with the Gabriel biplot of | ||
| already-named coordinates, leftover-map axis share when finite, and | ||
| axis ticks that match `ξ (x, y) ζ (x, y)` on the pair row; click a | ||
| post marker or a pair button opens that post. Origin is always named | ||
| `0`. Rank-0 unused axes do not invent `−1` / `+1` drawing-scale | ||
| ticks. Never invent a leftover score. Never invent a theta. No new | ||
| columns. |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| ## 2.28.0 — Leftover-map distance on graphic-display pair segments | ||
|
|
||
| - Caption leftover-map graphic-display pair segments with persisted | ||
| leftover-map distance `d` (ADR 0271). After `make seed`, closest and | ||
| farthest leftover pairs sit above the member list with the Gabriel | ||
| biplot of already-named coordinates, leftover-map axis share when | ||
| finite, axis ticks that match `ξ (x, y) ζ (x, y)` on the pair row, | ||
| and pair segments that match `d` on the pair row; click a post | ||
| marker or a pair button opens that post. A missing or non-finite | ||
| `d` omits that segment caption. Do not invent `d` from plotted | ||
| coordinates. Never invent a leftover score. Never invent a theta. | ||
| No new columns. |
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.