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 itsPluggableRendererContext
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 anInputStream
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.