Skip to content

v0.5.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 29 Jan 09:45
· 95 commits to master since this release
v0.5.0
80dedd7

Summary of changes made

  • Each edge has its own series: #57
  • Edge labels can be specified through the edgelabel kwarg #65
  • Directed graphs can now be handled and have arrows #67
  • Nodes are no longer Plots.jl markers. Meaning that markershape and markersize are now replaced with nodeshape and nodesize #67
  • Graphs with self edges can be visualized #68
  • Mulitgraphs can be visualized and edgelabels accepts triples to specify the labels #71
  • Many of the keyword arguments to grahplot have aliases #88

v0.5.0 (2020-01-29)

Diff since v0.4.0

Closed issues:

  • How to pass in node coordinates? (#85)
  • ERROR: Unknown key: nodecolor (#83)
  • Different nodeshape in tree graph (#82)
  • Info about upcoming removal of packages in the General registry (#81)
  • Add aliases for kwargs (#77)
  • Node scaling issues (#69)
  • Add self edges (#60)
  • Add edge labels (#58)
  • Minimal example gives nonsense. (#56)
  • plot directed graph (#55)
  • Add plot(g) when g is a Graph (#54)

Merged pull requests: