Releases: matchms/graphconstructor
Releases · matchms/graphconstructor
0.4.0
What's Changed
- Add cytoscape export by @florian-huber in #15
- Add MetricDistanceFilter algorithm and update export info by @lfischerr in #9
- Meta to metadata by @florian-huber in #17
- Stricter linting by @florian-huber in #19
Full Changelog: 0.3.0...0.4.0
0.3.0
What's Changed
- Refactor ecm by @florian-huber in #11
- Add EnhancedConfigurationModel algorithm and update export info by @lfischerr in #10
- Refactor doubly stochastic by @florian-huber in #14
- add second stage and tests to DoublyStochastic by @lfischerr in #13
New Contributors
- @lfischerr made their first contribution in #10
Full Changelog: 0.2.4...0.3.0
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