v0.17.0 — Headless CLI + Python API
Added
- Headless CLI:
scanpath-studio renderbuilds one trial's figure straight
to.html/.png/.svg/.pdf(or--animatefor the HTML replay) without
launching the app —--sampleor--words/--fixations,--list-trials,
per-layer--no-*toggles. Barescanpath-studiostill launches the app. - Public Python API:
import scanpath_studio as sps→
load_scanpath_data,load_sample_data,list_trials,
compute_word_metrics,plot_scanpath,animate_scanpath,save_figure—
the app's canonical figures, programmatically.
Install/upgrade: pip install -U scanpath-studio
Full notes: see CHANGELOG.md.