Skip to content

v0.17.0 — Headless CLI + Python API

Choose a tag to compare

@OmerShubi OmerShubi released this 12 Jun 23:08
7b26a84

Added

  • Headless CLI: scanpath-studio render builds one trial's figure straight
    to .html/.png/.svg/.pdf (or --animate for the HTML replay) without
    launching the app — --sample or --words/--fixations, --list-trials,
    per-layer --no-* toggles. Bare scanpath-studio still 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.