Releases: matchms/graphconstructor
Releases · matchms/graphconstructor
0.2.4
0.2.3
Changed
- New operator class
MinimumSpanningTreebased on scipy minimum spanning tree computation.
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- Refactor color mapping in plot_graph_by_feature by @florian-huber in #7
Full Changelog: 0.2.1...0.2.2
0.2.1
Minor changes:
plot_graph_by_classhas now becomeplot_graph_by_featureand can handle categorical and continous features for node coloring.
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
Mostly changes of the Graph class to better handle distance vs similarity entries (see #5):
- require
modeto be set to "similarity" or "distance" - add
convert_mode()method for switching between similarity and distance mode - better handling of explicit zeros with
keep_explicit_zerosflag (which, for "distance" mode by default is True)
Full Changelog: 0.1.3...0.2.0
0.1.3
Changes:
- fix minor bugs
- add in/out degree for directed graphs
- fix self-loop degree (counting twice)
- add more tests
- Clean/improve code for Graph class.
Full Changelog: 0.1.2...0.1.3
0.1.2
- added utilities to `Graph´ class
- added first, tiny visualization options
Full Changelog: 0.1.1...0.1.2
0.1.1
try publish workflow to pypi
0.1.0
graphconstructor 0.1.0
First release.