Releases: AdriaanRol/AutoDepGraph
Releases · AdriaanRol/AutoDepGraph
0.3.5
- 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
- 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
Added a new way of visualizing and solved several bugs.
Initial release version
This is a fully functional release of the basic functionality.