Skip to content

Releases: MakieOrg/GraphMakie.jl

v0.6.3

28 Oct 10:50
37d64cc

Choose a tag to compare

GraphMakie v0.6.3

Diff since v0.6.2

Merged pull requests:

Closed issues:

  • Plotting empty edgeplot gives a warning (#235)
  • empty edge_color for graph without edges gives an error (#237)
  • Warning when updating Julia to 1.12 (#238)

v0.6.2

18 Sep 07:11
d3fe703

Choose a tag to compare

GraphMakie v0.6.2

Diff since v0.6.1

Merged pull requests:

  • Bump actions/checkout from 4 to 5 (#230) (@dependabot[bot])
  • Fixed broken link to NetworkLayouts.jl in function documentation (#231) (@ThePurox)
  • CompatHelper: bump compat for MLJ to 0.21 for package docs, (keep existing compat) (#232) (@github-actions[bot])
  • bump DataStructures (#234) (@hexaeder)

v0.6.1

17 Jul 09:03
e9c5a1f

Choose a tag to compare

GraphMakie v0.6.1

Diff since v0.6.0

Merged pull requests:

  • fix display of WGLMakie plot (#224) (@hexaeder)
  • CompatHelper: bump compat for NetworkDynamics to 0.10 for package docs, (keep existing compat) (#225) (@github-actions[bot])
  • add option to force straight lines in graphplot (#227) (@hexaeder)

v0.6.0

07 Jul 08:00
3708f82

Choose a tag to compare

GraphMakie v0.6.0

Diff since v0.5.15

Breaking Changes for Makie 0.24 compat

Removed edge_plottype parameter: The edge_plottype argument has been removed from graphplot. Edge plotting is now handled automatically with improved performance - curved edges (BezierPaths) are now rendered as efficiently as straight edges using a unified plotting system.

Merged pull requests:

v0.5.15

17 Jun 04:25
518a1ba

Choose a tag to compare

GraphMakie v0.5.15

Diff since v0.5.14

Merged pull requests:

  • CompatHelper: bump compat for Makie to 0.23, (keep existing compat) (#213) (@github-actions[bot])

v0.5.14

26 Feb 09:49
426ee70

Choose a tag to compare

GraphMakie v0.5.14

Diff since v0.5.13

Merged pull requests:

v0.5.13

15 Jan 09:20
92dff1d

Choose a tag to compare

GraphMakie v0.5.13

Diff since v0.5.12

Merged pull requests:

Closed issues:

  • ilabels not inside nodes in 3D (#192)
  • Nodes get cut-off when ilabels_fontsize is set to large number. (#196)
  • hidedecorations! not working (WGLMakie) (#203)

v0.5.12

18 Jul 09:13
85d4a58

Choose a tag to compare

GraphMakie v0.5.12

Diff since v0.5.11

Merged pull requests:

v0.5.11

14 May 08:02

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

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)