Skip to content

Releases: MakieOrg/GraphMakie.jl

v0.5.12

18 Jul 09:13
85d4a58
Compare
Choose a tag to compare

GraphMakie v0.5.12

Diff since v0.5.11

Merged pull requests:

v0.5.11

14 May 08:02
Compare
Choose a tag to compare

GraphMakie v0.5.11

Diff since v0.5.10

Merged pull requests:

v0.5.10

21 Mar 17:35
89254b1
Compare
Choose a tag to compare

GraphMakie v0.5.10

Diff since v0.5.9

Merged pull requests:

Closed issues:

  • arrow_shift = :end works poorly with larger edge width (#171)
  • bounding box cuts off nodes (#173)
  • pick one LineSegments returns odd index (#175)

v0.5.9

15 Dec 14:52
6034edf
Compare
Choose a tag to compare

GraphMakie v0.5.9

Diff since v0.5.8

Merged pull requests:

Closed issues:

  • UndefVarError: mouse_selection not defined (#166)

v0.5.8

26 Nov 17:28
bafffe3
Compare
Choose a tag to compare

GraphMakie v0.5.8

Diff since v0.5.7

Merged pull requests:

Closed issues:

  • Setting node size with ilabel (#144)

v0.5.7

24 Nov 11:34
e0cce3e
Compare
Choose a tag to compare

GraphMakie v0.5.7

Diff since v0.5.6

Merged pull requests:

Closed issues:

  • Mixing directed and undirected edges (#139)
  • node_attr broken using Makie v0.19.11 (#142)
  • Slow start (#143)

v0.5.6

14 Aug 12:22
a5afde8
Compare
Choose a tag to compare

GraphMakie v0.5.6

Diff since v0.5.5

Closed issues:

  • Deleting a plot doesn't remove all listeners (#137)

Merged pull requests:

GraphMakie v0.5.5

22 Jun 08:39
e4e7671
Compare
Choose a tag to compare

Diff since v0.5.43

This version introduces handling of recipe arguments as Dict and DefaultDict from #89.

What's Changed

New Contributors

Full Changelog: v0.5.4...v0.5.5

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)