Skip to content

2.4.0 — Here be dragons

Choose a tag to compare

@Technologicat Technologicat released this 03 Apr 10:10
· 28 commits to master since this release

New features

  • Node tooltips in DOT output — all defined nodes now carry a tooltip
    attribute containing the fully qualified name plus annotation details
    (filename, line number, flavor). This is always emitted, independent of
    --annotated. Graph viewers that support the tooltip attribute (such
    as raven-xdot-viewer) can
    display this information on hover.

Internal

  • Node.get_annotation_parts() — new method that serves as the single
    source of truth for annotation content, used by both the label methods
    and the tooltip builder.

Full changelog: https://github.com/Technologicat/pyan/blob/master/CHANGELOG.md