fortranspire 0.1.1 — silent unified CLI + docstring fix
Patch release. Two cosmetic issues found by the post-tag smoke test of v0.1.0.
Fixed
- Unified
fortranspire <verb>CLI no longer prints the legacyagent-*deprecation notice when dispatching togpu,translate, orprofile. Embarrassing UX for the canonical entry point — fixed by splitting each into an internal_*_main()(shared by unified + legacy) and arun_*wrapper (only the wrapper carries the deprecation). - Package docstring (
fortranspire/__init__.py) was a pre-rename relic. Replaced with the current project description; added__version__ = "0.1.1".
Upgrade
pip install --upgrade fortranspire # once 0.1.1 lands on PyPINo breaking changes. Every command from 0.1.0 keeps working identically. The deprecation warning on the legacy agent-* scripts is still in place (and will fire at the right time).
Test plan
234/234 pass (231 in 0.1.0 + 3 new regression guards that fail against the 0.1.0 wheel and pass here).
Full changelog
See docs/changelog.md.