Skip to content
Snippets Groups Projects
  • Neta Zmora's avatar
    af4bf3dc
    Bug fix in connectivity_summary; extend the API of create_png() · af4bf3dc
    Neta Zmora authored
    *connectivity_summary() does not use SummaryGraph correctly:
     Recently we changed the internal representation of SummaryGraph.ops, but
     connectivity_summary() and connectivity_summary_verbose() were not updated.
     Fixed that.
    
    *Extend the API of create_png():
     Add to the signature of create_png() and create_pydot_graph() rankdir and
     External styles.  These are explained in the docstrings.
    
    *Added documentation to the PNG drawing functions
    
    *Added tests to catch trivial connectivity_summary() bugs
    af4bf3dc
    History
    Bug fix in connectivity_summary; extend the API of create_png()
    Neta Zmora authored
    *connectivity_summary() does not use SummaryGraph correctly:
     Recently we changed the internal representation of SummaryGraph.ops, but
     connectivity_summary() and connectivity_summary_verbose() were not updated.
     Fixed that.
    
    *Extend the API of create_png():
     Add to the signature of create_png() and create_pydot_graph() rankdir and
     External styles.  These are explained in the docstrings.
    
    *Added documentation to the PNG drawing functions
    
    *Added tests to catch trivial connectivity_summary() bugs