File Release Notes and Changelog
Notes:
Starting with this release, Java 1.6 is now required at both buildtime and runtime.
Changes:
------------------------------------------------------------------------
r586 | perfecthash | 2008-01-27 15:30:50 -0800 (Sun, 27 Jan 2008) | 3 lines
Run Jalopy for 0.7.3 release.
------------------------------------------------------------------------
r587 | perfecthash | 2008-01-27 15:37:17 -0800 (Sun, 27 Jan 2008) | 3 lines
Made EnhancedTestCase abstract.
------------------------------------------------------------------------
r588 | perfecthash | 2008-01-27 17:38:08 -0800 (Sun, 27 Jan 2008) | 3 lines
Fix some problems spotted by findbugs.
------------------------------------------------------------------------
r590 | perfecthash | 2008-01-27 19:39:39 -0800 (Sun, 27 Jan 2008) | 3 lines
Bump up version numbers for development on 0.7.4.
------------------------------------------------------------------------
r591 | perfecthash | 2008-03-12 00:39:46 -0700 (Wed, 12 Mar 2008) | 3 lines
Fix some typos in NeighborIndex javadoc.
------------------------------------------------------------------------
r592 | perfecthash | 2008-03-12 00:40:41 -0700 (Wed, 12 Mar 2008) | 3 lines
Fix copies of typos.
------------------------------------------------------------------------
r593 | perfecthash | 2008-03-12 00:46:24 -0700 (Wed, 12 Mar 2008) | 3 lines
Fix alpha release name.
------------------------------------------------------------------------
r594 | perfecthash | 2008-03-21 01:21:45 -0700 (Fri, 21 Mar 2008) | 3 lines
Fix problem with RandomGraphGenerator reported by Mario Rossi.
------------------------------------------------------------------------
r595 | perfecthash | 2008-03-21 01:23:37 -0700 (Fri, 21 Mar 2008) | 3 lines
Update credits.
------------------------------------------------------------------------
r596 | csoltenborn | 2008-04-01 11:52:53 -0700 (Tue, 01 Apr 2008) | 3 lines
reduced memory consumption:
1) input graph is not copied any more, now using EdgeReversedGraph()
2) VertexData: two boolean values are now stored in one byte variable
------------------------------------------------------------------------
r597 | csoltenborn | 2008-04-01 23:17:55 -0700 (Tue, 01 Apr 2008) | 1 line
replaced while loops with forall loops for better readability
------------------------------------------------------------------------
r598 | perfecthash | 2008-04-12 19:50:13 -0700 (Sat, 12 Apr 2008) | 3 lines
Add CompleteGraphGenerator (contributed by Tim Shearouse); run Jalopy.
------------------------------------------------------------------------
r599 | perfecthash | 2008-04-12 20:00:53 -0700 (Sat, 12 Apr 2008) | 3 lines
Fix some Eclipse warnings.
------------------------------------------------------------------------
r600 | perfecthash | 2008-04-20 22:37:28 -0700 (Sun, 20 Apr 2008) | 3 lines
Clarify direct/indirect terminology for successor/predecessor.
------------------------------------------------------------------------
r601 | perfecthash | 2008-04-20 23:50:35 -0700 (Sun, 20 Apr 2008) | 3 lines
Start unit testing FibonacciHeap.
------------------------------------------------------------------------
r602 | perfecthash | 2008-04-21 01:06:26 -0700 (Mon, 21 Apr 2008) | 3 lines
Fix FibonacciHeap performance problem reported by Jason Lenderman.
------------------------------------------------------------------------
r603 | perfecthash | 2008-06-28 00:51:50 -0700 (Sat, 28 Jun 2008) | 4 lines
Add patch from sf.net enhancement 2003158:
DotExporter should ensure valid node-IDs
------------------------------------------------------------------------
r604 | perfecthash | 2008-06-28 01:11:55 -0700 (Sat, 28 Jun 2008) | 3 lines
Add TODO for optimizations.
------------------------------------------------------------------------
r605 | csoltenborn | 2008-07-04 05:18:51 -0700 (Fri, 04 Jul 2008) | 1 line
fixed compiler error (class Vertex does not exist any more)
------------------------------------------------------------------------
r606 | csoltenborn | 2008-07-05 00:58:39 -0700 (Sat, 05 Jul 2008) | 1 line
added Manifest to make jgrapht package usable as OSGi plug-in (e.g. for use in Eclipse RCP applications)
------------------------------------------------------------------------
r607 | perfecthash | 2008-07-05 18:17:22 -0700 (Sat, 05 Jul 2008) | 3 lines
Remove bogus import from KShortestPathCostTest.
------------------------------------------------------------------------
r608 | csoltenborn | 2008-07-06 03:22:04 -0700 (Sun, 06 Jul 2008) | 1 line
added information to export OSGi plug-in (e.g., via Eclipse's PDE)
------------------------------------------------------------------------
r609 | csoltenborn | 2008-07-06 03:25:44 -0700 (Sun, 06 Jul 2008) | 2 lines
added information about new files
changed my name from Chris to Christian :-)
------------------------------------------------------------------------
r610 | csoltenborn | 2008-07-06 04:56:48 -0700 (Sun, 06 Jul 2008) | 1 line
updated changes list
------------------------------------------------------------------------
r611 | csoltenborn | 2008-07-06 04:58:27 -0700 (Sun, 06 Jul 2008) | 1 line
added two more generics
------------------------------------------------------------------------
r612 | csoltenborn | 2008-07-06 05:11:39 -0700 (Sun, 06 Jul 2008) | 1 line
added missing serialVersionUID
------------------------------------------------------------------------
r613 | csoltenborn | 2008-07-06 05:12:05 -0700 (Sun, 06 Jul 2008) | 1 line
added some more generics
------------------------------------------------------------------------
r614 | csoltenborn | 2008-07-06 10:08:06 -0700 (Sun, 06 Jul 2008) | 1 line
corrected typo in javadoc
------------------------------------------------------------------------
r615 | perfecthash | 2008-07-13 17:59:59 -0700 (Sun, 13 Jul 2008) | 4 lines
Fix bogus assertion in topological sort over empty graph,
spotted by Harris Lin.
------------------------------------------------------------------------
r616 | csoltenborn | 2008-07-21 07:21:26 -0700 (Mon, 21 Jul 2008) | 1 line
fixed warnings in manifest
------------------------------------------------------------------------
r617 | csoltenborn | 2008-07-21 07:22:59 -0700 (Mon, 21 Jul 2008) | 1 line
oops
------------------------------------------------------------------------
r618 | perfecthash | 2008-08-07 00:50:49 -0700 (Thu, 07 Aug 2008) | 3 lines
Add ScaleFreeGraphGenerator, contributed by Ilya Razenshteyn
------------------------------------------------------------------------
r619 | perfecthash | 2008-08-07 00:52:36 -0700 (Thu, 07 Aug 2008) | 3 lines
Run Jalopy.
------------------------------------------------------------------------
r620 | ilyaraz | 2008-08-11 22:13:37 -0700 (Mon, 11 Aug 2008) | 1 line
added preliminary version of EdmondsKarpMaximumFlow, more tests are needed
------------------------------------------------------------------------
r621 | ilyaraz | 2008-08-13 21:05:42 -0700 (Wed, 13 Aug 2008) | 1 line
fixed small bug in EdmondsKarpMaximumFlow and new tests for it added
------------------------------------------------------------------------
r622 | perfecthash | 2008-08-13 21:49:18 -0700 (Wed, 13 Aug 2008) | 3 lines
Run Jalopy on EdmondsKarp.
------------------------------------------------------------------------
r623 | perfecthash | 2008-08-13 21:51:32 -0700 (Wed, 13 Aug 2008) | 3 lines
Credits for EdmondsKarp.
------------------------------------------------------------------------
r624 | ilyaraz | 2008-08-13 22:27:23 -0700 (Wed, 13 Aug 2008) | 1 line
properties edited, javadocs in scale-free generator fixed
------------------------------------------------------------------------
r625 | ilyaraz | 2008-08-14 06:24:30 -0700 (Thu, 14 Aug 2008) | 1 line
small fixes in EdmondsKarpMaximumFlow
------------------------------------------------------------------------
r626 | perfecthash | 2008-08-16 21:28:04 -0700 (Sat, 16 Aug 2008) | 3 lines
Fix file footer on EdmondsKarpMaximumFlowTest.java
------------------------------------------------------------------------
r627 | perfecthash | 2008-08-17 01:17:03 -0700 (Sun, 17 Aug 2008) | 3 lines
Add DirectedAcyclicGraph, contributed by Peter Giles.
------------------------------------------------------------------------
r628 | ilyaraz | 2008-08-17 05:00:59 -0700 (Sun, 17 Aug 2008) | 1 line
renamed field was in EdmondsKarpMaximumFlow, optimized imports in EdmondsKarpMaximumFlowTest
------------------------------------------------------------------------
r629 | perfecthash | 2008-08-20 10:28:11 -0700 (Wed, 20 Aug 2008) | 3 lines
Fix typo.
------------------------------------------------------------------------
r630 | perfecthash | 2008-08-23 20:55:12 -0700 (Sat, 23 Aug 2008) | 3 lines
Add BitSet implementation to DirectedAcyclicGraph, and make it the default.
------------------------------------------------------------------------
r631 | perfecthash | 2008-09-27 02:39:28 -0700 (Sat, 27 Sep 2008) | 3 lines
Add protected getWeight accessor to DefaultWeightedEdge.
------------------------------------------------------------------------
r632 | perfecthash | 2008-09-27 19:35:31 -0700 (Sat, 27 Sep 2008) | 4 lines
Add protected getSource/getTarget on DefaultEdge, and update a unit
test to cover them.
------------------------------------------------------------------------
r633 | perfecthash | 2008-09-28 13:03:22 -0700 (Sun, 28 Sep 2008) | 3 lines
Clean up a few Eclipse warnings in DirectedAcyclicGraphTest.
------------------------------------------------------------------------
r634 | perfecthash | 2008-09-28 13:33:24 -0700 (Sun, 28 Sep 2008) | 4 lines
Optimize iterators to skip calling event firing methods when there are
no listeners, per suggestion from Ross Judson.
------------------------------------------------------------------------
r635 | perfecthash | 2008-09-28 13:34:21 -0700 (Sun, 28 Sep 2008) | 3 lines
Credits.
------------------------------------------------------------------------
r636 | perfecthash | 2008-09-28 15:11:08 -0700 (Sun, 28 Sep 2008) | 3 lines
Move to requiring JDK 1.6, and use ArrayDeque to optimize DFS and BFS.
------------------------------------------------------------------------
r637 | perfecthash | 2008-09-28 15:23:11 -0700 (Sun, 28 Sep 2008) | 3 lines
Jalopy run.
------------------------------------------------------------------------
r638 | perfecthash | 2008-09-28 21:24:01 -0700 (Sun, 28 Sep 2008) | 3 lines
Reduce memory usage in StrongConnectivityInspector.
------------------------------------------------------------------------
r639 | perfecthash | 2008-09-28 21:31:41 -0700 (Sun, 28 Sep 2008) | 3 lines
Replace usages of Stack with ArrayDeque.
------------------------------------------------------------------------
r640 | perfecthash | 2008-09-28 23:56:02 -0700 (Sun, 28 Sep 2008) | 3 lines
Updates for 0.8.0 release.
------------------------------------------------------------------------
r641 | perfecthash | 2008-09-28 23:58:00 -0700 (Sun, 28 Sep 2008) | 3 lines
Final Jalopy run for 0.8.0.
------------------------------------------------------------------------
r642 | perfecthash | 2008-09-29 00:26:06 -0700 (Mon, 29 Sep 2008) | 3 lines
Final HTML updates for 0.8.0 release.
------------------------------------------------------------------------
r643 | perfecthash | 2008-09-29 00:27:00 -0700 (Mon, 29 Sep 2008) | 1 line
Tag for the 0.8.0 release of JGraphT
------------------------------------------------------------------------