Skip to content

Releases: matchms/graphconstructor

0.2.4

02 Dec 18:56

Choose a tag to compare

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

02 Dec 16:33

Choose a tag to compare

Changed

  • New operator class MinimumSpanningTree based on scipy minimum spanning tree computation.

Full Changelog: 0.2.2...0.2.3

0.2.2

10 Nov 17:16
a49e042

Choose a tag to compare

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

31 Oct 13:20
25970dc

Choose a tag to compare

Minor changes:

  • plot_graph_by_class has now become plot_graph_by_feature and can handle categorical and continous features for node coloring.

Full Changelog: 0.2.0...0.2.1

0.2.0

29 Oct 14:33
590f76d

Choose a tag to compare

What's Changed

Mostly changes of the Graph class to better handle distance vs similarity entries (see #5):

  • require mode to 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_zeros flag (which, for "distance" mode by default is True)

Full Changelog: 0.1.3...0.2.0

0.1.3

22 Oct 16:27
87e40e7

Choose a tag to compare

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

21 Oct 08:44
4b1a3ec

Choose a tag to compare

  • added utilities to `Graph´ class
  • added first, tiny visualization options

Full Changelog: 0.1.1...0.1.2

0.1.1

14 Oct 10:15

Choose a tag to compare

try publish workflow to pypi

0.1.0

14 Oct 10:07

Choose a tag to compare

graphconstructor 0.1.0

First release.