Skip to content

QRules 0.8.2

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 10:40
· 200 commits to main since this release
6f90310

Release 0.8.2

See all documentation for this version here.

📝 Documentation

Improved docstrings about interaction properties (#57)

It's not well documented what the labels of an interaction node mean (see for instance this graph visualization).

Rendering of special methods in the API has also been improved.

🐛 Bug fixes

Refuse rendering collapsed graphs with node properties (#57)

It doesn't make sense to render node properties for collapsed graphs of state transition graphs without spin projections on the edges, so io.asdot now raises an exception if you try to use render_node=True with collapse_graph=True or strip_spin=True.

🖱️ Developer Experience

Milestone are now automatically closed upon release (#62)