Skip to content

Releases: MakieOrg/GraphMakie.jl

v0.5.4

15 May 10:03
8aa169c
Compare
Choose a tag to compare

GraphMakie v0.5.4

Diff since v0.5.3

Closed issues:

  • Text boxes instead of text labels (#57)
  • Documentation issues (#121)
  • curve_distance & curve_distance_usage observable not updating figure (#122)

Merged pull requests:

v0.5.3

09 Feb 21:13
6d1efef
Compare
Choose a tag to compare

GraphMakie v0.5.3

Diff since v0.5.2

Closed issues:

  • Feature request: arrow_shift = 1 land arrow on the surface of the node marker (#101)
  • Feature request: allow changing the arrowhead marker (#107)
  • Docs: Add example of self loops with waypoints (#109)
  • segfault on readme example (#110)
  • arrow_shift less than 0 fails (BoundsError) (#112)

Merged pull requests:

  • arrow_shift = :end shifts arrowheads to surface of destination nodes (#113) (@hdavid16)
  • arrow_shift = :end moves arrowhead tip to surface of destination node marker. (#114) (@hdavid16)

v0.5.2

24 Jan 22:01
6c40e58
Compare
Choose a tag to compare

GraphMakie v0.5.2

Diff since v0.5.1

Closed issues:

  • use src(e) instead of e.src (#80)
  • tangents and waypoints support for self-loops (#103)
  • Question: edge indices (#104)
  • [Bug] Multiple (3+) Waypoints + tangents gives MethodError (#105)

Merged pull requests:

  • Use Graphs.jl API to access src and dst of an edge (#100) (@hdavid16)
  • Allow selfloop to have waypoints. Update docstring (#106) (@hdavid16)

v0.5.1

12 Jan 08:32
664e46e
Compare
Choose a tag to compare

GraphMakie v0.5.1

Diff since v0.5.0

Closed issues:

  • 3D rotation doesn't move node labels (#27)
  • Failure to remove edges when updating observable to graph with no edges (#42)
  • Changing nlabels does not update the plot (#66)
  • plot at the bottom of https://graph.makie.org/stable/generated/plots/ doesn't seem to render correctly (#96)
  • Problems plotting directed graphs without edges (#97)

Merged pull requests:

v0.5.0

06 Dec 09:00
c2b7adb
Compare
Choose a tag to compare

GraphMakie v0.5.0

Diff since v0.4.3

Merged pull requests:

v0.4.3

17 Nov 09:50
9960420
Compare
Choose a tag to compare

GraphMakie v0.4.3

Diff since v0.4.2

Closed issues:

  • Edge linestyles not always working (#93)

Merged pull requests:

v0.4.2

14 Oct 17:11
061addf
Compare
Choose a tag to compare

GraphMakie v0.4.2

Diff since v0.4.1

Closed issues:

  • Edge labels orientation (#61)
  • Giving in elabels_rotation as Real throws error (#68)
  • How to add annotations to edges of a SimpleDiGraph? (#88)
  • Unable to make animation using GraphMakie (#90)

Merged pull requests:

v0.4.1

08 Aug 12:04
55ef00d
Compare
Choose a tag to compare

GraphMakie v0.4.1

Diff since v0.4.0

Merged pull requests:

  • Fix for mixed scalar/vector elabels properties (#86) (@thchr)

v0.4.0

19 Jul 08:07
69cf95f
Compare
Choose a tag to compare

GraphMakie v0.4.0

Diff since v0.3.6

Merged pull requests:

v0.3.6

22 Jun 16:33
599cee7
Compare
Choose a tag to compare

GraphMakie v0.3.6

Diff since v0.3.5

Closed issues:

  • reset camera view (#81)
  • interactions broken on new Makie (#82)

Merged pull requests: