physmap 0.2.3__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.3/src/physmap.egg-info → physmap-0.2.4}/PKG-INFO +7 -3
- {physmap-0.2.3 → physmap-0.2.4}/README.md +6 -2
- {physmap-0.2.3 → physmap-0.2.4}/pyproject.toml +1 -1
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/__init__.py +1 -1
- {physmap-0.2.3 → physmap-0.2.4/src/physmap.egg-info}/PKG-INFO +7 -3
- {physmap-0.2.3 → physmap-0.2.4}/LICENSE +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/LICENSE-CORPUS +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/NOTICE +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/setup.cfg +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/_paths.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/applicability/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/applicability/fixtures.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/applicability/screen.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/baselines/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/benchmarks/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/benchmarks/benchmark_report.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/benchmarks/benchmark_v0_4.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/benchmarks/compare.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/benchmarks/registry.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/benchmarks/report.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/cli.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/data/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/data/closure_index.json +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/formulas.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/geometry_classes.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/index.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/closures/registry.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/compat/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/core/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/core/mechanism.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/core/signals.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/calibration.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/data/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/data/corpus_seed.jsonl +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/data/evidence_claims_seed.jsonl +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/data/evidence_sources_seed.jsonl +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/data/premium_coverage.json +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/corpus/evidence.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/explain/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/explain/benchmark.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/explain/causal.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/aggregator_observability.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/classify.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/configs.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/corpus_regimes.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/detector_conformal.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/detector_density.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/enums.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/graph.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/guardrail.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/io.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/regime_observability.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/render.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/guardrail/weighting_heuristic.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/infra/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/infra/blindspot_oracle.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/infra/corpus_runtime.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/integrations/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/materiality/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/materiality/estimator.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/materiality/independence.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/materiality/surrogate_fit.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/observability/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/aggregators.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/assessment_v06.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/core.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/defeasible_aggregator.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/detectors.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/observability.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/surrogate.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/validity_signal.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/pipeline/vehicle_spec.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/release.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/stress_tests/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/stress_tests/lewis_reuse.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/__init__.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/corpus_real.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/engine.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/forrest.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/loaders.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/naca_tn1451.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/naca_wpd_loader.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/stage1_ingest.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap/substrate/vehicle_config.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap.egg-info/SOURCES.txt +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap.egg-info/dependency_links.txt +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap.egg-info/entry_points.txt +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap.egg-info/requires.txt +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/src/physmap.egg-info/top_level.txt +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_applicability_screen.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_benchmark_boundaries.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_benchmark_reproduces.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_causal_materiality.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_cli_without_checkout.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_guardrail_public_api.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_no_conflation.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_no_heavy_imports.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_render_ood_wording.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_stress_test_lewis_reuse.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_surrogate_fit.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/tests/test_talk_package.py +0 -0
- {physmap-0.2.3 → physmap-0.2.4}/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.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
|
|
@@ -357,8 +359,10 @@ No source PDF is redistributed. Papers are cited, not copied.
|
|
|
357
359
|
|
|
358
360
|
## Citing
|
|
359
361
|
|
|
360
|
-
[
|
|
361
|
-
|
|
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.
|
|
362
366
|
|
|
363
367
|
## Tests
|
|
364
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
|
|
@@ -325,8 +327,10 @@ No source PDF is redistributed. Papers are cited, not copied.
|
|
|
325
327
|
|
|
326
328
|
## Citing
|
|
327
329
|
|
|
328
|
-
[
|
|
329
|
-
|
|
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.
|
|
330
334
|
|
|
331
335
|
## Tests
|
|
332
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
|
|
@@ -357,8 +359,10 @@ No source PDF is redistributed. Papers are cited, not copied.
|
|
|
357
359
|
|
|
358
360
|
## Citing
|
|
359
361
|
|
|
360
|
-
[
|
|
361
|
-
|
|
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.
|
|
362
366
|
|
|
363
367
|
## Tests
|
|
364
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
|
|
File without changes
|