Skip to content

Releases: AdriaanRol/AutoDepGraph

0.3.5

12 Aug 16:03
93efb54
Compare
Choose a tag to compare
  • Included call funtion kwargs (#75, PR by @jorgemfm27 )
  • Fixed networkx 2.x compatibility issues #73.
  • Updated example notebook.
  • Made SVG file location a property of the graph to solve a bug caused by reading and writing files.
  • updated version tag to 0.3.5.
  • Fixed a bug that caused the PyPI shield to show the wrong version.

NetworkX based rewrite

19 May 20:28
Compare
Choose a tag to compare
  • Graphs are now based on a networkx DiGraph
  • Plotting is now done by generating an SVG with pygraphviz
  • PyQTgraph based plotting is no longer supported

v0.1.1 svg/html based visualization

11 Mar 20:49
Compare
Choose a tag to compare

Added a new way of visualizing and solved several bugs.

Initial release version

10 Nov 09:52
037030e
Compare
Choose a tag to compare

This is a fully functional release of the basic functionality.