Skip to content

Releases: JuliaGraphs/MetaGraphsNext.jl

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)

v0.2.0

29 Oct 16:17
Compare
Choose a tag to compare

MetaGraphsNext v0.2.0

Closed issues:

  • Move into JuliaGraphs? (#1)
  • Throw a BoundsError when setting an attribute for a vertex that doesn't exist (#2)
  • Make the custom vertex index optional (#3)
  • Allow simultaneous use of the primitive index and the custom index (#4)
  • version (#10)
  • TagBot trigger issue (#11)
  • Register package (#18)

Merged pull requests:

  • Add code_for (#7) (@bramtayl)
  • CompatHelper: bump compat for "JLD2" to "0.2" (#8) (@github-actions[bot])
  • CompatHelper: bump compat for "JLD2" to "0.3" (#9) (@github-actions[bot])
  • fix haskey(g, :v1, :v2) for nonexistent vertices (#12) (@bks-nist)
  • CompatHelper: bump compat for "JLD2" to "0.4" (#13) (@github-actions[bot])
  • Restructure package and documentation to make it more user- and developer-friendly (#16) (@gdalle)
  • Correct Documenter bug (#19) (@gdalle)