Recent Releases of kda
kda - Kinetic Diagram Analysis v0.3.0
What's Changed
- Adds check for directed/undirected graphs in
plotting.draw_diagrams()to preventUserWarningfromnx.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=Truetonx.draw_networkx_edges()call to address issues with usingcurved_arrowswith newer versions ofnetworkx
Issues Fixed
- Fixed issue #76
- Fixed issue #77
- Fixed issue #80
Full comparison: v0.2.0...v0.3.0
- Python
Published by nawtrey about 2 years ago
kda - Kinetic Diagram Analysis v0.2.0
What's Changed
- Change
generate_directional_diagrams()to use the NetworkX path-finding functionall_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
- Python
Published by nawtrey over 2 years ago
kda - v0.1.0
First public release of KDA.
Code is usable but API and documentation are still in flux.
- Python
Published by nawtrey over 4 years ago