https://github.com/xflr6/graphviz

sort by:
Revision Author Date Message Commit Date
ffce85e do 0.4.6 release 09 August 2015, 17:14:18 UTC
6c53fe9 update changelog 01 August 2015, 11:19:25 UTC
60ab361 fix view methods on Linux and Darwin It doesn't work with shell=True and is a security problem anyway. Calling with the python list of strings is sufficient and works. 30 July 2015, 15:59:18 UTC
5d1a571 bump version for development 15 July 2015, 11:03:06 UTC
40798c5 do 0.4.5 release 15 July 2015, 11:00:37 UTC
6d8da43 add Source docs 15 July 2015, 10:40:40 UTC
f58fd35 reorder links, fix typo 14 July 2015, 18:37:13 UTC
bbdfa09 update changelog, style 14 July 2015, 18:16:05 UTC
2c41c0c Add Python 2.6 compatibility 10 July 2015, 20:28:17 UTC
e1a1dae switch badges to shields.io 16 June 2015, 10:16:07 UTC
69a3835 add rendering of DOT code strings 10 June 2015, 18:59:14 UTC
b3a8e84 add example for HTML-like labels 09 June 2015, 23:26:02 UTC
cc23ce1 bump version for development 10 May 2015, 14:20:22 UTC
c0a52e5 do 0.4.4 release 10 May 2015, 14:17:00 UTC
1f76644 add nbviewer link (GH does not render SVGs in ipynbs?) 10 May 2015, 10:59:52 UTC
414f2a2 add basic IPython notebook support (closes #11) 10 May 2015, 10:50:46 UTC
899358f add pipe-method (closes #9) 10 May 2015, 09:34:35 UTC
9bbb274 upgrade docs to Sphinx 1.3 (includes napoleon) 08 May 2015, 11:12:29 UTC
c581531 fix typo and leftover files 21 April 2015, 14:14:59 UTC
2bce247 bump version for development 02 March 2015, 16:27:44 UTC
53b45d7 import 0.4.3 release 02 March 2015, 16:06:06 UTC
1201e6d adapt sphinx settings for readthecocs 11 January 2015, 13:09:32 UTC
67df214 import development version (examples, sphinx-docs) 10 January 2015, 12:16:29 UTC
cbfaff0 import 0.4.2 release 11 October 2014, 11:49:07 UTC
90f79d2 import 0.4.1 release 21 September 2014, 10:42:41 UTC
4b6706d import 0.4 release 27 August 2014, 08:17:08 UTC
4c8951b import 0.3.5 release 13 August 2014, 10:05:30 UTC
19159bc import 0.3.4 release 09 May 2014, 17:31:41 UTC
126ae0e Adding quotes to DOT keywords In DOT language, the keywords node, edge, graph, digraph, subgraph, and strict are case-independent. When adding a node with a DOR keyword as its name, the node's name must be surrounded with double quotation marks, otherwise it produces an invalid DOT file. Signed-off-by: Paulo Roberto Urio <jimmyskull@gmail.com> 09 May 2014, 16:45:08 UTC
f1dc5b4 import 0.3.3 release 04 May 2014, 11:08:38 UTC
6af944f import 0.3.2 release 29 April 2014, 22:01:56 UTC
5b14728 import 0.3.1 release 21 April 2014, 10:01:01 UTC
5a7f424 import 0.3 release 20 April 2014, 12:32:15 UTC
13f6b7e Mod: add support for py3k Tested under Python 3.4.0 but should work with any py3k version 20 April 2014, 01:02:22 UTC
e6a33cd import 0.2.2 release 03 March 2014, 15:50:20 UTC
7ac5d90 import 0.2.1 release 03 March 2014, 10:40:03 UTC
78be757 Passing Popen args argument as list On UNIX, command-line arguments cannot be used if the Popen args argument is a string. This commit splits the command string into a list of arguments. Currently, calling the render method on a Digraph object causes an OSError to be raised on UNIX systems. This commit fixes that. 03 March 2014, 09:53:42 UTC
1613872 import 0.2 release 19 January 2014, 16:55:29 UTC
73db291 import 0.1.1 release 16 January 2014, 15:00:00 UTC
73751fa downloads badge 14 January 2014, 22:22:59 UTC
cd40da4 add badges 13 January 2014, 23:35:52 UTC
0a79f65 import 0.1 release files 12 January 2014, 17:55:40 UTC
back to top