Releases: schochastics/graphlayouts
Releases · schochastics/graphlayouts
graphlayouts 1.2.0
- ported relevant code from archived R package oaqc (#83)
- fixed igraph deprecation warnings and require igraph >= 2.0.0
- removed vignette and point to tutorial
- removed dependency of ggraph
v1.1.1 - CRAN release
prepare cran
graphlayouts 1.1.0
v1.1.0 Increment version number to 1.1.0
1.0.2
Release after JOSS review
0.8.4 - CRAN release
updated CI workflow
0.7.2 - CRAN release
- fixed description of
bbox
inlayout_with_stress
- fixed bug in
layout_with_stress3D
which only produced a 2D layout
0.7.1 - CRAN release
restoring old seed after using stress layout
0.7.0 - CRAN release
- added
layout_as_multilevel()
for multilevel networks - added
layout_with_stress3D()
andlayout_with_constrained_stress3D()
for 3D layouts - fixed crash in layout_as_backbone() when the graph has loops (#32)
0.6.0 - CRAN release
Speed up of several algorithms
Details:
- added
layout_with_constrained_stress()
- added fixed random seed for stress (stress is deterministic and produces same layout up to translation/rotation)
- speedup of
layout_with_sparse_stress()
andlayout_with_pmds()
by "smarter" distance calculation - speedup of
layout_with_sparse_stress()
by using precomputed distances inlayout_with_pmds()
- speedup of
layout_with_stress()
by dynamically switching tolayout_with_pmds()
during initialisation for large graphs