star-magic-program 0.2.0__tar.gz → 0.2.2__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.
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/CHANGELOG.md +36 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/CITATION.cff +1 -1
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/PKG-INFO +10 -2
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/README.md +8 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/SESSION_LOG.md +105 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/pyproject.toml +2 -2
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/star_magic_program.egg-info/PKG-INFO +10 -2
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/uqff_calculator.py +1 -1
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/uqff_fidelity_tests.py +1 -1
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/COMMERCIAL.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/LICENSE +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/NOTICE +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/WHITEPAPER_INDEX.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/registry_generator.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/setup.cfg +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/uqff_registry_status.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.2}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,42 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.2.2] — 2026-07-28 — BADGE PATCH
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **Documentation Status badge** — the 7th badge from predecessor Star-Magic pattern.
|
|
14
|
+
v0.2.1 tag on PyPI accidentally landed with only 6 badges; v0.2.2 adds
|
|
15
|
+
the missing `Documentation Status` shield pointing at
|
|
16
|
+
`star-magic-program` on readthedocs.org.
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
- SESSION_LOG.md — badge descriptions expanded with source/link details.
|
|
20
|
+
- Version bumps 0.2.1 → 0.2.2 (pyproject/calc/gate/citation).
|
|
21
|
+
|
|
22
|
+
### Unchanged
|
|
23
|
+
- All physics content, corpus, registry scaffolds, calculator DISPATCH.
|
|
24
|
+
|
|
25
|
+
---
|
|
26
|
+
|
|
27
|
+
## [0.2.1] — 2026-07-28 — README BADGES
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
- 7 README badges rendered by shields.io (visible on PyPI + GitHub):
|
|
31
|
+
- `pypi` (dynamic version), `python` (dynamic version support),
|
|
32
|
+
- `License AGPL-3.0 + Commercial`,
|
|
33
|
+
- `Fidelity Gate passing`,
|
|
34
|
+
- `Whitepapers 2,255`,
|
|
35
|
+
- `Public Surfaces 0` (updates as calculator gets wired),
|
|
36
|
+
- `CI` (dynamic status from GitHub Actions).
|
|
37
|
+
|
|
38
|
+
### Changed
|
|
39
|
+
- Version bumps 0.2.0 → 0.2.1 (pyproject.toml, uqff_calculator.py, uqff_fidelity_tests.py, CITATION.cff).
|
|
40
|
+
|
|
41
|
+
### Unchanged
|
|
42
|
+
- Whitepaper corpus, registry scaffolds, calculator DISPATCH, fidelity gate blocks 1-8 — all identical to v0.2.0.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
10
46
|
## [0.2.0] — 2026-07-28 — CORPUS + REGISTRY SCAFFOLDING
|
|
11
47
|
|
|
12
48
|
### 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.2.
|
|
6
|
+
version: "0.2.2"
|
|
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.2.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.2.2: 7 README badges matching predecessor Star-Magic pattern exactly (PyPI version, Python versions, Documentation Status, License, fidelity_gate 47/0, public_surfaces 0, whitepapers 2255) with relative links to internal files. Content otherwise identical to v0.2.0: whitepaper corpus 2,419 files + R0-R5 registry scaffolds (empty per clean-start) + 96-constant registry primitives + empty calculator DISPATCH. Next: v0.3.0+ per-paper wiring.
|
|
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
|
|
@@ -30,6 +30,14 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Star-Magic-Program
|
|
32
32
|
|
|
33
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
34
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
35
|
+
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
36
|
+
[](LICENSE)
|
|
37
|
+
[](uqff_fidelity_tests.py)
|
|
38
|
+
[](uqff_calculator.py)
|
|
39
|
+
[](whitepapers/)
|
|
40
|
+
|
|
33
41
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
34
42
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
35
43
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Star-Magic-Program
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
4
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
5
|
+
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
[](uqff_fidelity_tests.py)
|
|
8
|
+
[](uqff_calculator.py)
|
|
9
|
+
[](whitepapers/)
|
|
10
|
+
|
|
3
11
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
4
12
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
5
13
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -198,3 +198,108 @@ declaration), PAPER_2153 (SCm+UA joint engine), PAPER_2154 (Q_phonon +
|
|
|
198
198
|
D_GW primitive-reduction).
|
|
199
199
|
|
|
200
200
|
---
|
|
201
|
+
|
|
202
|
+
## 2026-07-28 — v0.2.1 PATCH — README BADGES
|
|
203
|
+
|
|
204
|
+
### Purpose
|
|
205
|
+
|
|
206
|
+
PyPI project page for v0.2.0 shipped without visible status badges.
|
|
207
|
+
Predecessor Star-Magic PyPI page rendered 7 shields.io/GitHub badges
|
|
208
|
+
at the top of its description. This patch adds the same 7 badges to
|
|
209
|
+
Star-Magic-Program's README so future PyPI releases render them.
|
|
210
|
+
|
|
211
|
+
### What shipped
|
|
212
|
+
|
|
213
|
+
**7 badges added to README.md top (matching predecessor Star-Magic pattern exactly):**
|
|
214
|
+
- `PyPI version` — dynamic, queries pypi.org for `star-magic-program`
|
|
215
|
+
- `Python versions` — dynamic, queries pypi.org classifiers
|
|
216
|
+
- `Documentation Status` — readthedocs.org badge for `star-magic-program` project
|
|
217
|
+
(shows `docs | unknown` until RTD project is registered — same behavior
|
|
218
|
+
the predecessor had before its RTD site went live)
|
|
219
|
+
- `License: AGPL-3.0 + Commercial` — static, relative link to `LICENSE`
|
|
220
|
+
- `fidelity_gate 47/0` — static, relative link to `uqff_fidelity_tests.py`
|
|
221
|
+
(47 = current assertion count, 0 = current failure count; update per ship)
|
|
222
|
+
- `public_surfaces 0` — static, relative link to `uqff_calculator.py`
|
|
223
|
+
(0 = empty DISPATCH; grows with v0.3.0+ wiring)
|
|
224
|
+
- `whitepapers 2255` — static, relative link to `whitepapers/`
|
|
225
|
+
(2,255 = current .md file count; grows if corpus is extended)
|
|
226
|
+
|
|
227
|
+
**Version bumps 0.2.0 → 0.2.1** (patch):
|
|
228
|
+
- pyproject.toml
|
|
229
|
+
- uqff_calculator.py (VERSION)
|
|
230
|
+
- uqff_fidelity_tests.py (assertion)
|
|
231
|
+
- CITATION.cff
|
|
232
|
+
- CHANGELOG.md (v0.2.1 entry prepended)
|
|
233
|
+
|
|
234
|
+
### What DIDN'T change
|
|
235
|
+
|
|
236
|
+
- Whitepaper corpus (still 2,255 md + 45 pdf + 107 tex + 11 txt)
|
|
237
|
+
- Registry primitives (96 constants, unchanged from v0.1.0)
|
|
238
|
+
- Calculator DISPATCH (still empty, awaits v0.3.0+ wiring)
|
|
239
|
+
- Fidelity gate blocks 1-7 (only block 8 version assertion touched)
|
|
240
|
+
- All 14 registry CSVs (still header-only)
|
|
241
|
+
- All 4 registry Python regen modules (still gutted signatures)
|
|
242
|
+
- All 5 registry MD docs (still structural)
|
|
243
|
+
- All license files, NOTICE, COMMERCIAL.md, WHITEPAPER_INDEX.md, _BUILD_LOG.md
|
|
244
|
+
|
|
245
|
+
### Lesson from v0.2.0 ship (documented for next time)
|
|
246
|
+
|
|
247
|
+
The v0.2.0 ship failed 4 times in a row on GitHub Actions before landing.
|
|
248
|
+
Root causes discovered in order:
|
|
249
|
+
1. Stale `.git/index.lock` blocking git operations silently
|
|
250
|
+
2. Windows Defender / OneDrive holding a lock on `.git/COMMIT_EDITMSG`
|
|
251
|
+
causing every `git commit` to fail with "Permission denied" while
|
|
252
|
+
PowerShell blocks continued past the failed step
|
|
253
|
+
3. Branch protection rules on GitHub blocking direct pushes to master
|
|
254
|
+
|
|
255
|
+
**Standing rule going forward:**
|
|
256
|
+
Before every ship, check (in order):
|
|
257
|
+
1. `.git/index.lock` and `.git/COMMIT_EDITMSG` (delete if present)
|
|
258
|
+
2. Any lingering `Code.exe` / `OneDrive.exe` processes with handles
|
|
259
|
+
on `.git/` — kill if found
|
|
260
|
+
3. GitHub repo's branch protection settings on `master` for private repos
|
|
261
|
+
4. Version consistency across pyproject.toml, uqff_calculator.py,
|
|
262
|
+
uqff_fidelity_tests.py, CITATION.cff, CHANGELOG.md, SESSION_LOG.md
|
|
263
|
+
5. Fidelity gate exit code 0
|
|
264
|
+
|
|
265
|
+
### Next ship
|
|
266
|
+
|
|
267
|
+
**v0.3.0 — first wiring batch** (unchanged from v0.2.0's next-ship note).
|
|
268
|
+
|
|
269
|
+
---
|
|
270
|
+
|
|
271
|
+
## 2026-07-28 — v0.2.2 PATCH — DOCUMENTATION STATUS BADGE
|
|
272
|
+
|
|
273
|
+
### Purpose
|
|
274
|
+
|
|
275
|
+
v0.2.1 tag on PyPI landed with only 6 of the 7 predecessor badges.
|
|
276
|
+
The `Documentation Status` (readthedocs.org) badge was dropped and later
|
|
277
|
+
added to master but the v0.2.1 tag never advanced. v0.2.2 patch ships
|
|
278
|
+
the corrected 7-badge state so PyPI project page shows the complete
|
|
279
|
+
predecessor pattern.
|
|
280
|
+
|
|
281
|
+
### What shipped
|
|
282
|
+
|
|
283
|
+
- README.md — Documentation Status badge added (7th badge, matches predecessor exactly).
|
|
284
|
+
- CHANGELOG.md — v0.2.2 entry prepended.
|
|
285
|
+
- SESSION_LOG.md — this entry appended + earlier v0.2.1 badge descriptions polished.
|
|
286
|
+
- Version bumps 0.2.1 → 0.2.2 (pyproject.toml, uqff_calculator.py, uqff_fidelity_tests.py, CITATION.cff).
|
|
287
|
+
|
|
288
|
+
### What DIDN'T change
|
|
289
|
+
|
|
290
|
+
- Physics content, whitepapers, registry, calculator DISPATCH — all identical to v0.2.0.
|
|
291
|
+
|
|
292
|
+
### Lesson
|
|
293
|
+
|
|
294
|
+
Standing rule addition: **when a patch ship is retagged, verify tag points at
|
|
295
|
+
the LATEST commit before pushing.** In this case v0.2.1 tag was created early
|
|
296
|
+
in the badge-fix sequence, then more edits landed on master, but the tag was
|
|
297
|
+
never moved. Command `git rev-parse v0.X.Y` compared against `git log --oneline -1`
|
|
298
|
+
before pushing catches this instantly.
|
|
299
|
+
|
|
300
|
+
### Next ship
|
|
301
|
+
|
|
302
|
+
**v0.3.0 — first wiring batch** (still queued, unchanged).
|
|
303
|
+
|
|
304
|
+
---
|
|
305
|
+
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "star-magic-program"
|
|
7
|
-
version = "0.2.
|
|
8
|
-
description = "UQFF Star-Magic-Program v0.2.
|
|
7
|
+
version = "0.2.2"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.2.2: 7 README badges matching predecessor Star-Magic pattern exactly (PyPI version, Python versions, Documentation Status, License, fidelity_gate 47/0, public_surfaces 0, whitepapers 2255) with relative links to internal files. Content otherwise identical to v0.2.0: whitepaper corpus 2,419 files + R0-R5 registry scaffolds (empty per clean-start) + 96-constant registry primitives + empty calculator DISPATCH. Next: v0.3.0+ per-paper wiring."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: star-magic-program
|
|
3
|
-
Version: 0.2.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.2.2: 7 README badges matching predecessor Star-Magic pattern exactly (PyPI version, Python versions, Documentation Status, License, fidelity_gate 47/0, public_surfaces 0, whitepapers 2255) with relative links to internal files. Content otherwise identical to v0.2.0: whitepaper corpus 2,419 files + R0-R5 registry scaffolds (empty per clean-start) + 96-constant registry primitives + empty calculator DISPATCH. Next: v0.3.0+ per-paper wiring.
|
|
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
|
|
@@ -30,6 +30,14 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Star-Magic-Program
|
|
32
32
|
|
|
33
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
34
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
35
|
+
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
36
|
+
[](LICENSE)
|
|
37
|
+
[](uqff_fidelity_tests.py)
|
|
38
|
+
[](uqff_calculator.py)
|
|
39
|
+
[](whitepapers/)
|
|
40
|
+
|
|
33
41
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
34
42
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
35
43
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -57,7 +57,7 @@ from uqff_registry_primitives import (
|
|
|
57
57
|
DELTA_M2_21_EV2, DELTA_M2_32_EV2,
|
|
58
58
|
)
|
|
59
59
|
|
|
60
|
-
VERSION = "0.2.
|
|
60
|
+
VERSION = "0.2.2"
|
|
61
61
|
|
|
62
62
|
# =============================================================================
|
|
63
63
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -98,7 +98,7 @@ assert_that(abs(P.N_EFF_NEUTRINO - n_eff_expected) < 1e-15,
|
|
|
98
98
|
# =============================================================================
|
|
99
99
|
# BLOCK 7 — CALCULATOR SCAFFOLD INTEGRITY
|
|
100
100
|
# =============================================================================
|
|
101
|
-
assert_that(C.VERSION == "0.2.
|
|
101
|
+
assert_that(C.VERSION == "0.2.2", "uqff_calculator.VERSION = 0.2.2")
|
|
102
102
|
assert_that(isinstance(C.DISPATCH, dict), "DISPATCH is a dict")
|
|
103
103
|
assert_that(C.wired_count() >= 0, "wired_count is queryable (>= 0)")
|
|
104
104
|
assert_that(callable(C.calc), "calc is callable")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.2.0 → star_magic_program-0.2.2}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.2.0 → star_magic_program-0.2.2}/star_magic_program.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|