Recent Releases of graphlayouts
graphlayouts - graphlayouts 1.2.2
fixed a bug in multilevel layouts that prevented proper handling of layouts in lists
Scientific Software - Peer-reviewed
- R
Published by schochastics 11 months ago
graphlayouts - graphlayouts 1.2.1
- moves oaqc back to suggested packages and removed ported code
Scientific Software - Peer-reviewed
- R
Published by schochastics over 1 year ago
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
Scientific Software - Peer-reviewed
- R
Published by schochastics over 1 year ago
graphlayouts - v1.1.1 - CRAN release
Scientific Software - Peer-reviewed
- R
Published by schochastics almost 2 years ago
graphlayouts - graphlayouts 1.1.0
Scientific Software - Peer-reviewed
- R
Published by schochastics over 2 years ago
graphlayouts - 1.0.2
fixed bug with weighted disconnected graphs (#71) h/t @gi0na
Scientific Software - Peer-reviewed
- R
Published by schochastics over 2 years ago
graphlayouts - Release after JOSS review
- added install of oaqc to readme(#52)
- fixed grammar in Description (#53)
- made dynamic layout example reproducible (#54)
- replaced 1:length with seq_along (#55)
- added contributing guide (#56)
- added more tests (#60)
Scientific Software - Peer-reviewed
- R
Published by schochastics about 3 years ago
graphlayouts - 0.8.4 - CRAN release
Scientific Software - Peer-reviewed
- R
Published by schochastics over 3 years ago
graphlayouts - 0.7.2 - CRAN release
- fixed description of
bboxinlayout_with_stress - fixed bug in
layout_with_stress3Dwhich only produced a 2D layout
Scientific Software - Peer-reviewed
- R
Published by schochastics over 4 years ago
graphlayouts - 0.7.1 - CRAN release
restoring old seed after using stress layout
Scientific Software - Peer-reviewed
- R
Published by schochastics over 4 years ago
graphlayouts - 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 layoutasbackbone() when the graph has loops (#32)
Scientific Software - Peer-reviewed
- R
Published by schochastics about 6 years ago
graphlayouts - 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() and layout_with_pmds() by "smarter" distance calculation
* speedup of layout_with_sparse_stress() by using precomputed distances in layout_with_pmds()
* speedup of layout_with_stress() by dynamically switching to layout_with_pmds() during initialisation for large graphs
Scientific Software - Peer-reviewed
- R
Published by schochastics about 6 years ago
graphlayouts - v0.5.0 - CRAN release
- 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")
Scientific Software - Peer-reviewed
- R
Published by schochastics almost 7 years ago
graphlayouts - v0.1.0 - First CRAN release
- changed name from
smglrtographlayouts - added
layout_with_eigen() - layouts can now be used directly in ggraph, e.g.
ggraph(g,layout="stress")+... - added documentation, examples and references
- added
layout_with_centrality() - added
layout_with_focus() - added
reorder_edges()to reorder an edgelist to control the order of plotting edges
Scientific Software - Peer-reviewed
- R
Published by schochastics about 7 years ago
graphlayouts - v0.0.3.9000
- added
layout_as_backbone()
Scientific Software - Peer-reviewed
- R
Published by schochastics over 7 years ago