ephemerides-spectral 0.31.0: drop the PyPI-facing README Status banner#1121
Conversation
Remove the bold "Status: v0.31.0 — numpy-FREE capstone ..." banner line
under the H1 of the PyPI-facing README — it duplicates the per-version
`## Status` section it points to ("Per-version history in the Status
section below") and clutters the package landing page. The subtitle now
flows straight into ## Overview.
The README-freshness guard `test_readme_status_banner_matches_package_version`
is relaxed: the banner is now OPTIONAL — if present it must still equal
__version__ (no silent drift if re-added), but its absence is fine. The
`## Status` section's `*(current)*` marker remains the enforced
current-version stamp (separate test, unchanged).
Pre-publish doc-only tweak to the unreleased 0.31.0 (nothing has shipped
to PyPI yet); version unchanged. No code / ABI change (ES_ABI_VERSION = 10).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
📋 ephemerides-spectral docs hygiene advisoryThis is a soft warning — the build is green either way. Reviewing the items below before merge keeps the PyPI-facing docs surface aligned with the code. Add Drift detectedStale
Watched docs surface (5 files)
Generated by |
Remove the bold Status: v0.31.0 — numpy-FREE capstone … banner line under the H1 of the PyPI-facing README (the line visible on test.pypi.org). It duplicates the per-version
## Statussection it points to and clutters the package landing page; the subtitle now flows straight into## Overview.The README-freshness guard
test_readme_status_banner_matches_package_versionis relaxed — the banner is now optional: present ⟹ must equal__version__(no silent drift if re-added), absent ⟹ fine. The## Statussection's*(current)*marker stays the enforced current-version stamp (separate test, unchanged).Pre-publish, doc-only. Nothing has shipped to PyPI for 0.31.0 yet — the
pypienvironment deployment is stillwaiting. After this merges, theephemerides-spectral-v0.31.0tag will be re-cut at the new merge commit so the live publish picks up the banner-free README. Version unchanged; no code / ABI change (ES_ABI_VERSION = 10).🤖 Generated with Claude Code