Skip to content

v1.5.0

Choose a tag to compare

@alexarje alexarje released this 27 Jun 15:56
· 410 commits to master since this release

Highlights

Changed

  • Motiongram/videogram output filenames now use direction-of-movement suffixes — _mgh/_vgh (horizontal) and _mgv/_vgv (vertical) — replacing the axis-based _mgy/_vgy and _mgx/_vgx. Applied to motion(), motiongrams(), videograms(), motion_mp(), and the ssm() intermediates. All show(key=...) keys — 'horizontal'/'vertical', the new mgh/mgv/vgh/vgv aliases, and the legacy mgx/mgy/vgx/vgy — still resolve correctly.

Added

  • silhouette_waterfall() and pose_waterfall() accept axes=False to render without any axes, ticks, labels, panes, or title (a clean 3D image).

See the CHANGELOG for full details.