Skip to content

Releases: matchms/graphconstructor

0.4.0

Choose a tag to compare

@florian-huber florian-huber released this 28 May 15:26
1bee4f7

What's Changed

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@florian-huber florian-huber released this 24 Apr 18:50
0aa077f

What's Changed

New Contributors

Full Changelog: 0.2.4...0.3.0

0.2.4

Choose a tag to compare

@florian-huber florian-huber released this 02 Dec 18:56

What's Changed

Full Changelog: 0.2.3...0.2.4

0.2.3

Choose a tag to compare

@florian-huber florian-huber released this 02 Dec 16:33

Changed

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

Full Changelog: 0.2.2...0.2.3

0.2.2

Choose a tag to compare

@florian-huber florian-huber released this 10 Nov 17:16
a49e042

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

Choose a tag to compare

@florian-huber florian-huber released this 31 Oct 13:20
25970dc

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

Choose a tag to compare

@florian-huber florian-huber released this 29 Oct 14:33
590f76d

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

Choose a tag to compare

@florian-huber florian-huber released this 22 Oct 16:27
87e40e7

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

Choose a tag to compare

@florian-huber florian-huber released this 21 Oct 08:44
4b1a3ec
  • added utilities to `Graph´ class
  • added first, tiny visualization options

Full Changelog: 0.1.1...0.1.2

0.1.1

Choose a tag to compare

@florian-huber florian-huber released this 14 Oct 10:15

try publish workflow to pypi