Skip to content

Kinetic Diagram Analysis v0.3.0

Latest
Compare
Choose a tag to compare
@nawtrey nawtrey released this 11 Mar 02:09
· 30 commits to master since this release
533d243

What's Changed

  • Adds check for directed/undirected graphs in plotting.draw_diagrams() to prevent UserWarning from nx.draw_networkx_edges
  • Changed function returns for all major plotting functions so generated figures are returned when a save path is not specified
  • Adds arrows=True to nx.draw_networkx_edges() call to address issues with using curved_arrows with newer versions of networkx

Issues Fixed

  • Fixed issue #76
  • Fixed issue #77
  • Fixed issue #80

Full comparison: v0.2.0...v0.3.0