Skip to content

Releases: peterrodgers/dover

Dover v0.31

11 Apr 08:11
Compare
Choose a tag to compare

Several bug fixes.

Dover v0.3

03 Apr 14:18
Compare
Choose a tag to compare

Added support for directed graphs in various algorithms.
Added significant graph edit distance algorithms.
Added other graph similarity algorithms.

Dover v0.2.1

25 Apr 09:38
Compare
Choose a tag to compare

Minor bug fix.

Some graphs may not be saved with a name. This is fixed.
Graphs being loaded without a name crash. They are now assigned a name to fix this.

Dover v0.2

19 Apr 09:54
Compare
Choose a tag to compare

This is an update to v0.1.

Major Changes

  • Approximate Subgraph Isomorphism accepts Comparators. This allows a user to modify the code easier to create their own Comparators.
  • Graph Edit Distance Approximation now considers time edges. Graphs which would be isomorphic if time edges are considered normal edges, are now no longer isomorphic. This allows the more accurate classification of behaviour subgraphs.

Minor Changes

  • Public Exact Motif Finding methods renamed to be less cryptic.
  • If Graph Isomorphism is run over a disconnected graph, Exception is thrown and caught rather than displaying an error message.

Dover Delivery

07 Apr 11:48
Compare
Choose a tag to compare

Dover as delivered at the end of the project