@@ -4,6 +4,81 @@ All notable changes to this project will be documented in this file.
44
55---
66
7+ ## [ 0.3.24] - April 20, 2026
8+
9+ ### Added
10+
11+ - ** Published Sphinx documentation site**
12+
13+ Added a Sphinx/Furo documentation shell around the existing ` README.md ` ,
14+ ` USAGE.md ` , ` THEORY.md ` , ` notebooks/README_notebooks.md ` , and ` more_docs/ `
15+ content.
16+
17+ The docs build supports MyST Markdown, Mermaid diagrams, API autodoc pages,
18+ strict Sphinx builds, and GitHub Pages deployment.
19+
20+ - ** Benchmark summary and results pages**
21+
22+ Added benchmark documentation pages for:
23+
24+ - ` notebooks/benchmarks/SUMMARY.md `
25+ - ` notebooks/benchmarks/RESULTS.md `
26+ - ` notebooks/benchmarks/MAINTENANCE.md `
27+
28+ These pages summarize the benchmark notebook inventory, method-selection
29+ guidance, artifact policy, and result-bearing notebooks.
30+
31+ - ** Curated benchmark artifact export flow**
32+
33+ Added ` scripts/export_benchmark_artifacts.py ` to promote selected local
34+ benchmark outputs into tracked, curated artifacts under
35+ ` notebooks/benchmarks/_artifacts/ ` .
36+
37+ The exporter currently publishes selected figures and CSV/Markdown tables for:
38+
39+ - H2 ansatz comparison
40+ - H2 mapping comparison
41+ - low-qubit VQE benchmark
42+ - H2 cross-method runtime
43+ - LiH cross-method results
44+ - QPE H2 decision-map summaries
45+ - H2 noise-robustness reference results
46+
47+ - ** Benchmark artifact regression tests**
48+
49+ Added tests that verify ` RESULTS.md ` references existing curated artifacts,
50+ enforce a small set of expected artifact file types, guard against oversized
51+ artifact files, and confirm the benchmark exporter is idempotent.
52+
53+ ### Changed
54+
55+ - ** Documentation URLs and Pages workflows**
56+
57+ Updated the package documentation URL and README badge/link to point at the
58+ GitHub Pages documentation site.
59+
60+ Added docs and Pages workflow checks that run the benchmark artifact exporter
61+ and fail if curated artifacts are stale.
62+
63+ - ** Benchmark artifact policy**
64+
65+ Kept raw ` results/ ` and ` images/ ` ignored while tracking only curated,
66+ reviewed copies under ` notebooks/benchmarks/_artifacts/ ` .
67+
68+ ### Fixed
69+
70+ - ** Generated artifact cleanup**
71+
72+ Removed stale local smoke/cache result files and orphaned generated images from
73+ the ignored artifact directories, leaving only referenced generated images in
74+ the local ` images/ ` directory.
75+
76+ ## [ 0.3.23] - April 20, 2026
77+
78+ ### Changed
79+
80+ - Published the initial GitHub Pages documentation release.
81+
782## [ 0.3.22] - April 20, 2026
883
984### Added
0 commit comments