RELEASE: Version 0.1.0.
New in this release:
- Basic documentation now exists.
- Added
IDirectedGraph.source_componentsmethod for finding key strongly connected components. - More annotations: basic types (strings, numbers); frame objects.
- New methods
ObjectGraph.export_jsonandAnnotatedGraph.import_jsonfor exporting to a JSON file, and for importing that JSON file as anAnnotatedGraphobject. (The previousexport_jsonfunction, which returned a string, is now calledto_json.) - New method
ObjectGraph.export_imageto export directly to an image file (usingdot).
Bugfixes:
ancestorsanddescendantsmethods 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.