[jgrapht-announce] JGraphT version 1.1 released
Brought to you by:
barak_naveh,
perfecthash
From: J K. <j.k...@gm...> - 2017-11-14 12:58:39
|
Hi all, JGraphtT version 1.1 has been released! As always, thank you for your contributions. This release significantly reduces the number of different Graph interfaces: the interfaces UndirectedGraph, DirectedGraph and WeightedGraph have been deprecated. Instead, their functionality is captured in one, simple, clean *Graph* interface. This makes it much easier to implement algorithms, methods and classes which can work with various different graph types. For a full list of changes, refer to https://github.com/jgrapht/jgrapht /blob/master/HISTORY.md cheers, Joris Kinable |