physmap 0.2.2__tar.gz → 0.2.3__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.3}/NOTICE +5 -0
- {physmap-0.2.2/src/physmap.egg-info → physmap-0.2.3}/PKG-INFO +4 -3
- {physmap-0.2.2 → physmap-0.2.3}/README.md +3 -2
- {physmap-0.2.2 → physmap-0.2.3}/pyproject.toml +1 -1
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/__init__.py +1 -1
- {physmap-0.2.2 → physmap-0.2.3/src/physmap.egg-info}/PKG-INFO +4 -3
- {physmap-0.2.2 → physmap-0.2.3}/LICENSE +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/LICENSE-CORPUS +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/setup.cfg +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/_paths.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/applicability/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/applicability/fixtures.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/applicability/screen.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/baselines/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/benchmarks/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/benchmarks/benchmark_report.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/benchmarks/benchmark_v0_4.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/benchmarks/compare.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/benchmarks/registry.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/benchmarks/report.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/cli.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/data/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/data/closure_index.json +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/formulas.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/geometry_classes.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/index.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/closures/registry.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/compat/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/core/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/core/mechanism.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/core/signals.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/calibration.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/data/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/data/corpus_seed.jsonl +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/data/evidence_claims_seed.jsonl +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/data/evidence_sources_seed.jsonl +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/data/premium_coverage.json +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/corpus/evidence.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/explain/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/explain/benchmark.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/explain/causal.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/aggregator_observability.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/classify.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/configs.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/corpus_regimes.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/detector_conformal.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/detector_density.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/enums.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/graph.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/guardrail.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/io.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/regime_observability.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/render.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/guardrail/weighting_heuristic.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/infra/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/infra/blindspot_oracle.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/infra/corpus_runtime.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/integrations/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/materiality/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/materiality/estimator.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/materiality/independence.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/materiality/surrogate_fit.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/observability/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/aggregators.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/assessment_v06.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/core.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/defeasible_aggregator.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/detectors.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/observability.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/surrogate.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/validity_signal.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/pipeline/vehicle_spec.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/release.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/stress_tests/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/stress_tests/lewis_reuse.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/__init__.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/corpus_real.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/engine.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/forrest.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/loaders.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/naca_tn1451.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/naca_wpd_loader.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/stage1_ingest.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap/substrate/vehicle_config.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap.egg-info/SOURCES.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap.egg-info/dependency_links.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap.egg-info/entry_points.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap.egg-info/requires.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/src/physmap.egg-info/top_level.txt +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_applicability_screen.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_benchmark_boundaries.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_benchmark_reproduces.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_causal_materiality.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_cli_without_checkout.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_guardrail_public_api.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_no_conflation.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_no_heavy_imports.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_render_ood_wording.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_stress_test_lewis_reuse.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_surrogate_fit.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/tests/test_talk_package.py +0 -0
- {physmap-0.2.2 → physmap-0.2.3}/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.3
|
|
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
|
|
@@ -142,8 +142,9 @@ registry and report label them rather than calling everything clear:
|
|
|
142
142
|
findings that the terms do not apply.
|
|
143
143
|
|
|
144
144
|
All five redistribute **numbers only** — no paper, figure or PDF, enforced by two audits —
|
|
145
|
-
and all five are removed on objection
|
|
146
|
-
|
|
145
|
+
and all five are removed on objection, from the repository and every later release. A version
|
|
146
|
+
already archived on Zenodo stays archived; only Zenodo can withdraw it. The full basis,
|
|
147
|
+
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
148
|
|
|
148
149
|
**One dataset is published but not benchmark-grade.** `forrest`'s own header calls its
|
|
149
150
|
values visual estimates for triage only, and its cell is degenerate — one training row, no
|
|
@@ -110,8 +110,9 @@ registry and report label them rather than calling everything clear:
|
|
|
110
110
|
findings that the terms do not apply.
|
|
111
111
|
|
|
112
112
|
All five redistribute **numbers only** — no paper, figure or PDF, enforced by two audits —
|
|
113
|
-
and all five are removed on objection
|
|
114
|
-
|
|
113
|
+
and all five are removed on objection, from the repository and every later release. A version
|
|
114
|
+
already archived on Zenodo stays archived; only Zenodo can withdraw it. The full basis,
|
|
115
|
+
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
116
|
|
|
116
117
|
**One dataset is published but not benchmark-grade.** `forrest`'s own header calls its
|
|
117
118
|
values visual estimates for triage only, and its cell is degenerate — one training row, no
|
|
@@ -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.3"
|
|
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.3
|
|
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
|
|
@@ -142,8 +142,9 @@ registry and report label them rather than calling everything clear:
|
|
|
142
142
|
findings that the terms do not apply.
|
|
143
143
|
|
|
144
144
|
All five redistribute **numbers only** — no paper, figure or PDF, enforced by two audits —
|
|
145
|
-
and all five are removed on objection
|
|
146
|
-
|
|
145
|
+
and all five are removed on objection, from the repository and every later release. A version
|
|
146
|
+
already archived on Zenodo stays archived; only Zenodo can withdraw it. The full basis,
|
|
147
|
+
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
148
|
|
|
148
149
|
**One dataset is published but not benchmark-grade.** `forrest`'s own header calls its
|
|
149
150
|
values visual estimates for triage only, and its cell is degenerate — one training row, no
|
|
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
|