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.
Files changed (42) hide show
  1. {adcd-2.1.2/src/adcd.egg-info → adcd-2.1.3}/PKG-INFO +4 -4
  2. {adcd-2.1.2 → adcd-2.1.3}/README.md +3 -3
  3. {adcd-2.1.2 → adcd-2.1.3}/pyproject.toml +1 -1
  4. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/__init__.py +1 -1
  5. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/api.py +1 -2
  6. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/correction_orchestrator.py +0 -1
  7. {adcd-2.1.2 → adcd-2.1.3/src/adcd.egg-info}/PKG-INFO +4 -4
  8. {adcd-2.1.2 → adcd-2.1.3}/LICENSE +0 -0
  9. {adcd-2.1.2 → adcd-2.1.3}/setup.cfg +0 -0
  10. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/anomaly_scenarios.py +0 -0
  11. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/arc_scorer.py +0 -0
  12. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/coarse_evaluator.py +0 -0
  13. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/dimensional_checker.py +0 -0
  14. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/feynman_dataset.py +0 -0
  15. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/jax_optimizer.py +0 -0
  16. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/llm_proposer.py +0 -0
  17. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/metrics.py +0 -0
  18. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/mode_detection.py +0 -0
  19. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/orchestrator.py +0 -0
  20. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/pipeline.py +0 -0
  21. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/real_data_loader.py +0 -0
  22. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/real_scenarios.py +0 -0
  23. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/residual_analyzer.py +0 -0
  24. {adcd-2.1.2 → adcd-2.1.3}/src/adcd/result.py +0 -0
  25. {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/SOURCES.txt +0 -0
  26. {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/dependency_links.txt +0 -0
  27. {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/entry_points.txt +0 -0
  28. {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/requires.txt +0 -0
  29. {adcd-2.1.2 → adcd-2.1.3}/src/adcd.egg-info/top_level.txt +0 -0
  30. {adcd-2.1.2 → adcd-2.1.3}/tests/test_api.py +0 -0
  31. {adcd-2.1.2 → adcd-2.1.3}/tests/test_arc_scorer.py +0 -0
  32. {adcd-2.1.2 → adcd-2.1.3}/tests/test_coarse_evaluator.py +0 -0
  33. {adcd-2.1.2 → adcd-2.1.3}/tests/test_correction_discovery.py +0 -0
  34. {adcd-2.1.2 → adcd-2.1.3}/tests/test_dimensional_checker.py +0 -0
  35. {adcd-2.1.2 → adcd-2.1.3}/tests/test_gate_telemetry.py +0 -0
  36. {adcd-2.1.2 → adcd-2.1.3}/tests/test_integration.py +0 -0
  37. {adcd-2.1.2 → adcd-2.1.3}/tests/test_jax_optimizer.py +0 -0
  38. {adcd-2.1.2 → adcd-2.1.3}/tests/test_metrics_scale.py +0 -0
  39. {adcd-2.1.2 → adcd-2.1.3}/tests/test_multivar_arc.py +0 -0
  40. {adcd-2.1.2 → adcd-2.1.3}/tests/test_paper_claims.py +0 -0
  41. {adcd-2.1.2 → adcd-2.1.3}/tests/test_pipeline.py +0 -0
  42. {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.2
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.2.md](docs/SUBMISSION_CHECKLIST_v2.1.2.md)
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.2** | Package version: **2.1.2**
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.2},
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.2.md](docs/SUBMISSION_CHECKLIST_v2.1.2.md)
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.2** | Package version: **2.1.2**
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.2},
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.2"
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" }
@@ -14,7 +14,7 @@ Quick Start
14
14
  >>> print(result.best_expr)
15
15
  """
16
16
 
17
- __version__ = "2.1.2"
17
+ __version__ = "2.1.3"
18
18
  __author__ = "Muhammad Afif Erdita"
19
19
  __email__ = "maeapip10@gmail.com"
20
20
  __license__ = "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, AsymptoticRegime, build_arc_regimes
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
@@ -434,7 +434,6 @@ def main_cli():
434
434
  sys.exit(1)
435
435
  proposer = HybridCorrectionProposer(api_key=api_key)
436
436
 
437
- import sympy as sp
438
437
  from adcd.arc_scorer import build_arc_regimes
439
438
 
440
439
  # Set up pipeline & optimizer
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adcd
3
- Version: 2.1.2
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.2.md](docs/SUBMISSION_CHECKLIST_v2.1.2.md)
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.2** | Package version: **2.1.2**
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.2},
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