https://github.com/xflr6/graphviz

sort by:
Revision Author Date Message Commit Date
2b6d219 release 0.4.9 22 January 2016, 11:37:57 UTC
06af6e4 add strict support (#20) 08 January 2016, 15:47:02 UTC
f0262cf fix #18 20 December 2015, 14:15:50 UTC
2d66353 use intersphinx 30 November 2015, 09:56:23 UTC
8befc5c fix typo 29 November 2015, 19:52:19 UTC
b80be11 use SVG images except for README.rst 29 November 2015, 19:47:39 UTC
8d2ee28 hide console window on Windows 29 November 2015, 19:45:18 UTC
195db66 better cross-linking in docs 19 November 2015, 14:13:03 UTC
ef0f4fe fix missing bump of __version__ 14 November 2015, 12:51:32 UTC
5be71ea bump version for development 12 November 2015, 20:47:24 UTC
03bd430 release 0.4.8 12 November 2015, 20:46:04 UTC
998e2c1 moving _repr_svg_ to File 12 November 2015, 19:20:13 UTC
1947263 adding _repr_svg_ to Source 12 November 2015, 11:48:42 UTC
1dc1186 docs: add link to gh notebook.ipynb 17 September 2015, 18:11:30 UTC
67e6853 documentation 16 September 2015, 20:33:57 UTC
a4049bf bump version for development 14 September 2015, 11:44:40 UTC
102c24d do 0.4.7 release 14 September 2015, 11:42:30 UTC
a5da1fa adapt platform fix, update changelog 09 September 2015, 21:21:15 UTC
7755431 Fix viewer for Linux on Python3. For Linux, sys.platform is linux{2,3} on Python2 but linux on Python3, whereas platform.system() is always Linux. 09 September 2015, 18:30:18 UTC
490a9ac bump version for development 09 August 2015, 17:17:03 UTC
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