Commit e217576
release: v1.5.1 — PyPI readme hotfix + unshipped-import cleanup
Patch release. No code / behaviour changes vs. v1.5.0.
- Fix PyPI project-page broken image: README's interactive-plot-editor
screenshot was referenced by relative path (./image-1.png), which
GitHub resolves but PyPI cannot, so the PyPI v1.5.0 page showed a
broken-image icon. Both README.md and README_CN.md now use the
absolute raw.githubusercontent.com URL so both renderers work.
- Remove premature v1.6 imports from src/statspai/__init__.py that
were introduced by commit 8155ada but whose implementations had not
yet landed: llm_dag_constrained / llm_dag_validate /
LLMConstrainedDAGResult / DAGValidationResult, paper / PaperDraft,
and mr_lap / mr_clust / grapple / mr_cml. These broke `import
statspai` on any fresh clone of main between v1.5.0 and v1.5.1; the
shipped PyPI v1.5.0 wheel was unaffected. They will return in v1.6
alongside their implementations.
- README visual-weight fix: v1.5.0 section now carries a "v1.5
Highlights" table paralleling the v1.4 Highlights table so the
current release is the README's visual subject.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ef5358d commit e217576
3 files changed
Lines changed: 57 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
5 | 59 | | |
6 | 60 | | |
7 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | 284 | | |
288 | 285 | | |
289 | 286 | | |
| |||
396 | 393 | | |
397 | 394 | | |
398 | 395 | | |
399 | | - | |
| 396 | + | |
400 | 397 | | |
401 | 398 | | |
402 | 399 | | |
| |||
500 | 497 | | |
501 | 498 | | |
502 | 499 | | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | 500 | | |
507 | 501 | | |
508 | 502 | | |
| |||
1326 | 1320 | | |
1327 | 1321 | | |
1328 | 1322 | | |
1329 | | - | |
1330 | | - | |
1331 | 1323 | | |
1332 | 1324 | | |
1333 | 1325 | | |
| |||
1343 | 1335 | | |
1344 | 1336 | | |
1345 | 1337 | | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
1349 | 1338 | | |
1350 | 1339 | | |
1351 | 1340 | | |
| |||
0 commit comments