star-magic-program 0.2.0__tar.gz → 0.2.1__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.1}/CHANGELOG.md +19 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/CITATION.cff +1 -1
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/PKG-INFO +9 -2
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/README.md +7 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/SESSION_LOG.md +64 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/pyproject.toml +2 -2
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/star_magic_program.egg-info/PKG-INFO +9 -2
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/uqff_calculator.py +1 -1
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/uqff_fidelity_tests.py +1 -1
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/COMMERCIAL.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/LICENSE +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/NOTICE +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/WHITEPAPER_INDEX.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/registry_generator.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/setup.cfg +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/uqff_registry_status.py +0 -0
- {star_magic_program-0.2.0 → star_magic_program-0.2.1}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,25 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.2.1] — 2026-07-28 — README BADGES
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- 7 README badges rendered by shields.io (visible on PyPI + GitHub):
|
|
14
|
+
- `pypi` (dynamic version), `python` (dynamic version support),
|
|
15
|
+
- `License AGPL-3.0 + Commercial`,
|
|
16
|
+
- `Fidelity Gate passing`,
|
|
17
|
+
- `Whitepapers 2,255`,
|
|
18
|
+
- `Public Surfaces 0` (updates as calculator gets wired),
|
|
19
|
+
- `CI` (dynamic status from GitHub Actions).
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- Version bumps 0.2.0 → 0.2.1 (pyproject.toml, uqff_calculator.py, uqff_fidelity_tests.py, CITATION.cff).
|
|
23
|
+
|
|
24
|
+
### Unchanged
|
|
25
|
+
- Whitepaper corpus, registry scaffolds, calculator DISPATCH, fidelity gate blocks 1-8 — all identical to v0.2.0.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
10
29
|
## [0.2.0] — 2026-07-28 — CORPUS + REGISTRY SCAFFOLDING
|
|
11
30
|
|
|
12
31
|
### 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.1"
|
|
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.1
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.2.1: README badges (pypi/python/license/fidelity gate/whitepapers/public surfaces/CI). Content otherwise identical to v0.2.0: whitepaper corpus 2,419 files split md/tex/pdf/txt + R0-R5 registry scaffolds (empty per clean-start) + 96-constant registry primitives + empty calculator DISPATCH. Predecessor Star-Magic v5.86.0. 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,13 @@ 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
|
+
[](LICENSE)
|
|
36
|
+
[](uqff_fidelity_tests.py)
|
|
37
|
+
[](uqff_calculator.py)
|
|
38
|
+
[](whitepapers/)
|
|
39
|
+
|
|
33
40
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
34
41
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
35
42
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Star-Magic-Program
|
|
2
2
|
|
|
3
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
4
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](uqff_fidelity_tests.py)
|
|
7
|
+
[](uqff_calculator.py)
|
|
8
|
+
[](whitepapers/)
|
|
9
|
+
|
|
3
10
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
4
11
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
5
12
|
License: AGPL-3.0-or-later OR Commercial
|
|
@@ -198,3 +198,67 @@ 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:**
|
|
214
|
+
- `pypi` — dynamic version from PyPI (`shields.io/pypi/v/star-magic-program`)
|
|
215
|
+
- `python` — dynamic Python versions supported (`shields.io/pypi/pyversions/`)
|
|
216
|
+
- `License` — static `AGPL-3.0 + Commercial`
|
|
217
|
+
- `Fidelity Gate` — static `passing` (updates as gate assertions grow)
|
|
218
|
+
- `Whitepapers` — static `2,255` (updates as corpus grows)
|
|
219
|
+
- `Public Surfaces` — static `0` (updates as calculator gets wired)
|
|
220
|
+
- `CI` — dynamic status from GitHub Actions
|
|
221
|
+
|
|
222
|
+
**Version bumps 0.2.0 → 0.2.1** (patch):
|
|
223
|
+
- pyproject.toml
|
|
224
|
+
- uqff_calculator.py (VERSION)
|
|
225
|
+
- uqff_fidelity_tests.py (assertion)
|
|
226
|
+
- CITATION.cff
|
|
227
|
+
- CHANGELOG.md (v0.2.1 entry prepended)
|
|
228
|
+
|
|
229
|
+
### What DIDN'T change
|
|
230
|
+
|
|
231
|
+
- Whitepaper corpus (still 2,255 md + 45 pdf + 107 tex + 11 txt)
|
|
232
|
+
- Registry primitives (96 constants, unchanged from v0.1.0)
|
|
233
|
+
- Calculator DISPATCH (still empty, awaits v0.3.0+ wiring)
|
|
234
|
+
- Fidelity gate blocks 1-7 (only block 8 version assertion touched)
|
|
235
|
+
- All 14 registry CSVs (still header-only)
|
|
236
|
+
- All 4 registry Python regen modules (still gutted signatures)
|
|
237
|
+
- All 5 registry MD docs (still structural)
|
|
238
|
+
- All license files, NOTICE, COMMERCIAL.md, WHITEPAPER_INDEX.md, _BUILD_LOG.md
|
|
239
|
+
|
|
240
|
+
### Lesson from v0.2.0 ship (documented for next time)
|
|
241
|
+
|
|
242
|
+
The v0.2.0 ship failed 4 times in a row on GitHub Actions before landing.
|
|
243
|
+
Root causes discovered in order:
|
|
244
|
+
1. Stale `.git/index.lock` blocking git operations silently
|
|
245
|
+
2. Windows Defender / OneDrive holding a lock on `.git/COMMIT_EDITMSG`
|
|
246
|
+
causing every `git commit` to fail with "Permission denied" while
|
|
247
|
+
PowerShell blocks continued past the failed step
|
|
248
|
+
3. Branch protection rules on GitHub blocking direct pushes to master
|
|
249
|
+
|
|
250
|
+
**Standing rule going forward:**
|
|
251
|
+
Before every ship, check (in order):
|
|
252
|
+
1. `.git/index.lock` and `.git/COMMIT_EDITMSG` (delete if present)
|
|
253
|
+
2. Any lingering `Code.exe` / `OneDrive.exe` processes with handles
|
|
254
|
+
on `.git/` — kill if found
|
|
255
|
+
3. GitHub repo's branch protection settings on `master` for private repos
|
|
256
|
+
4. Version consistency across pyproject.toml, uqff_calculator.py,
|
|
257
|
+
uqff_fidelity_tests.py, CITATION.cff, CHANGELOG.md, SESSION_LOG.md
|
|
258
|
+
5. Fidelity gate exit code 0
|
|
259
|
+
|
|
260
|
+
### Next ship
|
|
261
|
+
|
|
262
|
+
**v0.3.0 — first wiring batch** (unchanged from v0.2.0's next-ship note).
|
|
263
|
+
|
|
264
|
+
---
|
|
@@ -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.1"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.2.1: README badges (pypi/python/license/fidelity gate/whitepapers/public surfaces/CI). Content otherwise identical to v0.2.0: whitepaper corpus 2,419 files split md/tex/pdf/txt + R0-R5 registry scaffolds (empty per clean-start) + 96-constant registry primitives + empty calculator DISPATCH. Predecessor Star-Magic v5.86.0. 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.1
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.2.1: README badges (pypi/python/license/fidelity gate/whitepapers/public surfaces/CI). Content otherwise identical to v0.2.0: whitepaper corpus 2,419 files split md/tex/pdf/txt + R0-R5 registry scaffolds (empty per clean-start) + 96-constant registry primitives + empty calculator DISPATCH. Predecessor Star-Magic v5.86.0. 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,13 @@ 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
|
+
[](LICENSE)
|
|
36
|
+
[](uqff_fidelity_tests.py)
|
|
37
|
+
[](uqff_calculator.py)
|
|
38
|
+
[](whitepapers/)
|
|
39
|
+
|
|
33
40
|
**UQFF systematic rebuild — v0.2.0 corpus + registry scaffolding**
|
|
34
41
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
35
42
|
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.1"
|
|
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.1", "uqff_calculator.VERSION = 0.2.1")
|
|
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.1}/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.1}/star_magic_program.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|