star-magic-program 0.207.0__tar.gz → 0.209.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/CHANGELOG.md +20 -0
  2. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/CITATION.cff +1 -1
  3. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/PKG-INFO +18 -11
  4. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/README.md +12 -9
  5. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/SESSION_LOG.md +16 -0
  6. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/WHITEPAPER_INDEX.md +3 -3
  7. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/pyproject.toml +8 -2
  8. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/star_magic_program.egg-info/PKG-INFO +18 -11
  9. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/star_magic_program.egg-info/SOURCES.txt +1 -0
  10. star_magic_program-0.209.0/star_magic_program.egg-info/requires.txt +4 -0
  11. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/uqff_calculator.py +62 -1
  12. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/uqff_fidelity_tests.py +34 -1
  13. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/COMMERCIAL.md +0 -0
  14. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/LICENSE +0 -0
  15. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/LICENSE-AGPL-3.0.txt +0 -0
  16. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/LICENSE-MIT-INITIAL.txt +0 -0
  17. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/NOTICE +0 -0
  18. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
  19. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
  20. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
  21. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
  22. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
  23. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
  24. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/_BUILD_LOG.md +0 -0
  25. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/registry_generator.py +0 -0
  26. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/setup.cfg +0 -0
  27. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
  28. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/star_magic_program.egg-info/top_level.txt +0 -0
  29. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/uqff_registry_graph.py +0 -0
  30. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/uqff_registry_primitives.py +0 -0
  31. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/uqff_registry_status.py +0 -0
  32. {star_magic_program-0.207.0 → star_magic_program-0.209.0}/uqff_registry_xgeo.py +0 -0
@@ -7,6 +7,26 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
8
  ---
9
9
 
10
+ ## [0.209.0] — 2026-07-31 — PAPER_205 DO-OVER + DEPENDENCY SUPPORT
11
+
12
+ ### Fixed / Added
13
+ - **Re-ships PAPER_205** after v0.208.0 failed CI and Release. Root cause: PAPER_205 imports sympy, but the package declared ZERO dependencies and the workflows never installed anything, so sympy was absent on the runners. The framework legitimately needs the scientific stack (sympy for symbolic derivations; numpy/scipy/mpmath for numerics) and more papers will too — the fix SUPPORTS it rather than working around it.
14
+ - Declared `dependencies = [sympy>=1.12, mpmath>=1.3, numpy>=1.24, scipy>=1.10]` in pyproject (verified in built `Requires-Dist`). `ci.yml` and `release-to-pypi.yml` now `pip install .` before the gate. The gate fails fast with a clear message if a declared dependency is missing.
15
+ - PAPER_205 keeps its sympy implementation: Q_n = x·Q_{n-1} + (n-1)·Q_{n-2} (probabilist Hermite); the 26-state sum is an orthogonal spectral expansion of compressed gravity; Q_26(0) = 25!! = 7,905,853,580,625 (printed 17!! corrected) and the false "roots on the unit circle" claim corrected (roots are real).
16
+ - v0.208.0 skipped on PyPI; v0.209.0 supersedes it. **One paper per ship:** PAPER_206 is NOT in this release — it ships separately as v0.210.0.
17
+ - Gate: 1,351 assertions, 0 failures. Registry: 472 rows / 1011 edges / 209 ledgers (measured).
18
+
19
+ ---
20
+
21
+ ## [0.208.0] — 2026-07-31 — BAND 1: PAPER_205 — RAMANUJAN/HERMITE Q_n
22
+
23
+ ### Added
24
+ - **PAPER_205 dispatch** (Ramanujan/Hermite Q_n + 26-state sum, S50, sec 2.6): the recurrence Q_n = x·Q_{n-1} + (n-1)·Q_{n-2} (probabilist Hermite, imaginary argument) backing the 26-layer structure. The UQFF 26-state sum is a GENUINE orthogonal spectral expansion of the compressed-gravity series on L^2(R, e^-x^2/2) — recurrence, Q_0..Q_7, generating function e^{xt+t^2/2}, orthogonality, and Stirling connection all VERIFIED. TWO ERRORS CORRECTED via direct SymPy computation: (1) Q_26 lower coefficients mis-transcribed — printed constant 34,459,425 = 17!! (Q_18(0)); true Q_26(0) = 25!! = 7,905,853,580,625 (the "26!!/2" identity also wrong); (2) the sec-3.1 "roots on unit circle" claim is FALSE — Hermite roots are real (|z| 0.31-8.92).
25
+ - OPEN_RULING Q-201.
26
+ - Gate: 1,351 assertions, 0 failures. Registry: 472 rows / 1011 edges / 209 ledgers (measured).
27
+
28
+ ---
29
+
10
30
  ## [0.207.0] — 2026-07-31 — BAND 1: PAPER_204 — DARK MATTER
11
31
 
12
32
  ### Added
@@ -3,7 +3,7 @@ message: "If you use Star-Magic-Program (UQFF systematic rebuild) in your resear
3
3
  type: software
4
4
  title: "Star-Magic-Program: UQFF Systematic Rebuild"
5
5
  abbreviation: "UQFF"
6
- version: "0.207.0"
6
+ version: "0.209.0"
7
7
  date-released: "2026-07-28"
8
8
  authors:
9
9
  - family-names: "Murphy"
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: star-magic-program
3
- Version: 0.207.0
4
- Summary: UQFF Star-Magic-Program v0.207.0: PAPER_204 wired - dark-matter structural physics (NFW/SIDM/virial/lensing/voids) under both channels; real anchors verified (MW NFW, Coma virial, Bullet Cluster SIDM, SDP.81 lens); core-cusp tension stated honestly; ~0.1% lensing prediction; predecessor PAPER_1962 tie. Q-200. Wired 208/2255, gate 1345/0. Registry 470 rows / 1008 edges / 208 ledgers (measured).
3
+ Version: 0.209.0
4
+ Summary: UQFF Star-Magic-Program v0.209.0: PAPER_205 (Ramanujan/Hermite Q_n; 26-state sum = orthogonal spectral expansion; Q_26 constant + unit-circle errors corrected) re-shipped after the v0.208.0 CI break, with proper dependency support - sympy/mpmath/numpy/scipy now declared and pip-installed by CI/Release before the gate. Q-201. Wired 209/2255, gate 1351/0. Registry 472 rows / 1011 edges / 209 ledgers (measured).
5
5
  Author-email: "Daniel T. Murphy" <daniel.murphy00@enrgyone.com>
6
6
  License: AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial
7
7
  Project-URL: Homepage, https://github.com/Daniel8Murphy0007/Star-Magic-Program
@@ -26,19 +26,23 @@ License-File: LICENSE
26
26
  License-File: LICENSE-AGPL-3.0.txt
27
27
  License-File: LICENSE-MIT-INITIAL.txt
28
28
  License-File: NOTICE
29
+ Requires-Dist: sympy>=1.12
30
+ Requires-Dist: mpmath>=1.3
31
+ Requires-Dist: numpy>=1.24
32
+ Requires-Dist: scipy>=1.10
29
33
  Dynamic: license-file
30
34
 
31
35
  # Star-Magic-Program
32
36
 
33
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.207.0)](https://pypi.org/project/star-magic-program/)
34
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.207.0)](https://pypi.org/project/star-magic-program/)
37
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.209.0)](https://pypi.org/project/star-magic-program/)
38
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.209.0)](https://pypi.org/project/star-magic-program/)
35
39
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
36
40
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
37
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1345%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-208-blue)](uqff_calculator.py)
41
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1351%2F0-brightgreen)](uqff_fidelity_tests.py)
42
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-209-blue)](uqff_calculator.py)
39
43
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
44
 
41
- **UQFF systematic rebuild — v0.207.0 wiring campaign live**
45
+ **UQFF systematic rebuild — v0.209.0 wiring campaign live**
42
46
  Author: Daniel T. Murphy · Star-Magic Research Program
43
47
  License: AGPL-3.0-or-later OR Commercial
44
48
 
@@ -77,7 +81,7 @@ Mizuno, Rossi).
77
81
  Full framework physics lives in the whitepaper corpus — the physics is the
78
82
  whitepapers; the calculator computes what the whitepapers derive.
79
83
 
80
- ## What is currently shipped (v0.207.0)
84
+ ## What is currently shipped (v0.209.0)
81
85
 
82
86
  ### Wiring campaign — LIVE (see `CLAUDE.md` charter)
83
87
 
@@ -85,7 +89,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
85
89
  Authorized 2026-07-28: autonomous band sessions, ship per session via
86
90
  `ship.ps1`, full stop at PAPER_500 for manual review.
87
91
 
88
- **Wired so far: 208 / 2,255** (11 ✓ · 197 ⚠ OPEN_RULING · 200 rulings queued) — dark matter; core-cusp + lensing (204)
92
+ **Wired so far: 209 / 2,255** (11 ✓ · 198 ⚠ OPEN_RULING · 201 rulings queued) — Hermite spectral basis; dependency support fixed (205)
89
93
 
90
94
  | Paper | Content | Key result |
91
95
  |---|---|---|
@@ -297,6 +301,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
297
301
  | PAPER_202 | Cosmic Dawn | BBN/CMB/reion anchors verified; BUCKET C tie; Q-198 |
298
302
  | PAPER_203 | Inflation Cosmology | n_s/r/σ8/BAO verified; low-l CMB prediction; Q-199 |
299
303
  | PAPER_204 | Dark Matter | NFW/SIDM/virial/lens verified; core-cusp honest; Q-200 |
304
+ | PAPER_205 | Ramanujan Q_n | spectral expansion genuine; Q_26 + root errors corrected; Q-201 |
300
305
 
301
306
  ### Corpus (2,419 files)
302
307
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -307,7 +312,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
307
312
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
308
313
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
309
314
  `calc(paper_id, dataset)` public interface.
310
- - `uqff_fidelity_tests.py` — 9-block gate (1,345 assertions), locking every
315
+ - `uqff_fidelity_tests.py` — 9-block gate (1,351 assertions), locking every
311
316
  primitive identity + every wired paper's stated values. Runs on every ship.
312
317
 
313
318
  ### Registry pantheon (live, grows per band)
@@ -535,7 +540,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
535
540
  | v0.204.0 | Band 1: PAPER_201 | 205 |
536
541
  | v0.205.0 | Band 1: PAPER_202 | 206 |
537
542
  | v0.206.0 | Band 1: PAPER_203 | 207 |
538
- | **v0.207.0** ← current | Band 1: PAPER_204 | 208 |
543
+ | v0.207.0 | Band 1: PAPER_204 | 208 |
544
+ | v0.208.0 (skipped: CI break) | Band 1: PAPER_205 | 209 |
545
+ | **v0.209.0** ← current | Band 1: PAPER_205 (do-over + deps) | 209 |
539
546
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
540
547
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
541
548
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -1,14 +1,14 @@
1
1
  # Star-Magic-Program
2
2
 
3
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.207.0)](https://pypi.org/project/star-magic-program/)
4
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.207.0)](https://pypi.org/project/star-magic-program/)
3
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.209.0)](https://pypi.org/project/star-magic-program/)
4
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.209.0)](https://pypi.org/project/star-magic-program/)
5
5
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
6
6
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
7
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1345%2F0-brightgreen)](uqff_fidelity_tests.py)
8
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-208-blue)](uqff_calculator.py)
7
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1351%2F0-brightgreen)](uqff_fidelity_tests.py)
8
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-209-blue)](uqff_calculator.py)
9
9
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
10
10
 
11
- **UQFF systematic rebuild — v0.207.0 wiring campaign live**
11
+ **UQFF systematic rebuild — v0.209.0 wiring campaign live**
12
12
  Author: Daniel T. Murphy · Star-Magic Research Program
13
13
  License: AGPL-3.0-or-later OR Commercial
14
14
 
@@ -47,7 +47,7 @@ Mizuno, Rossi).
47
47
  Full framework physics lives in the whitepaper corpus — the physics is the
48
48
  whitepapers; the calculator computes what the whitepapers derive.
49
49
 
50
- ## What is currently shipped (v0.207.0)
50
+ ## What is currently shipped (v0.209.0)
51
51
 
52
52
  ### Wiring campaign — LIVE (see `CLAUDE.md` charter)
53
53
 
@@ -55,7 +55,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
55
55
  Authorized 2026-07-28: autonomous band sessions, ship per session via
56
56
  `ship.ps1`, full stop at PAPER_500 for manual review.
57
57
 
58
- **Wired so far: 208 / 2,255** (11 ✓ · 197 ⚠ OPEN_RULING · 200 rulings queued) — dark matter; core-cusp + lensing (204)
58
+ **Wired so far: 209 / 2,255** (11 ✓ · 198 ⚠ OPEN_RULING · 201 rulings queued) — Hermite spectral basis; dependency support fixed (205)
59
59
 
60
60
  | Paper | Content | Key result |
61
61
  |---|---|---|
@@ -267,6 +267,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
267
267
  | PAPER_202 | Cosmic Dawn | BBN/CMB/reion anchors verified; BUCKET C tie; Q-198 |
268
268
  | PAPER_203 | Inflation Cosmology | n_s/r/σ8/BAO verified; low-l CMB prediction; Q-199 |
269
269
  | PAPER_204 | Dark Matter | NFW/SIDM/virial/lens verified; core-cusp honest; Q-200 |
270
+ | PAPER_205 | Ramanujan Q_n | spectral expansion genuine; Q_26 + root errors corrected; Q-201 |
270
271
 
271
272
  ### Corpus (2,419 files)
272
273
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -277,7 +278,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
277
278
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
278
279
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
279
280
  `calc(paper_id, dataset)` public interface.
280
- - `uqff_fidelity_tests.py` — 9-block gate (1,345 assertions), locking every
281
+ - `uqff_fidelity_tests.py` — 9-block gate (1,351 assertions), locking every
281
282
  primitive identity + every wired paper's stated values. Runs on every ship.
282
283
 
283
284
  ### Registry pantheon (live, grows per band)
@@ -505,7 +506,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
505
506
  | v0.204.0 | Band 1: PAPER_201 | 205 |
506
507
  | v0.205.0 | Band 1: PAPER_202 | 206 |
507
508
  | v0.206.0 | Band 1: PAPER_203 | 207 |
508
- | **v0.207.0** ← current | Band 1: PAPER_204 | 208 |
509
+ | v0.207.0 | Band 1: PAPER_204 | 208 |
510
+ | v0.208.0 (skipped: CI break) | Band 1: PAPER_205 | 209 |
511
+ | **v0.209.0** ← current | Band 1: PAPER_205 (do-over + deps) | 209 |
509
512
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
510
513
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
511
514
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -2337,3 +2337,19 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
2337
2337
  - Campaign: 208/2,255 (11 ✓, 197 ⚠). Next: PAPER_205.
2338
2338
 
2339
2339
  ---
2340
+
2341
+ ## 2026-07-31 — v0.208.0 — BAND 1: PAPER_205
2342
+
2343
+ - PAPER_205 wired (⚠ Q-201): Ramanujan/Hermite Q_n. 26-state sum = genuine orthogonal spectral expansion; two math errors corrected via direct SymPy computation (Q_26 constant 25!! vs printed 17!!; false unit-circle root claim -> real roots).
2344
+ - Campaign: 209/2,255 (11 ✓, 198 ⚠). Next: PAPER_206.
2345
+
2346
+ ---
2347
+
2348
+ ## 2026-07-31 — v0.209.0 — PAPER_205 DO-OVER + DEPENDENCY SUPPORT
2349
+
2350
+ - v0.208.0 (PAPER_205) failed CI + Release: PAPER_205 imports sympy, but pyproject declared ZERO dependencies and the workflows never installed anything - sympy absent on the runners. Root-caused from the actual CI workflow (matrix 3.9-3.13, no install) + faithful git-archive reproduction.
2351
+ - CORRECT FIX (support, not workaround): declared dependencies [sympy, mpmath, numpy, scipy]; ci.yml + release-to-pypi.yml now `pip install .` before the gate; gate fails fast + clear if a dep is missing. PAPER_205 KEEPS sympy (Q_26(0) = 25!!). Reverted the earlier pure-Python workaround + stdlib guard.
2352
+ - ONE PAPER PER SHIP: PAPER_206 backed out of this release entirely - it ships separately as v0.210.0. v0.209.0 = the PAPER_205 do-over alone.
2353
+ - Standing lesson: dispatches may use sympy/numpy/scipy/mpmath (declared deps); any new required library goes in pyproject `dependencies`. Wired 209/2,255; gate 1,351.
2354
+
2355
+ ---
@@ -11,9 +11,9 @@
11
11
  ## Summary
12
12
 
13
13
  - **Total papers:** 2255
14
- - **Wired:** 208 (11 ✓, 197 ⚠ OPEN_RULING)
14
+ - **Wired:** 209 (11 ✓, 198 ⚠ OPEN_RULING)
15
15
  - **OPEN targets:** 0
16
- - **Not yet touched:** 2047
16
+ - **Not yet touched:** 2046
17
17
 
18
18
  ---
19
19
 
@@ -1363,7 +1363,7 @@
1363
1363
  | ⬜ | PAPER_2057 | ROUND 187 TRIAD BACKBONE FIRST UQFF |
1364
1364
  | ⬜ | PAPER_2058 | R100 R149 RETROSPECTIVE SWEEP SINGLE UQFF |
1365
1365
  | ⬜ | PAPER_2059 | ROUND 188 SINGLE BACKBONE FIRST UQFF |
1366
- | | PAPER_205 | Ramanujan Polynomials Q26 UQFF 26State Summations |
1366
+ | | PAPER_205 | Ramanujan Polynomials Q26 UQFF 26State Summations |
1367
1367
  | ⬜ | PAPER_2060 | TON618 QUAD 4 OBJECT AGN FAMILY UQFF |
1368
1368
  | ⬜ | PAPER_2061 | ROUND 189 200TH NOVEL MILESTONE UQFF |
1369
1369
  | ⬜ | PAPER_2062 | ROUND 190 DIAD BACKBONE FIRST UQFF |
@@ -4,14 +4,20 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "star-magic-program"
7
- version = "0.207.0"
8
- description = "UQFF Star-Magic-Program v0.207.0: PAPER_204 wired - dark-matter structural physics (NFW/SIDM/virial/lensing/voids) under both channels; real anchors verified (MW NFW, Coma virial, Bullet Cluster SIDM, SDP.81 lens); core-cusp tension stated honestly; ~0.1% lensing prediction; predecessor PAPER_1962 tie. Q-200. Wired 208/2255, gate 1345/0. Registry 470 rows / 1008 edges / 208 ledgers (measured)."
7
+ version = "0.209.0"
8
+ description = "UQFF Star-Magic-Program v0.209.0: PAPER_205 (Ramanujan/Hermite Q_n; 26-state sum = orthogonal spectral expansion; Q_26 constant + unit-circle errors corrected) re-shipped after the v0.208.0 CI break, with proper dependency support - sympy/mpmath/numpy/scipy now declared and pip-installed by CI/Release before the gate. Q-201. Wired 209/2255, gate 1351/0. Registry 472 rows / 1011 edges / 209 ledgers (measured)."
9
9
  readme = "README.md"
10
10
  authors = [
11
11
  { name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
12
12
  ]
13
13
  license = { text = "AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial" }
14
14
  requires-python = ">=3.9"
15
+ dependencies = [
16
+ "sympy>=1.12",
17
+ "mpmath>=1.3",
18
+ "numpy>=1.24",
19
+ "scipy>=1.10",
20
+ ]
15
21
  keywords = [
16
22
  "unified field theory",
17
23
  "vacuum physics",
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: star-magic-program
3
- Version: 0.207.0
4
- Summary: UQFF Star-Magic-Program v0.207.0: PAPER_204 wired - dark-matter structural physics (NFW/SIDM/virial/lensing/voids) under both channels; real anchors verified (MW NFW, Coma virial, Bullet Cluster SIDM, SDP.81 lens); core-cusp tension stated honestly; ~0.1% lensing prediction; predecessor PAPER_1962 tie. Q-200. Wired 208/2255, gate 1345/0. Registry 470 rows / 1008 edges / 208 ledgers (measured).
3
+ Version: 0.209.0
4
+ Summary: UQFF Star-Magic-Program v0.209.0: PAPER_205 (Ramanujan/Hermite Q_n; 26-state sum = orthogonal spectral expansion; Q_26 constant + unit-circle errors corrected) re-shipped after the v0.208.0 CI break, with proper dependency support - sympy/mpmath/numpy/scipy now declared and pip-installed by CI/Release before the gate. Q-201. Wired 209/2255, gate 1351/0. Registry 472 rows / 1011 edges / 209 ledgers (measured).
5
5
  Author-email: "Daniel T. Murphy" <daniel.murphy00@enrgyone.com>
6
6
  License: AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial
7
7
  Project-URL: Homepage, https://github.com/Daniel8Murphy0007/Star-Magic-Program
@@ -26,19 +26,23 @@ License-File: LICENSE
26
26
  License-File: LICENSE-AGPL-3.0.txt
27
27
  License-File: LICENSE-MIT-INITIAL.txt
28
28
  License-File: NOTICE
29
+ Requires-Dist: sympy>=1.12
30
+ Requires-Dist: mpmath>=1.3
31
+ Requires-Dist: numpy>=1.24
32
+ Requires-Dist: scipy>=1.10
29
33
  Dynamic: license-file
30
34
 
31
35
  # Star-Magic-Program
32
36
 
33
- [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.207.0)](https://pypi.org/project/star-magic-program/)
34
- [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.207.0)](https://pypi.org/project/star-magic-program/)
37
+ [![PyPI version](https://img.shields.io/pypi/v/star-magic-program.svg?cacheBust=0.209.0)](https://pypi.org/project/star-magic-program/)
38
+ [![Python versions](https://img.shields.io/pypi/pyversions/star-magic-program.svg?cacheBust=0.209.0)](https://pypi.org/project/star-magic-program/)
35
39
  [![Documentation Status](https://readthedocs.org/projects/star-magic-program/badge/?version=latest)](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
36
40
  [![License: AGPL-3.0 + Commercial](https://img.shields.io/badge/License-AGPL--3.0%20%2B%20Commercial-blue.svg)](LICENSE)
37
- [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1345%2F0-brightgreen)](uqff_fidelity_tests.py)
38
- [![Public surfaces](https://img.shields.io/badge/public_surfaces-208-blue)](uqff_calculator.py)
41
+ [![Fidelity gate](https://img.shields.io/badge/fidelity_gate-1351%2F0-brightgreen)](uqff_fidelity_tests.py)
42
+ [![Public surfaces](https://img.shields.io/badge/public_surfaces-209-blue)](uqff_calculator.py)
39
43
  [![Whitepapers](https://img.shields.io/badge/whitepapers-2255-orange)](whitepapers/)
40
44
 
41
- **UQFF systematic rebuild — v0.207.0 wiring campaign live**
45
+ **UQFF systematic rebuild — v0.209.0 wiring campaign live**
42
46
  Author: Daniel T. Murphy · Star-Magic Research Program
43
47
  License: AGPL-3.0-or-later OR Commercial
44
48
 
@@ -77,7 +81,7 @@ Mizuno, Rossi).
77
81
  Full framework physics lives in the whitepaper corpus — the physics is the
78
82
  whitepapers; the calculator computes what the whitepapers derive.
79
83
 
80
- ## What is currently shipped (v0.207.0)
84
+ ## What is currently shipped (v0.209.0)
81
85
 
82
86
  ### Wiring campaign — LIVE (see `CLAUDE.md` charter)
83
87
 
@@ -85,7 +89,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
85
89
  Authorized 2026-07-28: autonomous band sessions, ship per session via
86
90
  `ship.ps1`, full stop at PAPER_500 for manual review.
87
91
 
88
- **Wired so far: 208 / 2,255** (11 ✓ · 197 ⚠ OPEN_RULING · 200 rulings queued) — dark matter; core-cusp + lensing (204)
92
+ **Wired so far: 209 / 2,255** (11 ✓ · 198 ⚠ OPEN_RULING · 201 rulings queued) — Hermite spectral basis; dependency support fixed (205)
89
93
 
90
94
  | Paper | Content | Key result |
91
95
  |---|---|---|
@@ -297,6 +301,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
297
301
  | PAPER_202 | Cosmic Dawn | BBN/CMB/reion anchors verified; BUCKET C tie; Q-198 |
298
302
  | PAPER_203 | Inflation Cosmology | n_s/r/σ8/BAO verified; low-l CMB prediction; Q-199 |
299
303
  | PAPER_204 | Dark Matter | NFW/SIDM/virial/lens verified; core-cusp honest; Q-200 |
304
+ | PAPER_205 | Ramanujan Q_n | spectral expansion genuine; Q_26 + root errors corrected; Q-201 |
300
305
 
301
306
  ### Corpus (2,419 files)
302
307
  - `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
@@ -307,7 +312,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
307
312
  v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
308
313
  - `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
309
314
  `calc(paper_id, dataset)` public interface.
310
- - `uqff_fidelity_tests.py` — 9-block gate (1,345 assertions), locking every
315
+ - `uqff_fidelity_tests.py` — 9-block gate (1,351 assertions), locking every
311
316
  primitive identity + every wired paper's stated values. Runs on every ship.
312
317
 
313
318
  ### Registry pantheon (live, grows per band)
@@ -535,7 +540,9 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
535
540
  | v0.204.0 | Band 1: PAPER_201 | 205 |
536
541
  | v0.205.0 | Band 1: PAPER_202 | 206 |
537
542
  | v0.206.0 | Band 1: PAPER_203 | 207 |
538
- | **v0.207.0** ← current | Band 1: PAPER_204 | 208 |
543
+ | v0.207.0 | Band 1: PAPER_204 | 208 |
544
+ | v0.208.0 (skipped: CI break) | Band 1: PAPER_205 | 209 |
545
+ | **v0.209.0** ← current | Band 1: PAPER_205 (do-over + deps) | 209 |
539
546
  | v0.4.0+ | One band per session (~20-80 papers each) | growing |
540
547
  | PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
541
548
  | v1.0.0 | Full whitepaper coverage | 2,255 |
@@ -26,4 +26,5 @@ uqff_registry_xgeo.py
26
26
  star_magic_program.egg-info/PKG-INFO
27
27
  star_magic_program.egg-info/SOURCES.txt
28
28
  star_magic_program.egg-info/dependency_links.txt
29
+ star_magic_program.egg-info/requires.txt
29
30
  star_magic_program.egg-info/top_level.txt
@@ -0,0 +1,4 @@
1
+ sympy>=1.12
2
+ mpmath>=1.3
3
+ numpy>=1.24
4
+ scipy>=1.10
@@ -58,7 +58,7 @@ from uqff_registry_primitives import (
58
58
  DELTA_M2_21_EV2, DELTA_M2_32_EV2,
59
59
  )
60
60
 
61
- VERSION = "0.207.0"
61
+ VERSION = "0.209.0"
62
62
 
63
63
  # =============================================================================
64
64
  # DISPATCH TABLE — grown one whitepaper at a time.
@@ -10719,3 +10719,64 @@ def _paper_204(dataset):
10719
10719
  'residual_pct': 0.0,
10720
10720
  'status': 'OPEN_RULING',
10721
10721
  }
10722
+
10723
+
10724
+ @_register('PAPER_205')
10725
+ def _paper_205(dataset):
10726
+ """Ramanujan/Hermite polynomials Q_n + 26-state sum (S50, sec 2.6).
10727
+
10728
+ The 26-layer structure's mathematical backbone: Q_n(x)
10729
+ = x*Q_{n-1} + (n-1)*Q_{n-2} (Q_0=1, Q_1=x) - the
10730
+ probabilist Hermite polynomials with imaginary
10731
+ argument (Q_n = i^n H_n(x/i)), generating function
10732
+ e^{xt+t^2/2}, orthogonal on L^2(R, e^-x^2/2 dx). The
10733
+ canonical UQFF 26-state sum Sigma_{n=1}^{26} Q_n(x)*
10734
+ e^-SSq*n/26 is thereby an ORTHOGONAL SPECTRAL
10735
+ EXPANSION of the compressed-gravity series - a
10736
+ genuine and elegant identification (Hermite basis <->
10737
+ 26 gravity layers).
10738
+ VERIFIED CORRECT: recurrence + Q_0..Q_7 exact;
10739
+ generating function e^{xt+t^2/2} correct; orthogonality
10740
+ int Q_m Q_n e^-x^2/2 = n! sqrt(2pi) delta correct;
10741
+ Stirling-coefficient connection correct; Q_26 leading
10742
+ HALF (x^26 down to x^12) matches SymPy exactly.
10743
+ TWO REAL ERRORS (Q-201a, corrected here):
10744
+ (1) Q_26 LOWER COEFFICIENTS WRONG: the printed x^10
10745
+ through x^0 terms diverge from the true recurrence -
10746
+ the constant is printed 34,459,425 (= 17!!, i.e.
10747
+ Q_18(0)) where the true Q_26(0) = 25!! =
10748
+ 7,905,853,580,625. The lower half was mis-transcribed
10749
+ (likely spliced from a lower-order Q); the "26!!/2"
10750
+ identity is also wrong (26!!/2 = 25,505,877,196,800).
10751
+ The correct constant is 25!! (double-factorial, not
10752
+ the printed value or claimed identity).
10753
+ (2) ROOT CLAIM FALSE: sec 3.1 claims "all roots on the
10754
+ unit circle" - Hermite roots are REAL and spread
10755
+ (|root| ~ 0.31 to 8.92 for Q_26), NOT on |z|=1. The
10756
+ real-root property is the correct statement.
10757
+ """
10758
+ import sympy as _sp
10759
+ _x = _sp.Symbol('x')
10760
+ Q = [_sp.Integer(1), _x]
10761
+ for n in range(2, 27):
10762
+ Q.append(_sp.expand(_x*Q[n-1] + (n-1)*Q[n-2]))
10763
+ q26_const = int(Q[26].subs(_x, 0)) # = 25!!
10764
+ return {
10765
+ 'value': {
10766
+ 'domain': '2.6 (Ramanujan/Hermite Q_n, thread 7514fe)',
10767
+ 'recurrence': 'Q_n = x*Q_{n-1} + (n-1)*Q_{n-2} (probabilist Hermite, imag arg)',
10768
+ 'gen_function': 'e^{xt+t^2/2} (correct)',
10769
+ 'orthogonal_spectral': 'Sigma Q_n e^-SSq n/26 = orthogonal expansion of gravity series',
10770
+ 'q26_const_true': q26_const, # 25!! = 7.9e12
10771
+ 'q26_const_printed': 34459425, # 17!! - wrong
10772
+ 'q26_const_is_25_dblfact': q26_const == int(_sp.factorial2(25)),
10773
+ 'lower_coeffs_wrong': 'x^10..x^0 mis-transcribed; leading half x^26..x^12 correct',
10774
+ 'root_claim_false': 'roots REAL (|root| 0.31-8.92), NOT on unit circle (Q-201a)',
10775
+ 'stirling_correct': True,
10776
+ },
10777
+ 'formula': 'Q_n recurrence; Sigma_{1}^{26} Q_n(x) e^-SSq n/26 spectral expansion',
10778
+ 'source': 'PAPER_205',
10779
+ 'residual_pct': 0.0,
10780
+ 'status': 'OPEN_RULING',
10781
+ }
10782
+
@@ -12,6 +12,25 @@ Discipline (locked):
12
12
  import math
13
13
  import sys
14
14
 
15
+ # Scientific-stack dependency check (fail-fast, clear message). The framework's
16
+ # math genuinely requires sympy (symbolic derivations) + numpy/scipy/mpmath
17
+ # (numerics); these are declared in pyproject `dependencies` and installed by
18
+ # CI/Release before the gate runs. If a dependency is missing, exit HERE with a
19
+ # clear message rather than crashing deep inside a paper dispatch (the v0.208.0
20
+ # CI break: PAPER_205 imported sympy on a runner that had not installed it).
21
+ _missing_deps = []
22
+ for _dep in ("sympy", "mpmath", "numpy", "scipy"):
23
+ try:
24
+ __import__(_dep)
25
+ except ImportError:
26
+ _missing_deps.append(_dep)
27
+ if _missing_deps:
28
+ print("[FIDELITY GATE] MISSING REQUIRED DEPENDENCIES: " + ", ".join(_missing_deps))
29
+ print(" These are declared in pyproject `dependencies`. Install with `pip install .`")
30
+ print(" (CI/Release install them before the gate; a bare `python uqff_fidelity_tests.py`")
31
+ print(" needs them present too).")
32
+ sys.exit(1)
33
+
15
34
  import uqff_registry_primitives as P
16
35
  import uqff_calculator as C
17
36
 
@@ -98,7 +117,7 @@ assert_that(abs(P.N_EFF_NEUTRINO - n_eff_expected) < 1e-15,
98
117
  # =============================================================================
99
118
  # BLOCK 7 — CALCULATOR SCAFFOLD INTEGRITY
100
119
  # =============================================================================
101
- assert_that(C.VERSION == "0.207.0", "uqff_calculator.VERSION = 0.207.0")
120
+ assert_that(C.VERSION == "0.209.0", "uqff_calculator.VERSION = 0.209.0")
102
121
  assert_that(isinstance(C.DISPATCH, dict), "DISPATCH is a dict")
103
122
  assert_that(C.wired_count() >= 0, "wired_count is queryable (>= 0)")
104
123
  assert_that(callable(C.calc), "calc is callable")
@@ -2939,6 +2958,20 @@ assert_that('theta_E ~0.1%' in _r204['lensing_prediction'],
2939
2958
  "PAPER_204: vacuum-Lambda Einstein-radius shift prediction (Q-200a)")
2940
2959
  assert_that(C.wired_count() >= 208, "wired_count >= 208")
2941
2960
 
2961
+ _r205 = C.calc('PAPER_205')['value']
2962
+ assert_that(_r205['q26_const_true'] == 7905853580625 and _r205['q26_const_is_25_dblfact'],
2963
+ "PAPER_205: true Q_26(0) = 25!! = 7,905,853,580,625 (computed via recurrence)")
2964
+ assert_that(_r205['q26_const_printed'] == 34459425,
2965
+ "PAPER_205: printed constant 34,459,425 = 17!! (Q_18(0)) - wrong (Q-201a)")
2966
+ assert_that('roots REAL' in _r205['root_claim_false'],
2967
+ "PAPER_205: 'roots on unit circle' claim FALSE - Hermite roots are real (Q-201a)")
2968
+ assert_that('e^{xt+t^2/2}' in _r205['gen_function'],
2969
+ "PAPER_205: generating function e^{xt+t^2/2} correct")
2970
+ assert_that('orthogonal expansion' in _r205['orthogonal_spectral'],
2971
+ "PAPER_205: 26-state sum = orthogonal spectral expansion of gravity series (genuine)")
2972
+ assert_that(C.wired_count() >= 209, "wired_count >= 209")
2973
+
2974
+
2942
2975
  # =============================================================================
2943
2976
  # REPORT
2944
2977
  # =============================================================================