Skip to content

Releases: JuliaGraphs/MetaGraphsNext.jl

v0.3.0

21 Apr 15:00

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

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)