Skip to content

Releases: schochastics/graphlayouts

graphlayouts 1.2.0

24 Sep 17:33
Compare
Choose a tag to compare
  • 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

02 Jul 17:30
Compare
Choose a tag to compare
prepare cran

graphlayouts 1.1.0

19 Jan 14:21
Compare
Choose a tag to compare
v1.1.0

Increment version number to 1.1.0

1.0.2

05 Nov 17:45
Compare
Choose a tag to compare

fixed bug with weighted disconnected graphs (#71) h/t @gi0na

Release after JOSS review

27 Apr 08:16
Compare
Choose a tag to compare
  • 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)

0.8.4 - CRAN release

14 Feb 07:53
Compare
Choose a tag to compare
updated CI workflow

0.7.2 - CRAN release

21 Nov 11:58
Compare
Choose a tag to compare
  • fixed description of bbox in layout_with_stress
  • fixed bug in layout_with_stress3D which only produced a 2D layout

0.7.1 - CRAN release

15 Sep 07:43
Compare
Choose a tag to compare

restoring old seed after using stress layout

0.7.0 - CRAN release

04 May 15:10
Compare
Choose a tag to compare
  • added layout_as_multilevel() for multilevel networks
  • added layout_with_stress3D() and layout_with_constrained_stress3D() for 3D layouts
  • fixed crash in layout_as_backbone() when the graph has loops (#32)

0.6.0 - CRAN release

09 Mar 17:40
Compare
Choose a tag to compare

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