[jgrapht-users] Fwd: [jgrapht-announce] JGraphT version 1.1 released
Brought to you by:
barak_naveh,
perfecthash
From: John S. <js...@gm...> - 2017-11-15 01:20:47
|
We've just merged the complete removal of the deprecated undirected/directed/weighted graph interfaces into trunk. So, apps which depend on them (that is, most apps which use JGraphT) will need to be updated in order to be able to use versions of JGraphT past the latest (1.1) release. Joris, thanks as always for the release work! ---------- Forwarded message ---------- From: J Kinable <j.k...@gm...> Date: Tue, Nov 14, 2017 at 4:58 AM Subject: [jgrapht-announce] JGraphT version 1.1 released To: jgr...@li..., jgr...@li... 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 ------------------------------------------------------------ ------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ jgrapht-announce mailing list jgr...@li... https://lists.sourceforge.net/lists/listinfo/jgrapht-announce |