Notes: JGraphT 0.6.0 is the first (and probably the last) release of JGraphT to require JDK 1.4. Releases starting with 0.7.0 will require JDK 1.5 to compile, but will remain backward-compatible with JVM 1.4 (and dependent programs compiled with JDK 1.4) via usage of retroweaver.
Changes: Upgraded to JDK 1.4, taking advantage of its new linked hash set/map containers to make edge/vertex set order-deterministic. Added support for custom edge lists. Fixed various serialization and Subgraph issues. Added to JGraphModelAdapter support for JGraph's "dangling" edges, its constructors have slightly changed and now forbid null values. Improved interface to DijskstraShortestPath, and added radius support to ClosestFirstIterator. Added new StrongConnectivityInspector algorithm (contributed by Chris Soltenborn) and TopologicalOrderIterator (contributed by Marden Neubert). Deleted deprecated TraverseUtils. Upgraded to JGraph 5.6.1.1.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use