physmap 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.
Files changed (106) hide show
  1. {physmap-0.2.0/src/physmap.egg-info → physmap-0.2.1}/PKG-INFO +15 -13
  2. {physmap-0.2.0 → physmap-0.2.1}/README.md +14 -12
  3. {physmap-0.2.0 → physmap-0.2.1}/pyproject.toml +1 -1
  4. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/__init__.py +1 -1
  5. {physmap-0.2.0 → physmap-0.2.1/src/physmap.egg-info}/PKG-INFO +15 -13
  6. {physmap-0.2.0 → physmap-0.2.1}/LICENSE +0 -0
  7. {physmap-0.2.0 → physmap-0.2.1}/LICENSE-CORPUS +0 -0
  8. {physmap-0.2.0 → physmap-0.2.1}/NOTICE +0 -0
  9. {physmap-0.2.0 → physmap-0.2.1}/setup.cfg +0 -0
  10. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/_paths.py +0 -0
  11. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/applicability/__init__.py +0 -0
  12. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/applicability/fixtures.py +0 -0
  13. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/applicability/screen.py +0 -0
  14. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/baselines/__init__.py +0 -0
  15. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/__init__.py +0 -0
  16. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/benchmark_report.py +0 -0
  17. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/benchmark_v0_4.py +0 -0
  18. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/compare.py +0 -0
  19. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/registry.py +0 -0
  20. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/report.py +0 -0
  21. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/cli.py +0 -0
  22. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/__init__.py +0 -0
  23. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/data/__init__.py +0 -0
  24. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/data/closure_index.json +0 -0
  25. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/formulas.py +0 -0
  26. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/geometry_classes.py +0 -0
  27. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/index.py +0 -0
  28. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/registry.py +0 -0
  29. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/compat/__init__.py +0 -0
  30. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/core/__init__.py +0 -0
  31. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/core/mechanism.py +0 -0
  32. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/core/signals.py +0 -0
  33. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/__init__.py +0 -0
  34. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/calibration.py +0 -0
  35. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/__init__.py +0 -0
  36. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/corpus_seed.jsonl +0 -0
  37. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/evidence_claims_seed.jsonl +0 -0
  38. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/evidence_sources_seed.jsonl +0 -0
  39. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/premium_coverage.json +0 -0
  40. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/evidence.py +0 -0
  41. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/explain/__init__.py +0 -0
  42. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/explain/benchmark.py +0 -0
  43. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/explain/causal.py +0 -0
  44. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/__init__.py +0 -0
  45. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/aggregator_observability.py +0 -0
  46. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/classify.py +0 -0
  47. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/configs.py +0 -0
  48. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/corpus_regimes.py +0 -0
  49. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/detector_conformal.py +0 -0
  50. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/detector_density.py +0 -0
  51. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/enums.py +0 -0
  52. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/graph.py +0 -0
  53. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/guardrail.py +0 -0
  54. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/io.py +0 -0
  55. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/regime_observability.py +0 -0
  56. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/render.py +0 -0
  57. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/weighting_heuristic.py +0 -0
  58. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/infra/__init__.py +0 -0
  59. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/infra/blindspot_oracle.py +0 -0
  60. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/infra/corpus_runtime.py +0 -0
  61. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/integrations/__init__.py +0 -0
  62. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/__init__.py +0 -0
  63. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/estimator.py +0 -0
  64. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/independence.py +0 -0
  65. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/surrogate_fit.py +0 -0
  66. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/observability/__init__.py +0 -0
  67. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/__init__.py +0 -0
  68. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/aggregators.py +0 -0
  69. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/assessment_v06.py +0 -0
  70. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/core.py +0 -0
  71. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/defeasible_aggregator.py +0 -0
  72. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/detectors.py +0 -0
  73. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/observability.py +0 -0
  74. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/surrogate.py +0 -0
  75. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/validity_signal.py +0 -0
  76. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/vehicle_spec.py +0 -0
  77. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/release.py +0 -0
  78. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/stress_tests/__init__.py +0 -0
  79. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/stress_tests/lewis_reuse.py +0 -0
  80. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/__init__.py +0 -0
  81. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/corpus_real.py +0 -0
  82. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/engine.py +0 -0
  83. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/forrest.py +0 -0
  84. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/loaders.py +0 -0
  85. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/naca_tn1451.py +0 -0
  86. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/naca_wpd_loader.py +0 -0
  87. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/stage1_ingest.py +0 -0
  88. {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/vehicle_config.py +0 -0
  89. {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/SOURCES.txt +0 -0
  90. {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/dependency_links.txt +0 -0
  91. {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/entry_points.txt +0 -0
  92. {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/requires.txt +0 -0
  93. {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/top_level.txt +0 -0
  94. {physmap-0.2.0 → physmap-0.2.1}/tests/test_applicability_screen.py +0 -0
  95. {physmap-0.2.0 → physmap-0.2.1}/tests/test_benchmark_boundaries.py +0 -0
  96. {physmap-0.2.0 → physmap-0.2.1}/tests/test_benchmark_reproduces.py +0 -0
  97. {physmap-0.2.0 → physmap-0.2.1}/tests/test_causal_materiality.py +0 -0
  98. {physmap-0.2.0 → physmap-0.2.1}/tests/test_cli_without_checkout.py +0 -0
  99. {physmap-0.2.0 → physmap-0.2.1}/tests/test_guardrail_public_api.py +0 -0
  100. {physmap-0.2.0 → physmap-0.2.1}/tests/test_no_conflation.py +0 -0
  101. {physmap-0.2.0 → physmap-0.2.1}/tests/test_no_heavy_imports.py +0 -0
  102. {physmap-0.2.0 → physmap-0.2.1}/tests/test_render_ood_wording.py +0 -0
  103. {physmap-0.2.0 → physmap-0.2.1}/tests/test_stress_test_lewis_reuse.py +0 -0
  104. {physmap-0.2.0 → physmap-0.2.1}/tests/test_surrogate_fit.py +0 -0
  105. {physmap-0.2.0 → physmap-0.2.1}/tests/test_talk_package.py +0 -0
  106. {physmap-0.2.0 → physmap-0.2.1}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: physmap
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Physics-aware credibility checks for AI surrogates in multiphysics simulation: closure validity, surrogate observability, and causal materiality.
5
5
  Author: Vishnu Vettrivel
6
6
  License-Expression: MIT
@@ -217,22 +217,24 @@ redistribution terms and partly because it is not runtime data. From a plain
217
217
  Optional extras: `[jsonld]` adds evidence export via `uofa`, `[experiment]` adds
218
218
  `matplotlib` for benchmark figures, `[dev]` adds the test tooling.
219
219
 
220
- ## The corpus is open-core
220
+ ## The corpus
221
221
 
222
- The library is open. The calibration corpus is the commercial moat.
222
+ The code is MIT and the corpus data is CC BY 4.0 — see the licences below.
223
223
 
224
- Published here is the **seed**: 15 closures with their validated bounds, plus a
225
- verdict-free index of 201 closures. The full 53-closure corpus is not published. The
226
- firewall is an **allowlist**, not a blacklist — an entry ships only if it is on the list,
227
- and every bound's provenance grading is replaced with `seed`.
224
+ Published here is the **seed**: 15 closure relations with their validated bounds, plus an
225
+ index of 201 closures with no bounds. A larger 53-closure corpus exists and is not published.
226
+ **Nothing in this repository needs it.** The seven-vehicle benchmark, the Lewis stress test
227
+ and the examples all run on the published seed, and CI checks that on a clean checkout.
228
228
 
229
- The same firewall applies to the evidence corpus, so claims and sources cannot leak
230
- bounds for closures the seed withholds. It is derived deterministically by
231
- [`dev/tools/split_evidence_corpus.py`](https://github.com/cloudronin/physmap/blob/main/dev/tools/split_evidence_corpus.py), which has a
232
- `--check` mode that fails on drift.
229
+ What gets published is decided by an **allowlist**, not a blacklist: an entry ships only if
230
+ it is on the list, and every published bound's provenance grade reads `seed`. The evidence
231
+ corpus follows the same list, so its claims and sources cannot carry bounds for closures that
232
+ are not published. It is derived deterministically by
233
+ [`dev/tools/split_evidence_corpus.py`](https://github.com/cloudronin/physmap/blob/main/dev/tools/split_evidence_corpus.py), whose
234
+ `--check` mode fails on drift.
233
235
 
234
- Resolution order is `$PHYSMAP_CORPUS` → an installed premium package → the bundled seed.
235
- A premium holder drops the file in; no code changes.
236
+ To use a different corpus, point `$PHYSMAP_CORPUS` at it. The loader checks
237
+ `$PHYSMAP_CORPUS`, then an installed corpus package, then the bundled seed — no code changes.
236
238
 
237
239
  ## Licences
238
240
 
@@ -185,22 +185,24 @@ redistribution terms and partly because it is not runtime data. From a plain
185
185
  Optional extras: `[jsonld]` adds evidence export via `uofa`, `[experiment]` adds
186
186
  `matplotlib` for benchmark figures, `[dev]` adds the test tooling.
187
187
 
188
- ## The corpus is open-core
188
+ ## The corpus
189
189
 
190
- The library is open. The calibration corpus is the commercial moat.
190
+ The code is MIT and the corpus data is CC BY 4.0 — see the licences below.
191
191
 
192
- Published here is the **seed**: 15 closures with their validated bounds, plus a
193
- verdict-free index of 201 closures. The full 53-closure corpus is not published. The
194
- firewall is an **allowlist**, not a blacklist — an entry ships only if it is on the list,
195
- and every bound's provenance grading is replaced with `seed`.
192
+ Published here is the **seed**: 15 closure relations with their validated bounds, plus an
193
+ index of 201 closures with no bounds. A larger 53-closure corpus exists and is not published.
194
+ **Nothing in this repository needs it.** The seven-vehicle benchmark, the Lewis stress test
195
+ and the examples all run on the published seed, and CI checks that on a clean checkout.
196
196
 
197
- The same firewall applies to the evidence corpus, so claims and sources cannot leak
198
- bounds for closures the seed withholds. It is derived deterministically by
199
- [`dev/tools/split_evidence_corpus.py`](https://github.com/cloudronin/physmap/blob/main/dev/tools/split_evidence_corpus.py), which has a
200
- `--check` mode that fails on drift.
197
+ What gets published is decided by an **allowlist**, not a blacklist: an entry ships only if
198
+ it is on the list, and every published bound's provenance grade reads `seed`. The evidence
199
+ corpus follows the same list, so its claims and sources cannot carry bounds for closures that
200
+ are not published. It is derived deterministically by
201
+ [`dev/tools/split_evidence_corpus.py`](https://github.com/cloudronin/physmap/blob/main/dev/tools/split_evidence_corpus.py), whose
202
+ `--check` mode fails on drift.
201
203
 
202
- Resolution order is `$PHYSMAP_CORPUS` → an installed premium package → the bundled seed.
203
- A premium holder drops the file in; no code changes.
204
+ To use a different corpus, point `$PHYSMAP_CORPUS` at it. The loader checks
205
+ `$PHYSMAP_CORPUS`, then an installed corpus package, then the bundled seed — no code changes.
204
206
 
205
207
  ## Licences
206
208
 
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
 
7
7
  [project]
8
8
  name = "physmap"
9
- version = "0.2.0"
9
+ version = "0.2.1"
10
10
  description = "Physics-aware credibility checks for AI surrogates in multiphysics simulation: closure validity, surrogate observability, and causal materiality."
11
11
  readme = "README.md"
12
12
  requires-python = ">=3.10"
@@ -27,7 +27,7 @@ from physmap.release import (
27
27
  ReleaseState,
28
28
  )
29
29
 
30
- __version__ = "0.2.0"
30
+ __version__ = "0.2.1"
31
31
 
32
32
 
33
33
  # The CredibilityGuardrail public surface is re-exported LAZILY (PEP 562). A bare
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: physmap
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: Physics-aware credibility checks for AI surrogates in multiphysics simulation: closure validity, surrogate observability, and causal materiality.
5
5
  Author: Vishnu Vettrivel
6
6
  License-Expression: MIT
@@ -217,22 +217,24 @@ redistribution terms and partly because it is not runtime data. From a plain
217
217
  Optional extras: `[jsonld]` adds evidence export via `uofa`, `[experiment]` adds
218
218
  `matplotlib` for benchmark figures, `[dev]` adds the test tooling.
219
219
 
220
- ## The corpus is open-core
220
+ ## The corpus
221
221
 
222
- The library is open. The calibration corpus is the commercial moat.
222
+ The code is MIT and the corpus data is CC BY 4.0 — see the licences below.
223
223
 
224
- Published here is the **seed**: 15 closures with their validated bounds, plus a
225
- verdict-free index of 201 closures. The full 53-closure corpus is not published. The
226
- firewall is an **allowlist**, not a blacklist — an entry ships only if it is on the list,
227
- and every bound's provenance grading is replaced with `seed`.
224
+ Published here is the **seed**: 15 closure relations with their validated bounds, plus an
225
+ index of 201 closures with no bounds. A larger 53-closure corpus exists and is not published.
226
+ **Nothing in this repository needs it.** The seven-vehicle benchmark, the Lewis stress test
227
+ and the examples all run on the published seed, and CI checks that on a clean checkout.
228
228
 
229
- The same firewall applies to the evidence corpus, so claims and sources cannot leak
230
- bounds for closures the seed withholds. It is derived deterministically by
231
- [`dev/tools/split_evidence_corpus.py`](https://github.com/cloudronin/physmap/blob/main/dev/tools/split_evidence_corpus.py), which has a
232
- `--check` mode that fails on drift.
229
+ What gets published is decided by an **allowlist**, not a blacklist: an entry ships only if
230
+ it is on the list, and every published bound's provenance grade reads `seed`. The evidence
231
+ corpus follows the same list, so its claims and sources cannot carry bounds for closures that
232
+ are not published. It is derived deterministically by
233
+ [`dev/tools/split_evidence_corpus.py`](https://github.com/cloudronin/physmap/blob/main/dev/tools/split_evidence_corpus.py), whose
234
+ `--check` mode fails on drift.
233
235
 
234
- Resolution order is `$PHYSMAP_CORPUS` → an installed premium package → the bundled seed.
235
- A premium holder drops the file in; no code changes.
236
+ To use a different corpus, point `$PHYSMAP_CORPUS` at it. The loader checks
237
+ `$PHYSMAP_CORPUS`, then an installed corpus package, then the bundled seed — no code changes.
236
238
 
237
239
  ## Licences
238
240
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes