Two release-hygiene items:
- Stale PyPI stub. The
layup name on PyPI is a 0.0.1 placeholder: an empty __init__.py, no __version__, no CLI, no extension. Anyone who tries pip install layup first gets a broken package. Yank/replace it as part of the first real release.
- Bootstrap leftover.
layup bootstrap leaves the intermediate debias_hires2018.tgz (~156 MB) in the cache after extraction — delete it post-untar.
Found during a clean-room, fresh-user install + test run-through (fresh venv + --recursive clone, following the README Quickstart), 2026-07-10.
Two release-hygiene items:
layupname on PyPI is a0.0.1placeholder: an empty__init__.py, no__version__, no CLI, no extension. Anyone who triespip install layupfirst gets a broken package. Yank/replace it as part of the first real release.layup bootstrapleaves the intermediatedebias_hires2018.tgz(~156 MB) in the cache after extraction — delete it post-untar.Found during a clean-room, fresh-user install + test run-through (fresh venv +
--recursiveclone, following the README Quickstart), 2026-07-10.