graphlayouts 0.7.0
- 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)
graphlayouts 0.6.0
- 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
graphlayouts 0.5.0
- BREAKING CHANGE: removed qgraph(). Now part ofggraph.
- POSSIBLE BREAKING CHANGE: layout_with_focus()now also returns the distance to the focus node
- changed filenames (doesn’t have any effect on functionality)
- added layout_as_dynamic()for longitudinal network data
- removed gbpandscalesdependency and movedoaqcto suggest
- edge weights are now supported in layout_with_stress()andlayout_with_focus()
- added layout_with_pmds()(Pivot MDS for large graphs)
- added layout_with_sparse_stress()(“stress for large graphs”)
graphlayouts 0.2.0
- added checks for multiple and directed edges in layout_as_backbone()
- faster implementation of reweighting for layout_as_backbone()
- minor bug fixes in “stress” calculation
graphlayouts 0.1.0
- added more examples and documentation
graphlayouts 0.0.5.9000
- changed name from smglrtographlayouts(sorry)
- added layout_with_eigen()
- layouts can now be used directly in ggraph, e.g. ggraph(g,layout="stress")+...
- added documentation, examples and references
smglr 0.0.4.9000
- added layout_with_centrality()
- added layout_with_focus()
- added reorder_edges()to reorder an edgelist to control the order of plotting edges
smglr 0.0.3.9000
- added layout_as_backbone()
smglr 0.0.2.9000
- added functions to rotate/mirror layouts
- stress_majorization()is now deprecated. Use- layout_with_stress()instead
smglr 0.0.1.9000
- added support for unconnected networks via external library
smglr 0.0.0.9000
- added a NEWS.mdfile to track changes to the package.
- basic implementation