https://github.com/xflr6/graphviz

sort by:
Revision Author Date Message Commit Date
1760930 include xfail reason description for try-examples.py under Windows 22 July 2023, 10:06:51 UTC
f0a0f50 run update-help.py adding internal `__annotations__` 22 July 2023, 10:02:04 UTC
1e607d1 add Source type annotations for internal attributes for pytype false alarm ``` /home/runner/work/graphviz/graphviz/graphviz/sources.py File "/home/runner/work/graphviz/graphviz/graphviz/sources.py", line 95, in _copy_kwargs: No attribute '_source' on Source [attribute-error] File "/home/runner/work/graphviz/graphviz/graphviz/sources.py", line 96, in _copy_kwargs: No attribute '_loaded_from_path' on Source [attribute-error] File "/home/runner/work/graphviz/graphviz/graphviz/sources.py", line 104, in __iter__: No attribute '_source' on Source [attribute-error] File "/home/runner/work/graphviz/graphviz/graphviz/sources.py", line 116, in source: No attribute '_source' on Source [attribute-error] ``` 22 July 2023, 09:54:40 UTC
9c723ad fix type-annotation on `.directory` to match `os.fspath()` result graphviz/saving.py", line 39, in __init__: Type annotation for directory does not match type of assignment [annotation-type-mismatch] Annotation: str Assignment: bytes In assignment of type: Union[bytes, str] 22 July 2023, 09:43:39 UTC
521065a add assertion to work around pytype false alarm line 325, in render: No attribute 'parent' on None [attribute-error] In Optional[pathlib.Path] 22 July 2023, 09:30:50 UTC
4a27c2c fix linter warning 22 July 2023, 09:26:03 UTC
7aa7770 use some positional-only parameters 22 July 2023, 09:22:59 UTC
2242f92 document supported Python versions change 16 July 2023, 15:58:56 UTC
3076708 add long_description_content_type 16 July 2023, 15:52:09 UTC
7fe1382 fix broken doc building on readthedocs 16 July 2023, 15:47:33 UTC
d22f8c5 drop Python 3.7 compat code 16 July 2023, 15:34:52 UTC
424787e change deprecated license_file setting to license_files 16 July 2023, 15:29:38 UTC
e823b16 add PyPy 3.10 to build matrix 16 July 2023, 15:25:32 UTC
800eba0 drop Python 3.7 support - follow-up 7cbbe2f2cf1000b09319d68d01423dcd2c383521 (#202) 16 July 2023, 15:22:23 UTC
7cbbe2f Add Python 3.11, drop Python 3.7 16 July 2023, 11:28:01 UTC
126cbce enable exe coverage for Python 3.7 30 January 2023, 19:02:45 UTC
cb47579 fix unused arg 30 January 2023, 19:02:28 UTC
dfc7e18 add functional test for .pipe()-method 30 January 2023, 18:56:07 UTC
a971145 make sure development and release script commands are cross-platform compatible - need to omit the leading ./ on Windows - consistent with .github/workflows/build.yaml - avoid relying on the executable bit and LF line endings on Linux - both may not be present when unpacking the source distribution - see also #184 24 November 2022, 07:59:41 UTC
bf1023b tag Python 3.11 support 31 October 2022, 18:55:00 UTC
07468d0 update build matrix for Python 3.11 31 October 2022, 18:47:48 UTC
2333416 update github actions 24 October 2022, 20:35:42 UTC
2abd39c add Python 3.11.0rc1 to build matrix 05 September 2022, 16:06:36 UTC
9c132cb document experimental PyPy 3.9 inclusion in the build matrix - follow-up 581aa806db2507211e74c77fd16bfc76da7f8a9f 05 September 2022, 16:00:53 UTC
6199703 add XFAIL for upstream 5.0.1 issue https://gitlab.com/graphviz/graphviz/-/issues/2270 05 September 2022, 09:51:38 UTC
e36b024 assert file exists separate from file size check for more specific test fail messages 05 September 2022, 09:35:51 UTC
be6ddf8 fix mac build 27 July 2022, 21:04:14 UTC
fcb8d00 improve naming, properly close buffer 27 July 2022, 21:00:42 UTC
e428051 bump version for development 23 July 2022, 11:32:30 UTC
1a9ebd1 release 0.20.1 23 July 2022, 11:20:40 UTC
91084ea fix minor neato doc typos 27 June 2022, 17:30:21 UTC
92740db update help() output with explcit refs 12 June 2022, 13:30:18 UTC
9bb630b upgrade sphinx to >= 5, drop autodoc workaround 12 June 2022, 13:28:31 UTC
581aa80 add PyPy 3.9 to build matrix 12 June 2022, 13:23:42 UTC
d05ed19 fix broken link targets: use anchor names and repeat them as reference 03 June 2022, 09:16:25 UTC
61c42e1 fix doc build broken by Sphinx 5 https://readthedocs.org/projects/graphviz/builds/17083440/ 03 June 2022, 08:55:09 UTC
3721202 fix broken API reference cross-references to manual https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html#my-target 03 June 2022, 08:48:10 UTC
4aa4d24 fix typo 17 April 2022, 16:58:13 UTC
1650867 fix markup 16 April 2022, 15:36:20 UTC
69746d7 bump version for development 16 April 2022, 15:31:27 UTC
cbf6638 release 0.20 16 April 2022, 15:13:55 UTC
5ac24c2 improve type annotations 16 April 2022, 15:03:19 UTC
c249d31 document latest documentation change 16 April 2022, 14:39:47 UTC
25043ed better document caveats on quoting/escaping note: GH does not support rendering rst admonitions https://github.com/github/markup/issues/68 16 April 2022, 14:18:15 UTC
9a63a50 expose/document DotSyntaxWarning, standardize exception order 16 April 2022, 09:51:42 UTC
fc75da8 render example notebooks with development version on binder - Ubunti 18.04 LTS (bionic beaver) - Python 3.7.12 - Graphviz 2.40.1 16 April 2022, 09:41:45 UTC
68e69c7 warn with DotSyntaxWarning when quoting strings ending in an odd number of backslashes - also: better document quote regexes 16 April 2022, 09:28:01 UTC
517f1a4 bump minimal sphinx dependency in docs extras_requires to 4 16 April 2022, 07:14:59 UTC
9326bde use latest Python 3 version for building docs 16 April 2022, 07:13:42 UTC
617a9be group xlib and x11 following https://graphviz.org/docs/outputs 12 April 2022, 05:10:23 UTC
dd7b5af prefer exc role over class for cross-referencing exception base classes https://www.sphinx-doc.org/en/master/usage/restructuredtext/domains.html#cross-referencing-python-objects 12 April 2022, 04:55:26 UTC
6a322a1 fix FileExistsError docstring pointing to the wrong base class 12 April 2022, 04:23:12 UTC
9723fd6 fix literal escapes - follow-up 02ea50e4790a8ebc50d9c212298b669de0e3eb1d 10 April 2022, 10:02:10 UTC
4ac5a25 add neato_no_op keyword argument 10 April 2022, 09:56:16 UTC
77a55e0 bump version for new feature 10 April 2022, 09:51:17 UTC
061dec7 whitespace 10 April 2022, 09:23:31 UTC
8a2c828 remove Python 3.6 from development documentation 09 April 2022, 11:21:18 UTC
c6bf299 fix markup 08 April 2022, 20:25:59 UTC
acab102 bump version for development 08 April 2022, 20:20:27 UTC
3b255ca release 0.19.2 08 April 2022, 20:11:11 UTC
74d4a2c update online help() 08 April 2022, 20:10:55 UTC
b0ebdde flake8 08 April 2022, 20:06:19 UTC
677e536 fix deprecation warning from pytest.warns(None) https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests 08 April 2022, 20:02:37 UTC
da704ee update online help() output 08 April 2022, 19:46:07 UTC
f8ac7a9 document fix for #167 08 April 2022, 19:42:00 UTC
77e5fcb better document 0.18 change of behaviour of body argument/attribute 08 April 2022, 19:29:14 UTC
8cda190 fix missing string boundaries in dunder all - see #167 - follow-up b0898c5f47d4ddfe8a138f5af440bf1e94554a29 08 April 2022, 18:42:55 UTC
ee3ae10 fix typo in docs/notebooks.rst 20 January 2022, 10:23:04 UTC
b764c3a drop Python 3.6 compat code 01 January 2022, 15:57:43 UTC
6981a0f drop Python 3.6 support 01 January 2022, 15:40:37 UTC
02ea50e quote echo output, drop semicolon use 21 December 2021, 10:59:04 UTC
44f5b0a build rtd with Python 3.10 15 December 2021, 10:43:09 UTC
db9264d move rtd config to new build configuration, use Python 3.9 15 December 2021, 10:36:18 UTC
4fd2cd0 flake8, improve description 13 December 2021, 13:53:04 UTC
961dbdd move doctest +NO_EXE definition/setup to conftest.py - see #152 13 December 2021, 09:53:45 UTC
b845299 add twine check for long description rendering to release process 12 December 2021, 11:18:04 UTC
207cb48 bump version for development 12 December 2021, 11:04:08 UTC
f34358c release 0.19.1 12 December 2021, 10:59:30 UTC
593136e improve release process steps, wording and formatting 12 December 2021, 10:51:37 UTC
c27ceb1 reorder, improve wording 12 December 2021, 10:19:41 UTC
75ebdb3 document latest changes 12 December 2021, 10:13:32 UTC
3948f20 avoid requiring parser.addoption() for --skip-exe and --only-exe - see #152 12 December 2021, 09:54:33 UTC
d43eea7 add project root conftest.py to source distribution 12 December 2021, 09:45:51 UTC
7b8c9b4 refactor test with fixture 09 December 2021, 22:57:03 UTC
b197875 use common case, refactor pipe_lines test 09 December 2021, 22:49:02 UTC
51bf086 increase test coverage 09 December 2021, 22:12:34 UTC
ded35d9 decode stdout and stderr of CallledProcessError in non-delegating branch 09 December 2021, 21:43:38 UTC
b194dc2 simplify 09 December 2021, 21:00:58 UTC
c521086 add test for invalid dot 09 December 2021, 20:57:19 UTC
2c8b13a add docstrings 06 December 2021, 22:30:20 UTC
a36aa6b use yield from 06 December 2021, 22:16:15 UTC
8280490 use list.clear() (Python 3.3) 06 December 2021, 20:23:07 UTC
4b4a322 simplify 06 December 2021, 20:19:19 UTC
a3a6be4 simplify extent operations 06 December 2021, 20:12:22 UTC
d6f221d adapt parent description 06 December 2021, 18:50:48 UTC
412de1c pass parent explicitly 06 December 2021, 18:46:13 UTC
cc1dbb4 drop unneeded test dependency 05 December 2021, 15:48:48 UTC
1441ee7 include indirect coverage dependency 04 December 2021, 14:48:24 UTC
bc6952f reorder, drop --cov-append 04 December 2021, 10:34:32 UTC
57ebea3 increase verbosity 01 December 2021, 17:21:40 UTC
back to top