
This is a re-cut of v1.6.0. Same functional content; v1.6.0 made it to GitHub releases and GHCR but never reached PyPI because build-wheels (macos-13) sat queued for 19+ hours on GitHub's effectively-unavailable Intel macOS runners. CI fix Drop macos-13 from the wheel build matrix. Cross-compile x86_64 macOS wheels from the macos-14 ARM runner via CIBW_ARCHS_MACOS=arm64 x86_64. Same wheel coverage (Linux x86_64/i686, Windows x86/x86_64, macOS arm64+x86_64), no dependence on Intel runners. For everything else 1.6.0 introduced (HTTP API + Docker service + UI + JSON setup files + GP type annotations + …), see the v1.6.0 release notes. Quickstart ``` docker run --rm -p 8000:8000 -v "$PWD/.runs:/data" \ ghcr.io/california-planet-search/radvel-api:latest open http://localhost:8000/ui ``` See the service guide and the UI walkthrough.
