adcd 2.1.2__tar.gz → 2.1.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.
- {adcd-2.1.2/src/adcd.egg-info → adcd-2.1.3}/PKG-INFO +4 -4
- {adcd-2.1.2 → adcd-2.1.3}/README.md +3 -3
- {adcd-2.1.2 → adcd-2.1.3}/pyproject.toml +1 -1
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/__init__.py +1 -1
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/api.py +1 -2
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/correction_orchestrator.py +0 -1
- {adcd-2.1.2 → adcd-2.1.3/src/adcd.egg-info}/PKG-INFO +4 -4
- {adcd-2.1.2 → adcd-2.1.3}/LICENSE +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/setup.cfg +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/anomaly_scenarios.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/arc_scorer.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/coarse_evaluator.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/dimensional_checker.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/feynman_dataset.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/jax_optimizer.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/llm_proposer.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/metrics.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/mode_detection.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/orchestrator.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/pipeline.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/real_data_loader.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/real_scenarios.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/residual_analyzer.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd/result.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/SOURCES.txt +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/dependency_links.txt +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/entry_points.txt +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/requires.txt +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/top_level.txt +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_api.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_arc_scorer.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_coarse_evaluator.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_correction_discovery.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_dimensional_checker.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_gate_telemetry.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_integration.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_jax_optimizer.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_metrics_scale.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_multivar_arc.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_paper_claims.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_pipeline.py +0 -0
- {adcd-2.1.2 → adcd-2.1.3}/tests/test_real_data.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adcd
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.3
|
|
4
4
|
Summary: Anomaly-Driven Correction Discovery: Physics-Constrained Symbolic Regression for Evolutionary Scientific Discovery
|
|
5
5
|
Author-email: Muhammad Afif Erdita <maeapip10@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -229,9 +229,9 @@ All 77 tests pass on Python 3.10 and 3.11 (Ubuntu and Windows).
|
|
|
229
229
|
|
|
230
230
|
## Submission & Release
|
|
231
231
|
|
|
232
|
-
Paper submission guide (GitHub Release → Zenodo → arXiv): [docs/SUBMISSION_CHECKLIST_v2.1.
|
|
232
|
+
Paper submission guide (GitHub Release → Zenodo → arXiv): [docs/SUBMISSION_CHECKLIST_v2.1.3.md](docs/SUBMISSION_CHECKLIST_v2.1.3.md)
|
|
233
233
|
|
|
234
|
-
Current release tag: **v2.1.
|
|
234
|
+
Current release tag: **v2.1.3** | Package version: **2.1.3**
|
|
235
235
|
|
|
236
236
|
## Reproducing Paper Results
|
|
237
237
|
|
|
@@ -280,7 +280,7 @@ If you use ADCD in your research, please cite:
|
|
|
280
280
|
Symbolic Regression for Evolutionary Scientific Discovery}},
|
|
281
281
|
year = {2026},
|
|
282
282
|
publisher = {Zenodo},
|
|
283
|
-
version = {2.1.
|
|
283
|
+
version = {2.1.3},
|
|
284
284
|
doi = {10.5281/zenodo.20534940},
|
|
285
285
|
url = {https://doi.org/10.5281/zenodo.20534940}
|
|
286
286
|
}
|
|
@@ -190,9 +190,9 @@ All 77 tests pass on Python 3.10 and 3.11 (Ubuntu and Windows).
|
|
|
190
190
|
|
|
191
191
|
## Submission & Release
|
|
192
192
|
|
|
193
|
-
Paper submission guide (GitHub Release → Zenodo → arXiv): [docs/SUBMISSION_CHECKLIST_v2.1.
|
|
193
|
+
Paper submission guide (GitHub Release → Zenodo → arXiv): [docs/SUBMISSION_CHECKLIST_v2.1.3.md](docs/SUBMISSION_CHECKLIST_v2.1.3.md)
|
|
194
194
|
|
|
195
|
-
Current release tag: **v2.1.
|
|
195
|
+
Current release tag: **v2.1.3** | Package version: **2.1.3**
|
|
196
196
|
|
|
197
197
|
## Reproducing Paper Results
|
|
198
198
|
|
|
@@ -241,7 +241,7 @@ If you use ADCD in your research, please cite:
|
|
|
241
241
|
Symbolic Regression for Evolutionary Scientific Discovery}},
|
|
242
242
|
year = {2026},
|
|
243
243
|
publisher = {Zenodo},
|
|
244
|
-
version = {2.1.
|
|
244
|
+
version = {2.1.3},
|
|
245
245
|
doi = {10.5281/zenodo.20534940},
|
|
246
246
|
url = {https://doi.org/10.5281/zenodo.20534940}
|
|
247
247
|
}
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "adcd"
|
|
7
|
-
version = "2.1.
|
|
7
|
+
version = "2.1.3"
|
|
8
8
|
description = "Anomaly-Driven Correction Discovery: Physics-Constrained Symbolic Regression for Evolutionary Scientific Discovery"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { text = "MIT" }
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import numpy as np
|
|
3
|
-
import sympy as sp
|
|
4
3
|
from typing import Dict, Tuple, Optional
|
|
5
4
|
|
|
6
5
|
from adcd.anomaly_scenarios import AnomalyScenario
|
|
@@ -10,7 +9,7 @@ from adcd.llm_proposer import (
|
|
|
10
9
|
HybridCorrectionProposer,
|
|
11
10
|
)
|
|
12
11
|
from adcd.dimensional_checker import ASTValidator, DimensionalChecker
|
|
13
|
-
from adcd.arc_scorer import ARCScorer,
|
|
12
|
+
from adcd.arc_scorer import ARCScorer, build_arc_regimes
|
|
14
13
|
from adcd.pipeline import Stage1Pipeline
|
|
15
14
|
from adcd.jax_optimizer import JAXOptimizer
|
|
16
15
|
from adcd.correction_orchestrator import CorrectionOrchestrator
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: adcd
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.3
|
|
4
4
|
Summary: Anomaly-Driven Correction Discovery: Physics-Constrained Symbolic Regression for Evolutionary Scientific Discovery
|
|
5
5
|
Author-email: Muhammad Afif Erdita <maeapip10@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -229,9 +229,9 @@ All 77 tests pass on Python 3.10 and 3.11 (Ubuntu and Windows).
|
|
|
229
229
|
|
|
230
230
|
## Submission & Release
|
|
231
231
|
|
|
232
|
-
Paper submission guide (GitHub Release → Zenodo → arXiv): [docs/SUBMISSION_CHECKLIST_v2.1.
|
|
232
|
+
Paper submission guide (GitHub Release → Zenodo → arXiv): [docs/SUBMISSION_CHECKLIST_v2.1.3.md](docs/SUBMISSION_CHECKLIST_v2.1.3.md)
|
|
233
233
|
|
|
234
|
-
Current release tag: **v2.1.
|
|
234
|
+
Current release tag: **v2.1.3** | Package version: **2.1.3**
|
|
235
235
|
|
|
236
236
|
## Reproducing Paper Results
|
|
237
237
|
|
|
@@ -280,7 +280,7 @@ If you use ADCD in your research, please cite:
|
|
|
280
280
|
Symbolic Regression for Evolutionary Scientific Discovery}},
|
|
281
281
|
year = {2026},
|
|
282
282
|
publisher = {Zenodo},
|
|
283
|
-
version = {2.1.
|
|
283
|
+
version = {2.1.3},
|
|
284
284
|
doi = {10.5281/zenodo.20534940},
|
|
285
285
|
url = {https://doi.org/10.5281/zenodo.20534940}
|
|
286
286
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|