Version 1.0 August 10, 2010
Version 1.1 October 14, 2010
Version 1.12 October 18, 2010
Version 1.2 October 24, 2011
-
Approximate shortest-path betweenness centrality allows faster computation of this metric
-
Approximate current flow betweenness centrality allows faster computation of this metric; function also uses sparse matrices for lower RAM requirements
-
Network flow functions updated to LEMON version 1.2.2
-
Updates to manual and tutorial dataset
Version 1.2.1 April 2, 2012
-
Updated python and python packages, including NetworkX to version 1.6.
-
Current flow betweenness centrality subset also now uses sparse matrices for lower RAM requirements. (Note that there is no approximate function for current flow betweenness centrality subset, so it is still slow for large datasets).
Planned future enhancements