summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-10-25 10:19:21 +0000
committeradam <adam@pkgsrc.org>2019-10-25 10:19:21 +0000
commitce169533b6285befcae878b81898b6014127d6f7 (patch)
tree509931d14f6490ef88ee386ea263f45cc9efdf7d /wm
parent6a8d34f3f08ec55a8119020bae97df6b683cdd66 (diff)
downloadpkgsrc-ce169533b6285befcae878b81898b6014127d6f7.tar.gz
py-graphviz: updated to 0.13
Version 0.13 Add explicit support for layout engine escape sequences such as ``\l`` and ``\N``. These already worked implicitly before but where broken by backslash escaping in ``0.12``, which is reverted by this release. Escaping now resembles the stdlib ``re`` module: literal backslashes need to be escaped (doubled), which is most conveniently done by using raw string literals for strings that use escape sequences (including escaped backslashes), e.g. ``label=r'\\'``. Add ``escape()`` function (resembling ``re.escape()``) for disabling all meta-characters in a string for rendering. Use ``logging`` in example notebook, add notebooks demonstrating layout engines and escape sequence usage, improve tests with parametrization.
Diffstat (limited to 'wm')
0 files changed, 0 insertions, 0 deletions