Path to this page:
Subject: CVS commit: pkgsrc/graphics/py-graphviz
From: Adam Ciarcinski
Date: 2021-01-11 14:56:09
Message id: 20210111135609.76663FA9D@cvs.NetBSD.org
Log Message:
py-graphviz: updated to 0.16
Version 0.16
------------
Add ``.unflatten()`` method to ``Graph``, ``Digraph``, and ``Source``. Add
standalone ``unflatten()``.
Make ``Source.__str__()`` return the ``.source`` instead of the ``repr()``
(like ``Graph`` and ``Digraph``).
Render with ``dot -K<engine> ...`` instead of ``<engine> ...`` internally
(work around `upstream issue
Add documentation hint to archived upstream version for Windows.
Re-render most documentation graphs with Graphviz 2.44.1.
Files: