Skip to content

Releases: JuliaGraphs/GraphPlot.jl

v0.6.0

15 May 10:02
3a7daa0
Compare
Choose a tag to compare

GraphPlot v0.6.0

Diff since v0.4.4

Merged pull requests:

Closed issues:

  • How can I control the output plot size in Juno's Plots pane? (#94)
  • Integrate possibility to save Graphs within GraphPlots (#95)
  • Add title? (#107)
  • function name out_degree in tutorial should be fixed to outdegree (#113)
  • Range generators in tutorial need fix (#114)
  • curved lines throws a MethodError (#115)
  • new release with updated Compose.jl compat (#135)
  • Pleasa add option to change size (#147)
  • Incorrect location order returned by shell_layout (#149)
  • allow gplot to set seed for spring_layout (#153)
  • C kwarg failing in spring_layout (#154)
  • Error when trying to plot a SimpleWeightedGraph (#157)
  • please make a new release for Graphs migration (#159)
  • Node connected to itself with default lifestyle looks not great. (#160)
  • Trouble fitting labels inside the picture (#161)
  • Is this package still maintained? (#162)
  • Cairo required to display plots in VS Code (#166)
  • No background (#167)
  • Documentation uses num_vertices but num_vertices is undefined (#168)
  • Feature request: add background color (#172)
  • Cannot plot a graph before command print() (#173)
  • gplothtml not working (#175)
  • Feature request: Add support for non-circular nodes (#179)
  • Doesn't plot, writes Compose.Context (#187)
  • Is there any way to use LaTeX in node labels? (#188)
  • Regression with SimpleWeightedDiGraph (#189)
  • Bad displays (#190)
  • Vertex label clipping (#191)
  • Edgelabels attached to the wrong edges (#192)

GraphPlot v0.4.4

19 Dec 22:11
b2a5b0b
Compare
Choose a tag to compare
  • Add handling for the corner case where vertices have distance zero in some dimension
  • Bump dependency versions for Compose.jl, ArnoldiMethod.jl and VisualRegressionTests.jl
  • Switch from travis ci to github ci
  • Add CompatHelper github action
  • Fix a typo in README.md

GraphPlot v0.4.3

22 Sep 23:28
2f075b1
Compare
Choose a tag to compare
  • Update README.md
  • Update examples notebook
  • Remove REQUIRE
  • Increase Compose version to 0.8
  • Make the minimum required Julia version v1.3
  • Add Julia v1.5 to testing pipeline

Bug fix

07 Feb 11:42
Compare
Choose a tag to compare
v0.4.1

remove method ambiguity

GraphPlot v0.4.0

22 Apr 15:33
23f73a3
Compare
Choose a tag to compare

In this release:

  • Make spring_layout deterministic by default
  • Update documentation
  • Deprecate some older functions
  • Add a project.toml

GraphPlot v0.3.1

28 Sep 20:27
Compare
Choose a tag to compare
  • eliminates unnecessary dependency.

GraphPlot v0.3.0

27 Sep 17:34
Compare
Choose a tag to compare

GraphPlot v0.2.1

27 Jul 15:44
Compare
Choose a tag to compare

Working again on Julia 0.6

GraphPlot v0.2.0

26 Jun 16:04
Compare
Choose a tag to compare
  • 0.6 only
  • fixes several reported issues