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.
Files changed (106) hide show
  1. {physmap-0.2.2 → physmap-0.2.4}/NOTICE +5 -0
  2. {physmap-0.2.2/src/physmap.egg-info → physmap-0.2.4}/PKG-INFO +10 -5
  3. {physmap-0.2.2 → physmap-0.2.4}/README.md +9 -4
  4. {physmap-0.2.2 → physmap-0.2.4}/pyproject.toml +1 -1
  5. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/__init__.py +1 -1
  6. {physmap-0.2.2 → physmap-0.2.4/src/physmap.egg-info}/PKG-INFO +10 -5
  7. {physmap-0.2.2 → physmap-0.2.4}/LICENSE +0 -0
  8. {physmap-0.2.2 → physmap-0.2.4}/LICENSE-CORPUS +0 -0
  9. {physmap-0.2.2 → physmap-0.2.4}/setup.cfg +0 -0
  10. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/_paths.py +0 -0
  11. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/applicability/__init__.py +0 -0
  12. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/applicability/fixtures.py +0 -0
  13. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/applicability/screen.py +0 -0
  14. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/baselines/__init__.py +0 -0
  15. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/__init__.py +0 -0
  16. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/benchmark_report.py +0 -0
  17. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/benchmark_v0_4.py +0 -0
  18. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/compare.py +0 -0
  19. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/registry.py +0 -0
  20. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/benchmarks/report.py +0 -0
  21. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/cli.py +0 -0
  22. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/__init__.py +0 -0
  23. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/data/__init__.py +0 -0
  24. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/data/closure_index.json +0 -0
  25. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/formulas.py +0 -0
  26. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/geometry_classes.py +0 -0
  27. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/index.py +0 -0
  28. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/closures/registry.py +0 -0
  29. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/compat/__init__.py +0 -0
  30. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/core/__init__.py +0 -0
  31. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/core/mechanism.py +0 -0
  32. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/core/signals.py +0 -0
  33. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/__init__.py +0 -0
  34. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/calibration.py +0 -0
  35. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/__init__.py +0 -0
  36. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/corpus_seed.jsonl +0 -0
  37. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/evidence_claims_seed.jsonl +0 -0
  38. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/evidence_sources_seed.jsonl +0 -0
  39. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/data/premium_coverage.json +0 -0
  40. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/corpus/evidence.py +0 -0
  41. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/explain/__init__.py +0 -0
  42. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/explain/benchmark.py +0 -0
  43. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/explain/causal.py +0 -0
  44. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/__init__.py +0 -0
  45. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/aggregator_observability.py +0 -0
  46. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/classify.py +0 -0
  47. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/configs.py +0 -0
  48. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/corpus_regimes.py +0 -0
  49. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/detector_conformal.py +0 -0
  50. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/detector_density.py +0 -0
  51. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/enums.py +0 -0
  52. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/graph.py +0 -0
  53. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/guardrail.py +0 -0
  54. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/io.py +0 -0
  55. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/regime_observability.py +0 -0
  56. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/render.py +0 -0
  57. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/guardrail/weighting_heuristic.py +0 -0
  58. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/infra/__init__.py +0 -0
  59. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/infra/blindspot_oracle.py +0 -0
  60. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/infra/corpus_runtime.py +0 -0
  61. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/integrations/__init__.py +0 -0
  62. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/__init__.py +0 -0
  63. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/estimator.py +0 -0
  64. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/independence.py +0 -0
  65. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/materiality/surrogate_fit.py +0 -0
  66. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/observability/__init__.py +0 -0
  67. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/__init__.py +0 -0
  68. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/aggregators.py +0 -0
  69. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/assessment_v06.py +0 -0
  70. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/core.py +0 -0
  71. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/defeasible_aggregator.py +0 -0
  72. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/detectors.py +0 -0
  73. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/observability.py +0 -0
  74. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/surrogate.py +0 -0
  75. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/validity_signal.py +0 -0
  76. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/pipeline/vehicle_spec.py +0 -0
  77. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/release.py +0 -0
  78. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/stress_tests/__init__.py +0 -0
  79. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/stress_tests/lewis_reuse.py +0 -0
  80. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/__init__.py +0 -0
  81. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/corpus_real.py +0 -0
  82. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/engine.py +0 -0
  83. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/forrest.py +0 -0
  84. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/loaders.py +0 -0
  85. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/naca_tn1451.py +0 -0
  86. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/naca_wpd_loader.py +0 -0
  87. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/stage1_ingest.py +0 -0
  88. {physmap-0.2.2 → physmap-0.2.4}/src/physmap/substrate/vehicle_config.py +0 -0
  89. {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/SOURCES.txt +0 -0
  90. {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/dependency_links.txt +0 -0
  91. {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/entry_points.txt +0 -0
  92. {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/requires.txt +0 -0
  93. {physmap-0.2.2 → physmap-0.2.4}/src/physmap.egg-info/top_level.txt +0 -0
  94. {physmap-0.2.2 → physmap-0.2.4}/tests/test_applicability_screen.py +0 -0
  95. {physmap-0.2.2 → physmap-0.2.4}/tests/test_benchmark_boundaries.py +0 -0
  96. {physmap-0.2.2 → physmap-0.2.4}/tests/test_benchmark_reproduces.py +0 -0
  97. {physmap-0.2.2 → physmap-0.2.4}/tests/test_causal_materiality.py +0 -0
  98. {physmap-0.2.2 → physmap-0.2.4}/tests/test_cli_without_checkout.py +0 -0
  99. {physmap-0.2.2 → physmap-0.2.4}/tests/test_guardrail_public_api.py +0 -0
  100. {physmap-0.2.2 → physmap-0.2.4}/tests/test_no_conflation.py +0 -0
  101. {physmap-0.2.2 → physmap-0.2.4}/tests/test_no_heavy_imports.py +0 -0
  102. {physmap-0.2.2 → physmap-0.2.4}/tests/test_render_ood_wording.py +0 -0
  103. {physmap-0.2.2 → physmap-0.2.4}/tests/test_stress_test_lewis_reuse.py +0 -0
  104. {physmap-0.2.2 → physmap-0.2.4}/tests/test_surrogate_fit.py +0 -0
  105. {physmap-0.2.2 → physmap-0.2.4}/tests/test_talk_package.py +0 -0
  106. {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.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
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22950742.svg)](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. The full basis, including the arguments against, is
146
- 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
+ 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
- [`CITATION.cff`](https://github.com/cloudronin/physmap/blob/main/CITATION.cff). Attribution is required by CC BY when you redistribute or
360
- build on the data.
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
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22950742.svg)](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. The full basis, including the arguments against, is
114
- 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
+ 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
- [`CITATION.cff`](https://github.com/cloudronin/physmap/blob/main/CITATION.cff). Attribution is required by CC BY when you redistribute or
328
- build on the data.
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.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"
@@ -27,7 +27,7 @@ from physmap.release import (
27
27
  ReleaseState,
28
28
  )
29
29
 
30
- __version__ = "0.2.2"
30
+ __version__ = "0.2.4"
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.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
+ [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.22950742.svg)](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. The full basis, including the arguments against, is
146
- 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
+ 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
- [`CITATION.cff`](https://github.com/cloudronin/physmap/blob/main/CITATION.cff). Attribution is required by CC BY when you redistribute or
360
- build on the data.
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