Releases: MakieOrg/GraphMakie.jl
Releases · MakieOrg/GraphMakie.jl
v0.5.12
GraphMakie v0.5.12
Merged pull requests:
- Create an example which shows a traversal of the "scene graph" in Makie (#126) (@asinghvi17)
- remove JumP version constraint for docs (#187) (@hexaeder)
- Fix a typo in
docs/make.jl
(#188) (@asinghvi17) - remove unneccesary outputs (#189) (@hexaeder)
- fix NaN angles (#191) (@hexaeder)
v0.5.11
GraphMakie v0.5.11
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#177) (@dependabot[bot])
- Makie v0.21 compat (#183) (@asinghvi17)
- check on doc ci (#185) (@hexaeder)
v0.5.10
GraphMakie v0.5.10
Merged pull requests:
- Bump actions/checkout from 3 to 4 (#140) (@dependabot[bot])
- Bump actions/cache from 3 to 4 (#170) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#172) (@dependabot[bot])
- better edges when arrow_shift = :end (fixes #171) (#174) (@fredcallaway)
- update
convert_selection
forLineSegments
(#176) (@hexaeder)
Closed issues:
v0.5.9
GraphMakie v0.5.9
Merged pull requests:
- Fixes mouse_selection deprecation (#167) (@ValentinKaisermayer)
- raise NetworkDynamics.jl compat (#168) (@hexaeder)
Closed issues:
- UndefVarError:
mouse_selection
not defined (#166)
v0.5.8
v0.5.7
v0.5.6
GraphMakie v0.5.5
This version introduces handling of recipe arguments as Dict
and DefaultDict
from #89.
What's Changed
- Bump actions/checkout from 2 to 3 by @dependabot in #120
- Bump actions/cache from 1 to 3 by @dependabot in #119
- Bump codecov/codecov-action from 1 to 3 by @dependabot in #118
- (Default)Dict for some attributes by @filchristou in #89
- Enable
Dict
andDefaultDict
for attributes by @hexaeder in #133
New Contributors
- @dependabot made their first contribution in #120
Full Changelog: v0.5.4...v0.5.5
v0.5.4
GraphMakie v0.5.4
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:
- Fix a few typos in docs and docstrings (#116) (@pitmonticone)
- enable dependabot for GitHub actions (#117) (@ranocha)
- fix: add curve_distance & cd_usage updates (#123) (@IsaacTay)
- fix docs and make them strict (#124) (@hexaeder)
- add link from navbar to NetworkLayout.jl (#125) (@hexaeder)
- allow vector of points for layout (#127) (@maltesie)
- Labels inside node markers (#128) (@greimel)
- Update
reftests.jl-12.png
(#129) (@greimel)
v0.5.3
GraphMakie v0.5.3
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: