Skip to content

Releases: JuliaGraphs/MetaGraphsNext.jl

v0.7.4

28 Aug 13:10
46bef09
Compare
Choose a tag to compare

MetaGraphsNext v0.7.4

Diff since v0.7.3

Merged pull requests:

v0.7.3

31 Mar 09:42
Compare
Choose a tag to compare

MetaGraphsNext v0.7.3

Diff since v0.7.2

Merged pull requests:

  • throw ArgumentError on transitiveclosure!(::MetaGraph) (#90) (@drbergman)

v0.7.2

10 Mar 22:31
1ea0c41
Compare
Choose a tag to compare

MetaGraphsNext v0.7.2

Diff since v0.7.1

Merged pull requests:

Closed issues:

  • Undirected graph edges not adding successfully (#87)

v0.7.1

21 Oct 18:37
495c260
Compare
Choose a tag to compare

MetaGraphsNext v0.7.1

Diff since v0.7.0

Merged pull requests:

Closed issues:

  • Removing vertices breaks graph (#74)
  • add all_neighbor_labels function (#76)
  • Indices of node in induced subgraphs (#82)

v0.7.0

04 Dec 11:57
cf77b53
Compare
Choose a tag to compare

MetaGraphsNext v0.7.0

Diff since v0.6.0

Merged pull requests:

Closed issues:

  • deleting a node does not update keys in edge_data (#69)
  • add_edge!(g, u, v) deletes existing edges if called twice with the same arguments (#70)

v0.6.0

11 Sep 13:05
0be0570
Compare
Choose a tag to compare

What's Changed

  • Prevent addition in underlying graph when dictionary operations failed by @gdalle in #52
  • Add benchmark and remove warning for integer labels by @gdalle in #53
  • Precisions on integer labels by @gdalle in #56
  • Add double quotations for labels for savedot by @Paalon in #62 (BREAKING CHANGE)
  • Shorten MetaGraph representation by @huguesmp in #64
  • Bump version to 0.6.0 and stop testing on nightly by @gdalle in #66

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

18 Mar 17:31
1944ef0
Compare
Choose a tag to compare

MetaGraphsNext v0.5.0

Diff since v0.4.1

Closed issues:

  • Add constructors that infer the metadata types from the data values provided to constructor (#6)
  • Type stability tests (#30)
  • add_vertex! API (#41)

Merged pull requests:

v0.4.1

22 Feb 08:59
Compare
Choose a tag to compare

MetaGraphsNext v0.4.1

Diff since v0.4.0

Merged pull requests:

v0.4.0

25 Aug 18:30
Compare
Choose a tag to compare

MetaGraphsNext v0.4.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

21 Apr 15:00
Compare
Choose a tag to compare

MetaGraphsNext v0.3.0

Diff since v0.2.0

New documentation and restructured codebase

Closed issues:

  • Replace "code" with "index" (#17)
  • Check label uniqueness before inserting vertex (#21)
  • Doc example doesn't work (#25)

Merged pull requests:

  • Harmonize code and improve docs (#23) (@gdalle)
  • Checked for uniqueness of the label (#24) (@DarkLord0206)