https://github.com/xflr6/graphviz

sort by:
Revision Author Date Message Commit Date
54b4eec release 0.16 24 December 2020, 16:15:51 UTC
ebd2f99 duplicate notebook under old name to work around nbviewer cache invalidation 24 December 2020, 16:07:11 UTC
d58fe75 reformat link 24 December 2020, 15:58:43 UTC
6c81671 document latest changes 24 December 2020, 15:32:43 UTC
384457a add hint for archived graphviz-2.38.msi to workaround known issues 24 December 2020, 15:15:27 UTC
cf0146e re-render most graphs with latest Graphviz 2.44.1 - omit process.svg and graphviz-engines.ipynb (sfdp): Graphviz not built with triangulation library see upstream https://gitlab.com/graphviz/graphviz/-/issues/1269 24 December 2020, 14:17:09 UTC
422adc1 workaround Graphviz 2.44.1 missing engine commands except dot under Windows - upstream issue: https://gitlab.com/graphviz/graphviz/-/issues/1753 24 December 2020, 14:05:11 UTC
f97f2ab add chdir so the checked-out version is used 24 December 2020, 13:53:58 UTC
bdab503 rename notebook.ipynb to graphviz-notebook.ipynb 24 December 2020, 12:35:49 UTC
ab7e243 move default encoding definition to backend, re-order engine, format, encoding 24 December 2020, 12:23:10 UTC
8fe3f02 add newlines to napoleon docstrings 23 December 2020, 16:50:31 UTC
f317157 add unflatten() 23 December 2020, 15:18:18 UTC
62fd5ea bump version for new feature 23 December 2020, 15:17:49 UTC
04dcd57 sort imports alphabetically and use block-style for __all__ 18 December 2020, 09:10:10 UTC
eca1107 make str() of graphviz.Source an alias of .source following Graph/Digraph 18 December 2020, 08:41:13 UTC
f34ebb1 add Travis CI and Codecov to project_urls 29 November 2020, 11:46:03 UTC
9049bed bump version for development 15 November 2020, 16:03:11 UTC
885220d release 0.15 15 November 2020, 15:52:34 UTC
92ca996 add Python 3.9 to test environments and tag support 15 November 2020, 15:43:28 UTC
98078c3 document upstream issue with sfdp Windows build 15 October 2020, 17:51:15 UTC
5e4d5cc drop https://raw.github.com/xflr6/graphviz/master/docs/pet-shop.png - used in README from 0.3.5 until 0.4.2 15 October 2020, 15:53:50 UTC
93d5fe1 link to upstream installation procedure for Windows - see #115, #108 14 October 2020, 18:40:02 UTC
705215d better distinguish plaform fixtures, improve test_subgraph_render 13 October 2020, 21:20:23 UTC
b117099 improve subgraph() change description 13 October 2020, 21:13:19 UTC
7d53433 flake8 13 October 2020, 12:49:31 UTC
4a20d2e adapt/extend docs and tests, implement strict=None, add to changelog - follow-up 9bc680336bb5228f2ffa3e8e65bd11d1db8be572 13 October 2020, 12:45:52 UTC
9bc6803 Inherit render properties (#116) * inherit render properties * pep8 * improvements corrections and docs 13 October 2020, 10:22:15 UTC
0c503a3 fix changelog markup 07 October 2020, 09:37:54 UTC
2cae1ab flake8 07 October 2020, 09:36:38 UTC
dbe0eab fix changelog message formatting 07 October 2020, 09:34:14 UTC
bb05d20 drop Python 3.5 support https://pythoninsider.blogspot.com/2020/10/python-35-is-no-longer-supported.html This reverts commit 12c8bf3cef1a6f4369ab253a5deb04600e8a439e. 07 October 2020, 09:21:29 UTC
79357df bump version for dropping Python 3.5 support 07 October 2020, 09:18:41 UTC
f05667b bump version for development 07 October 2020, 09:12:30 UTC
22a61a4 release 0.14.2 07 October 2020, 08:29:14 UTC
12c8bf3 Revert "drop Python 3.5 support" for bugfix release This reverts commit 3651713c98c997ce90ba5fcc27c24837e444dcff. 07 October 2020, 08:25:00 UTC
374e6b8 adapt version() for development version format in Graphviz 2.44.2 07 October 2020, 07:21:26 UTC
8a4401d Make it work with development version string of the Big Graphviz (#110) * Make it work with development version string of the Big Graphviz such as: $ dot -V dot - graphviz version 2.44.2~dev.20200927.0217 (20200927.0217) * Add development version of `dot` and its support there of. Co-authored-by: steve <steve@arca.leo> 07 October 2020, 07:19:34 UTC
3651713 drop Python 3.5 support 14 September 2020, 16:42:44 UTC
326063b better document None as return value of view() - fix #106 11 September 2020, 11:30:36 UTC
21bf42a bump version for development 13 July 2020, 11:56:18 UTC
4350305 release 0.14.1 13 July 2020, 11:54:54 UTC
c07b08b enhance documentation of colon-separated port/compass format - see #53 13 July 2020, 11:06:15 UTC
9fb23ad Document port and compass encoding in edge() method (#101) 06 July 2020, 07:30:27 UTC
e3f460c dump doc extras dependency: sphinx>=1.8 11 May 2020, 10:24:41 UTC
4602b35 bump minimal pytest version to 4 11 May 2020, 10:15:30 UTC
be29679 upgrade travis build env from xenial to beaver 11 May 2020, 09:48:50 UTC
b8be3fa bump test extras_require: pytest>=4 and pytest-mock>=2 11 May 2020, 09:46:58 UTC
c24ac20 bump version for development 22 April 2020, 09:42:35 UTC
529d3d2 release 0.14 22 April 2020, 09:34:14 UTC
d4db94a document other changes for 0.14 22 April 2020, 09:30:00 UTC
e451436 document new handling of escaped quotes 22 April 2020, 09:19:54 UTC
1fe00a1 fix rst markup 22 April 2020, 09:02:56 UTC
e71f9b2 document escaped quote fix 22 April 2020, 09:00:06 UTC
bebf829 escape quotes ignoring a single backslash escape before the quote - fix #96 22 April 2020, 08:05:16 UTC
52cfeb5 bump version for behavioral change 22 April 2020, 08:02:13 UTC
0ab5cb2 bump copyright year 22 April 2020, 08:00:48 UTC
0ef3fa5 use badge from Travis master 22 April 2020, 07:59:29 UTC
d6489b9 document viewcode addition 20 April 2020, 17:07:40 UTC
997705c add sphinx.ext.viewcode extension to include source links in docs 20 April 2020, 11:56:18 UTC
c2246c9 add executable bit 14 April 2020, 16:13:32 UTC
6d3b9e7 use run-tests.py as single entry point for testing 13 April 2020, 19:21:34 UTC
34144fa add rtd config, drop workaround file and adapt badges 13 April 2020, 18:36:20 UTC
fdd4d14 add build config validation to CI config 13 April 2020, 11:40:05 UTC
7bba7d8 drop cd into repo dir 03 April 2020, 15:45:57 UTC
f8906a1 add notebook section to documentation 06 March 2020, 17:40:16 UTC
c98c5ee add project_urls for PyPI links 28 January 2020, 17:21:02 UTC
24f1c89 move out quote() tests on deprecated escapes (handle warnings at runtime) - close #89 26 January 2020, 11:25:05 UTC
7fbd90e move argument extraction out of check_startupinfo() 27 December 2019, 10:44:03 UTC
cc1f224 fix failing ci requiring mock 3 features 27 December 2019, 10:43:33 UTC
35123e9 make use of mocker.call() for comparisons and its attributes 27 December 2019, 09:44:04 UTC
c9ed942 set proc.returncode in mock test 23 December 2019, 10:27:15 UTC
5904d0d move encoding implementation to backend.run(), more similar tp subprocess 23 December 2019, 10:19:48 UTC
b2c1688 add filename to examples/rank_same.py 16 December 2019, 15:48:47 UTC
7ef00d5 bump version for development 08 November 2019, 05:55:45 UTC
d61e77f release 0.13.2 08 November 2019, 05:52:34 UTC
bb3990e support dot -V version strings with four parts 08 November 2019, 05:51:03 UTC
9b2c519 bump version for development 07 November 2019, 01:33:17 UTC
6f5eee7 release 0.13.1 07 November 2019, 01:28:43 UTC
d8b9a14 fix missing quoting with Unicode number characters under Python 3 06 November 2019, 02:41:01 UTC
846b938 work around covecov issue 30 October 2019, 00:56:24 UTC
392adb3 increase PY2 test coverage 30 October 2019, 00:49:52 UTC
0ccf5b9 add py38 to tox envs 28 October 2019, 01:27:45 UTC
b0fcec8 tag Python 3.8 support 28 October 2019, 01:22:18 UTC
dd676e3 test under Python 3.8 on travis 28 October 2019, 00:59:08 UTC
95c7fa4 clarify escape() description: key point is literal rendering 18 September 2019, 06:44:02 UTC
350e6b7 add inline example and pointer for raw-string syntax 18 September 2019, 06:41:16 UTC
5044f5b improve some wording in manual 18 September 2019, 06:39:48 UTC
24d31d9 move assignment to branch for clarity 18 September 2019, 06:22:27 UTC
a185e01 bump version for development 09 September 2019, 08:59:50 UTC
84abaff release 0.13 09 September 2019, 08:58:32 UTC
c7f9db7 document escaping, notebook, and test changes 09 September 2019, 08:42:45 UTC
69ff5c0 only escape unescaped quotes, add escape() function for literal strings 09 September 2019, 08:05:50 UTC
b38c8a5 bump to next version for Graphviz escape sequences 09 September 2019, 08:03:21 UTC
1a4ae9d add graphviz-engines.ipynb for engine comparison 22 August 2019, 05:56:13 UTC
508a68e flake8 (whitespace) 22 August 2019, 04:47:41 UTC
a63d3cf refactor missing_executable tests into parametrized test 22 August 2019, 04:46:26 UTC
8707549 include tests for failing execution in --skipexe test set 22 August 2019, 04:40:25 UTC
65f5843 refactor tests with pytest parametrize 22 August 2019, 04:36:07 UTC
f7293b8 use autospec for mock pipe() 22 August 2019, 04:16:41 UTC
2300ab5 activate debug logging in example notebook 21 August 2019, 19:50:03 UTC
back to top