physmap 0.2.2__tar.gz → 0.2.4__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.2 → physmap-0.2.4}/NOTICE +5 -0
- {physmap-0.2.2/src/physmap.egg-info → physmap-0.2.4}/PKG-INFO +10 -5
- {physmap-0.2.2 → physmap-0.2.4}/README.md +9 -4
- {physmap-0.2.2 → physmap-0.2.4}/pyproject.toml +1 -1
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/__init__.py +1 -1
- {physmap-0.2.2 → physmap-0.2.4/src/physmap.egg-info}/PKG-INFO +10 -5
- {physmap-0.2.2 → physmap-0.2.4}/LICENSE +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/LICENSE-CORPUS +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/setup.cfg +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/_paths.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/applicability/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/applicability/fixtures.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/applicability/screen.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/baselines/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/benchmark_report.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/benchmark_v0_4.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/compare.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/registry.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/report.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/cli.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/data/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/data/closure_index.json +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/formulas.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/geometry_classes.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/index.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/registry.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/compat/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/core/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/core/mechanism.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/core/signals.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/calibration.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/corpus_seed.jsonl +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/evidence_claims_seed.jsonl +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/evidence_sources_seed.jsonl +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/premium_coverage.json +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/evidence.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/explain/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/explain/benchmark.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/explain/causal.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/aggregator_observability.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/classify.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/configs.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/corpus_regimes.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/detector_conformal.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/detector_density.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/enums.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/graph.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/guardrail.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/io.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/regime_observability.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/render.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/weighting_heuristic.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/infra/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/infra/blindspot_oracle.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/infra/corpus_runtime.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/integrations/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/estimator.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/independence.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/surrogate_fit.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/observability/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/aggregators.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/assessment_v06.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/core.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/defeasible_aggregator.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/detectors.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/observability.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/surrogate.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/validity_signal.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/vehicle_spec.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/release.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/stress_tests/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/stress_tests/lewis_reuse.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/corpus_real.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/engine.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/forrest.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/loaders.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/naca_tn1451.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/naca_wpd_loader.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/stage1_ingest.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/vehicle_config.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/SOURCES.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/dependency_links.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/entry_points.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/requires.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/top_level.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_applicability_screen.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_benchmark_boundaries.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_benchmark_reproduces.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_causal_materiality.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_cli_without_checkout.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_guardrail_public_api.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_no_conflation.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_no_heavy_imports.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_render_ood_wording.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_stress_test_lewis_reuse.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_surrogate_fit.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_talk_package.py +0 -0
- {physmap-0.2.2 → physmap-0.2.4}/tests/test_version.py +0 -0
|
@@ -75,3 +75,8 @@ REMOVAL ON OBJECTION
|
|
|
75
75
|
Any rights holder who objects gets the data removed. Open an issue at
|
|
76
76
|
https://github.com/cloudronin/physmap/issues, or contact the maintainer.
|
|
77
77
|
No argument will be made; the files come out.
|
|
78
|
+
|
|
79
|
+
Removal reaches this repository and every later release. It cannot
|
|
80
|
+
reach a version already archived: each release is archived on Zenodo
|
|
81
|
+
with its own DOI, and an archived version is a permanent record that
|
|
82
|
+
only Zenodo can withdraw. The packages on PyPI do not include data/.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: physmap
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
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
|
|
@@ -32,6 +32,8 @@ Dynamic: license-file
|
|
|
32
32
|
|
|
33
33
|
# PhysMAP
|
|
34
34
|
|
|
35
|
+
[](https://doi.org/10.5281/zenodo.22950742)
|
|
36
|
+
|
|
35
37
|
Physics-aware credibility checks for AI surrogates in multiphysics simulation.
|
|
36
38
|
|
|
37
39
|
A surrogate trained on `(Re, Pr)` over the fully-developed region of a heated pipe is
|
|
@@ -142,8 +144,9 @@ registry and report label them rather than calling everything clear:
|
|
|
142
144
|
findings that the terms do not apply.
|
|
143
145
|
|
|
144
146
|
All five redistribute **numbers only** — no paper, figure or PDF, enforced by two audits —
|
|
145
|
-
and all five are removed on objection
|
|
146
|
-
|
|
147
|
+
and all five are removed on objection, from the repository and every later release. A version
|
|
148
|
+
already archived on Zenodo stays archived; only Zenodo can withdraw it. The full basis,
|
|
149
|
+
including the arguments against, is in [data/REDISTRIBUTION.md](https://github.com/cloudronin/physmap/blob/main/data/REDISTRIBUTION.md) and [NOTICE](https://github.com/cloudronin/physmap/blob/main/NOTICE).
|
|
147
150
|
|
|
148
151
|
**One dataset is published but not benchmark-grade.** `forrest`'s own header calls its
|
|
149
152
|
values visual estimates for triage only, and its cell is degenerate — one training row, no
|
|
@@ -356,8 +359,10 @@ No source PDF is redistributed. Papers are cited, not copied.
|
|
|
356
359
|
|
|
357
360
|
## Citing
|
|
358
361
|
|
|
359
|
-
[
|
|
360
|
-
|
|
362
|
+
Cite the software by its DOI, [10.5281/zenodo.22950742](https://doi.org/10.5281/zenodo.22950742). That DOI always points to
|
|
363
|
+
the latest version; each version also has its own DOI, listed on the Zenodo record.
|
|
364
|
+
[`CITATION.cff`](https://github.com/cloudronin/physmap/blob/main/CITATION.cff) holds the full metadata. Attribution is required by
|
|
365
|
+
CC BY when you redistribute or build on the data.
|
|
361
366
|
|
|
362
367
|
## Tests
|
|
363
368
|
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# PhysMAP
|
|
2
2
|
|
|
3
|
+
[](https://doi.org/10.5281/zenodo.22950742)
|
|
4
|
+
|
|
3
5
|
Physics-aware credibility checks for AI surrogates in multiphysics simulation.
|
|
4
6
|
|
|
5
7
|
A surrogate trained on `(Re, Pr)` over the fully-developed region of a heated pipe is
|
|
@@ -110,8 +112,9 @@ registry and report label them rather than calling everything clear:
|
|
|
110
112
|
findings that the terms do not apply.
|
|
111
113
|
|
|
112
114
|
All five redistribute **numbers only** — no paper, figure or PDF, enforced by two audits —
|
|
113
|
-
and all five are removed on objection
|
|
114
|
-
|
|
115
|
+
and all five are removed on objection, from the repository and every later release. A version
|
|
116
|
+
already archived on Zenodo stays archived; only Zenodo can withdraw it. The full basis,
|
|
117
|
+
including the arguments against, is in [data/REDISTRIBUTION.md](https://github.com/cloudronin/physmap/blob/main/data/REDISTRIBUTION.md) and [NOTICE](https://github.com/cloudronin/physmap/blob/main/NOTICE).
|
|
115
118
|
|
|
116
119
|
**One dataset is published but not benchmark-grade.** `forrest`'s own header calls its
|
|
117
120
|
values visual estimates for triage only, and its cell is degenerate — one training row, no
|
|
@@ -324,8 +327,10 @@ No source PDF is redistributed. Papers are cited, not copied.
|
|
|
324
327
|
|
|
325
328
|
## Citing
|
|
326
329
|
|
|
327
|
-
[
|
|
328
|
-
|
|
330
|
+
Cite the software by its DOI, [10.5281/zenodo.22950742](https://doi.org/10.5281/zenodo.22950742). That DOI always points to
|
|
331
|
+
the latest version; each version also has its own DOI, listed on the Zenodo record.
|
|
332
|
+
[`CITATION.cff`](https://github.com/cloudronin/physmap/blob/main/CITATION.cff) holds the full metadata. Attribution is required by
|
|
333
|
+
CC BY when you redistribute or build on the data.
|
|
329
334
|
|
|
330
335
|
## Tests
|
|
331
336
|
|
|
@@ -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.4"
|
|
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.4
|
|
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
|
|
@@ -32,6 +32,8 @@ Dynamic: license-file
|
|
|
32
32
|
|
|
33
33
|
# PhysMAP
|
|
34
34
|
|
|
35
|
+
[](https://doi.org/10.5281/zenodo.22950742)
|
|
36
|
+
|
|
35
37
|
Physics-aware credibility checks for AI surrogates in multiphysics simulation.
|
|
36
38
|
|
|
37
39
|
A surrogate trained on `(Re, Pr)` over the fully-developed region of a heated pipe is
|
|
@@ -142,8 +144,9 @@ registry and report label them rather than calling everything clear:
|
|
|
142
144
|
findings that the terms do not apply.
|
|
143
145
|
|
|
144
146
|
All five redistribute **numbers only** — no paper, figure or PDF, enforced by two audits —
|
|
145
|
-
and all five are removed on objection
|
|
146
|
-
|
|
147
|
+
and all five are removed on objection, from the repository and every later release. A version
|
|
148
|
+
already archived on Zenodo stays archived; only Zenodo can withdraw it. The full basis,
|
|
149
|
+
including the arguments against, is in [data/REDISTRIBUTION.md](https://github.com/cloudronin/physmap/blob/main/data/REDISTRIBUTION.md) and [NOTICE](https://github.com/cloudronin/physmap/blob/main/NOTICE).
|
|
147
150
|
|
|
148
151
|
**One dataset is published but not benchmark-grade.** `forrest`'s own header calls its
|
|
149
152
|
values visual estimates for triage only, and its cell is degenerate — one training row, no
|
|
@@ -356,8 +359,10 @@ No source PDF is redistributed. Papers are cited, not copied.
|
|
|
356
359
|
|
|
357
360
|
## Citing
|
|
358
361
|
|
|
359
|
-
[
|
|
360
|
-
|
|
362
|
+
Cite the software by its DOI, [10.5281/zenodo.22950742](https://doi.org/10.5281/zenodo.22950742). That DOI always points to
|
|
363
|
+
the latest version; each version also has its own DOI, listed on the Zenodo record.
|
|
364
|
+
[`CITATION.cff`](https://github.com/cloudronin/physmap/blob/main/CITATION.cff) holds the full metadata. Attribution is required by
|
|
365
|
+
CC BY when you redistribute or build on the data.
|
|
361
366
|
|
|
362
367
|
## Tests
|
|
363
368
|
|
|
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
|