star-magic-program 0.2.1__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.1 → star_magic_program-0.2.2}/CHANGELOG.md +17 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/CITATION.cff +1 -1
- {star_magic_program-0.2.1/star_magic_program.egg-info → star_magic_program-0.2.2}/PKG-INFO +3 -2
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/README.md +1 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/SESSION_LOG.md +49 -8
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/pyproject.toml +2 -2
- {star_magic_program-0.2.1 → star_magic_program-0.2.2/star_magic_program.egg-info}/PKG-INFO +3 -2
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/uqff_calculator.py +1 -1
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/uqff_fidelity_tests.py +1 -1
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/COMMERCIAL.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/LICENSE +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/NOTICE +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/WHITEPAPER_INDEX.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/registry_generator.py +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/setup.cfg +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/uqff_registry_status.py +0 -0
- {star_magic_program-0.2.1 → star_magic_program-0.2.2}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,23 @@ 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
|
+
|
|
10
27
|
## [0.2.1] — 2026-07-28 — README BADGES
|
|
11
28
|
|
|
12
29
|
### 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
|
|
@@ -32,6 +32,7 @@ Dynamic: license-file
|
|
|
32
32
|
|
|
33
33
|
[](https://pypi.org/project/star-magic-program/)
|
|
34
34
|
[](https://pypi.org/project/star-magic-program/)
|
|
35
|
+
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
35
36
|
[](LICENSE)
|
|
36
37
|
[](uqff_fidelity_tests.py)
|
|
37
38
|
[](uqff_calculator.py)
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://pypi.org/project/star-magic-program/)
|
|
4
4
|
[](https://pypi.org/project/star-magic-program/)
|
|
5
|
+
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
5
6
|
[](LICENSE)
|
|
6
7
|
[](uqff_fidelity_tests.py)
|
|
7
8
|
[](uqff_calculator.py)
|
|
@@ -210,14 +210,19 @@ Star-Magic-Program's README so future PyPI releases render them.
|
|
|
210
210
|
|
|
211
211
|
### What shipped
|
|
212
212
|
|
|
213
|
-
**7 badges added to README.md top:**
|
|
214
|
-
- `
|
|
215
|
-
- `
|
|
216
|
-
- `
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
- `
|
|
220
|
-
- `
|
|
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)
|
|
221
226
|
|
|
222
227
|
**Version bumps 0.2.0 → 0.2.1** (patch):
|
|
223
228
|
- pyproject.toml
|
|
@@ -262,3 +267,39 @@ Before every ship, check (in order):
|
|
|
262
267
|
**v0.3.0 — first wiring batch** (unchanged from v0.2.0's next-ship note).
|
|
263
268
|
|
|
264
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
|
|
@@ -32,6 +32,7 @@ Dynamic: license-file
|
|
|
32
32
|
|
|
33
33
|
[](https://pypi.org/project/star-magic-program/)
|
|
34
34
|
[](https://pypi.org/project/star-magic-program/)
|
|
35
|
+
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
35
36
|
[](LICENSE)
|
|
36
37
|
[](uqff_fidelity_tests.py)
|
|
37
38
|
[](uqff_calculator.py)
|
|
@@ -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.1 → 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.1 → 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
|