Skip to content

blaise graph theory change log

Elisha Peterson edited this page Sep 14, 2019 · 2 revisions

blaise-graph-theory change log

  • blaise-graph-theory Maven Central
  • blaise-graphtheory3 Maven Central

3.0.9-beta (8-Jan-2017)

  • #207 Update deprecated Guava executor API.

3.0.8-beta (8-Jan-2017)

  • #142 StaticSpringLayout leaf distance parameter exposed as an option.

3.0.7-beta (8-Jan-2017)

  • #140 Significantly improved performance of the GraphUtils#components() algorithm.

3.0.6-beta (19-May-2016)

  • #109 Added an API call to GraphNodeMetric to support computing all metric values at once.

3.0.5-beta (18-May-2016)

  • #107 Added the ability to specify a set of locked nodes that will not be repositioned during layout.

3.0.4-beta (16-May-2016)

  • Improve performance of SpringLayout
  • Fix issue with how inherited styles were used for rendering
  • Quieter layout logging
  • Update to firestarter 1.3.0 and blaise-graphics 2.2.0
  • Add Matrices.java, removed dependency on separate math package