Skip to content

Commit ebfe039

Browse files
author
Adam Groszer
committed
Preparing release 2.0.0
1 parent 8baf8fb commit ebfe039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Enhancements:
1414
New location, and new main maintainers.
1515
Various fixes and improvements to the Makefile and test running.
1616
Automatic tests and coverage of master and pull request with Travis and Coveralls.
17-
Make shortest_path (Dijkstra's algorithm) run in O(E log V) instead of O(E^2) (dkorduban)
17+
2.0.0 (2025-06-13)
1818
Make graph.add_edge run in O(1) instead of O(degree(V)) (dkorduban)
1919
Added implementation of Kruskal's Minimum Spanning Tree construction algorithm (goldragoon)
2020
Repackaged and updated to python3 (robinharms)

0 commit comments

Comments
 (0)