Skip to content

Releases: Becksteinlab/kda

Kinetic Diagram Analysis v0.3.0

11 Mar 02:09
533d243
Compare
Choose a tag to compare

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

Kinetic Diagram Analysis v0.2.0

05 Sep 00:08
494a94d
Compare
Choose a tag to compare

What's Changed

  • Change generate_directional_diagrams() to use the NetworkX
    path-finding function all_simple_edge_paths() (#60)
  • Improve performance of generate_flux_diagrams() via various algorithm
    and code simplifications (#60)
  • Improved performance of _find_unique_edges() (#60)

Full comparison: v0.1.0...v0.2.0

v0.1.0

07 Jan 03:00
4b77c84
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

First public release of KDA.

Code is usable but API and documentation are still in flux.