Changelog¶
All notable changes to the Risk Bridge project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.5 - 2026-09-04¶
Added¶
- GitHub Pages Documentation Site: Deployed full documentation website to
https://saehwanpark.github.io/risk-bridge/using MkDocs Material, styled consistently withtabdat-explore. - LaTeX Math Support: Integrated MathJax v3 and
pymdownx.arithmatexconfiguration for client-side LaTeX equation rendering. - Dedicated Public Pages Workflow: Automated GitHub Actions workflow (
.github/workflows/pages.yml) deployed exclusively from the public repository. - Curated Documentation Architecture: Created detailed guides covering getting started, installation, quickstarts, user data schemas, mathematical formulation, solver ladder mechanics, calibration metrics, replication runbooks, and architecture analyses.
Changed¶
- Documentation Overhaul: Tightened and synchronized
README.md,QUICKSTART.md,USER_GUIDE.md,API_REFERENCE.md,ARCHITECTURE.md,REPRODUCTION.md,CONTRIBUTING.md, andCITATION.cff. - Public Export Curation: Updated
deployment/release.yamlto managemkdocs.ymland.github/workflows/pages.ymlfor clean public distribution. - Package Metadata: Bumped version to
1.0.5acrosspyproject.toml,__init__.py,release.yaml,CITATION.cff, and test contract suites.
1.0.4 - 2026-07-17¶
Added¶
- PyPI Case Packaging: Packaged privacy-safe case runners (
cases.numerical_validation,cases.external_calibration_validation,cases.synthetic_transport_example,cases.runtime_support_scaling) into the wheel and sdist. - Module Execution: Documented
python -mreproduction commands that function from a standard PyPI installation.
1.0.3 - 2026-07-17¶
Fixed¶
- Citation Metadata Correction: Corrected the version DOI in
CITATION.cffto point to the immutablev1.0.2archive while preserving package metadata.
1.0.2 - 2026-07-17¶
Added¶
- External Calibration Evidence Breadth: Broadened external-calibration validation to
nsim=50with replicate SD/MCSE summaries. - Degradation Controls: Added prespecified fixed-summary degradation negative control (
+6.0logit shift). - Reproducibility Sidecar: Added
final/environment.jsoncontract capturing package version, platform, thread settings, and numerical tolerances.
1.0.1 - 2026-07-16¶
Added¶
- Initial Public Release: Public release of
risk-bridgeon GitHub and PyPI. - Simulation Scenarios 1–3: Synthetic data generation and Monte Carlo estimation.
- Dual Analysis Paths: Propensity Score Matched (PSM) and Random Sampling (RS) paths.
- Versioned Output Schema: Output contract
schema_version=1.1.0.