Skip to content

v0.28.2 — hero image renders on PyPI

Choose a tag to compare

@Lexus2016 Lexus2016 released this 16 Sep 16:56
· 7 commits to main since this release

uv tool install turbo-quant-memory

Fixed

  • The hero banner was a broken image on the PyPI project page. README.md doubles as the PyPI long description, and PyPI proxies images through pypi-camo, which cannot resolve a repository-relative path. The src is now absolute.
  • The badges were never affected — they are SVG too and proxy fine, which is what pinned the cause on the relative path rather than the format.
  • A published PyPI description is immutable, hence a release rather than an edit.