Skip to content

RELEASE: Version 0.1.0.

Compare
Choose a tag to compare
@mdickinson mdickinson released this 23 Dec 16:48

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 and AnnotatedGraph.import_json for exporting to a JSON file, and for importing that JSON file as an AnnotatedGraph object. (The previous export_json function, which returned a string, is now called to_json.)
  • New method ObjectGraph.export_image to export directly to an image file (using dot).

Bugfixes:

  • ancestors and descendants 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.