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.
- {physmap-0.2.0/src/physmap.egg-info → physmap-0.2.1}/PKG-INFO +15 -13
- {physmap-0.2.0 → physmap-0.2.1}/README.md +14 -12
- {physmap-0.2.0 → physmap-0.2.1}/pyproject.toml +1 -1
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/__init__.py +1 -1
- {physmap-0.2.0 → physmap-0.2.1/src/physmap.egg-info}/PKG-INFO +15 -13
- {physmap-0.2.0 → physmap-0.2.1}/LICENSE +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/LICENSE-CORPUS +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/NOTICE +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/setup.cfg +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/_paths.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/applicability/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/applicability/fixtures.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/applicability/screen.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/baselines/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/benchmark_report.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/benchmark_v0_4.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/compare.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/registry.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/benchmarks/report.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/cli.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/data/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/data/closure_index.json +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/formulas.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/geometry_classes.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/index.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/closures/registry.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/compat/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/core/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/core/mechanism.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/core/signals.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/calibration.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/corpus_seed.jsonl +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/evidence_claims_seed.jsonl +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/evidence_sources_seed.jsonl +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/data/premium_coverage.json +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/corpus/evidence.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/explain/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/explain/benchmark.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/explain/causal.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/aggregator_observability.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/classify.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/configs.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/corpus_regimes.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/detector_conformal.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/detector_density.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/enums.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/graph.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/guardrail.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/io.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/regime_observability.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/render.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/guardrail/weighting_heuristic.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/infra/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/infra/blindspot_oracle.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/infra/corpus_runtime.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/integrations/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/estimator.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/independence.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/materiality/surrogate_fit.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/observability/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/aggregators.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/assessment_v06.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/core.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/defeasible_aggregator.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/detectors.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/observability.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/surrogate.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/validity_signal.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/pipeline/vehicle_spec.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/release.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/stress_tests/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/stress_tests/lewis_reuse.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/__init__.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/corpus_real.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/engine.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/forrest.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/loaders.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/naca_tn1451.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/naca_wpd_loader.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/stage1_ingest.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap/substrate/vehicle_config.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/SOURCES.txt +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/dependency_links.txt +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/entry_points.txt +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/requires.txt +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/src/physmap.egg-info/top_level.txt +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_applicability_screen.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_benchmark_boundaries.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_benchmark_reproduces.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_causal_materiality.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_cli_without_checkout.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_guardrail_public_api.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_no_conflation.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_no_heavy_imports.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_render_ood_wording.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_stress_test_lewis_reuse.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_surrogate_fit.py +0 -0
- {physmap-0.2.0 → physmap-0.2.1}/tests/test_talk_package.py +0 -0
- {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.
|
|
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
|
|
220
|
+
## The corpus
|
|
221
221
|
|
|
222
|
-
The
|
|
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
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
and
|
|
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
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
-
|
|
235
|
-
|
|
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
|
|
188
|
+
## The corpus
|
|
189
189
|
|
|
190
|
-
The
|
|
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
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
and
|
|
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
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
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
|
-
|
|
203
|
-
|
|
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.
|
|
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"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: physmap
|
|
3
|
-
Version: 0.2.
|
|
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
|
|
220
|
+
## The corpus
|
|
221
221
|
|
|
222
|
-
The
|
|
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
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
and
|
|
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
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
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
|
-
|
|
235
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|