Skip to content

Release 2.1.1

Latest
Compare
Choose a tag to compare
@jrtom jrtom released this 07 Sep 18:03
· 248 commits to master since this release

This is primarily a bugfix release based on v2.1; with one minor exception there are no new features here.

Bug fixes:

  • Barabasi-Albert random graph generator fixed to work properly for undirected graphs (#55)
  • BasicVisualizationServer now correctly initializes its PluggableRendererContext for all constructors (#45)
  • BasicEdgeLabelRenderer (and elsewhere) fixed to not provide a null graph to the parallel edge indexer (#47, #50)
  • Lattice2DGenerator.getRow() logic fixed (#54)
  • OrderedKAryTree.getSource() bug fixed (#56)
  • Maven dependencies cleaned up (#57, #62)

New feature:

  • GraphMLReader2 now has an InputStream constructor, which allows it to handle different character sets (#46, discussion in #47)

Thanks to those who spotted, reported, and provided fixes for these bugs, including @dominic-jones, @takanori-ugai, @rondicus, @JMMarchant, @shatu, and @mletenay.