Releases: MakieOrg/GraphMakie.jl
Releases · MakieOrg/GraphMakie.jl
v0.5.13
GraphMakie v0.5.13
Merged pull requests:
- test on lts and pre (#190) (@hexaeder)
- CompatHelper: add new compat entry for StableRNGs at version 1 for package docs, (keep existing compat) (#193) (@github-actions[bot])
- Describe where you find layout algorithms in the
graphplot
docstring (#194) (@asinghvi17) - Bump codecov/codecov-action from 4 to 5 (#195) (@dependabot[bot])
- bump NetworkDynamics to 0.9 (#200) (@hexaeder)
- workaround for #192 (#201) (@hexaeder)
- add action to cleanup PR previews (#202) (@hexaeder)
- makie 0.22 compat (#208) (@hexaeder)
Closed issues:
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)