RELEASE: Version 0.1.0.
New in this release:
- Basic documentation now exists.
- Added
IDirectedGraph.source_components
method for finding key strongly connected components. - More annotations: basic types (strings, numbers); frame objects.
- New methods
ObjectGraph.export_json
andAnnotatedGraph.import_json
for exporting to a JSON file, and for importing that JSON file as anAnnotatedGraph
object. (The previousexport_json
function, which returned a string, is now calledto_json
.) - New method
ObjectGraph.export_image
to export directly to an image file (usingdot
).
Bugfixes:
ancestors
anddescendants
methods didn't always fully explore to the given depth. Now fixed.- Graphviz labels containing quote characters are now correctly quoted.
See the CHANGES file for full details.