|
1 | 1 | [English](https://github.com/brycewang-stanford/statspai/blob/main/README.md) | [中文](https://github.com/brycewang-stanford/statspai/blob/main/README_CN.md) |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | - <img src="docs/logo/readme-1.png" alt="StatsPAI — Agent-Native Causal Inference for Python" width="780"> |
| 4 | + <img src="https://raw.githubusercontent.com/brycewang-stanford/StatsPAI/main/docs/logo/readme-1.png" alt="StatsPAI — Agent-Native Causal Inference for Python" width="780"> |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | # StatsPAI: The Agent-Native Causal Inference & Econometrics Toolkit for Python |
@@ -128,6 +128,18 @@ StatsPAI's focus is **causal inference** — and on this axis we aim to be the m |
128 | 128 |
|
129 | 129 | --- |
130 | 130 |
|
| 131 | +**📦 v1.15.3 (2026-05-17) — Doc-only patch: PyPI hero banner image fix** |
| 132 | + |
| 133 | +The v1.15.2 PyPI project page rendered the hero banner as a broken |
| 134 | +image because both READMEs pointed at the repo-relative path |
| 135 | +`docs/logo/readme-1.png`, which GitHub resolves correctly but PyPI's |
| 136 | +long-description renderer cannot. v1.15.3 rewrites the `<img>` tag in |
| 137 | +[`README.md`](README.md) and [`README_CN.md`](README_CN.md) to the |
| 138 | +absolute raw GitHub URL so the banner loads on PyPI / TestPyPI / any |
| 139 | +off-GitHub README renderer. **No code changes** — all shipped module |
| 140 | +files match v1.15.2 exactly; only the long-description metadata baked |
| 141 | +into the wheel + sdist regenerates. |
| 142 | + |
131 | 143 | **📦 v1.15.2 (2026-05-17) — Strict-JSON MCP wire + dual-track replicate guides + release-packaging hardening** |
132 | 144 |
|
133 | 145 | Patch release on top of v1.15.1 with **no estimator numerical change**. |
@@ -1363,7 +1375,7 @@ resolves to the latest version): |
1363 | 1375 | author = {Wang, Biaoyue}, |
1364 | 1376 | title = {StatsPAI: The Agent-Native Causal Inference \& Econometrics Toolkit for Python}, |
1365 | 1377 | year = {2026}, |
1366 | | - version = {1.15.2}, |
| 1378 | + version = {1.15.3}, |
1367 | 1379 | doi = {10.5281/zenodo.19933900}, |
1368 | 1380 | url = {https://doi.org/10.5281/zenodo.19933900}, |
1369 | 1381 | license = {MIT}, |
|
0 commit comments