Published May 14, 2026 | Version v1.6.1
Software Open

California-Planet-Search/radvel: v1.6.1 — Re-cut of 1.6.0 with macos-13 fix

Description

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.

Files

California-Planet-Search/radvel-v1.6.1.zip

Files (10.4 MB)

Name Size Download all
md5:634f532d53a79b1dfdd9cc86ffa94871
10.4 MB Preview Download

Additional details

Related works