File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ 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+ 2.0.1 (unreleased)
18+
19+
20+ - Nothing changed yet.
21+
22+
17232.0.0 (2025-06-13)
1824 Make graph.add_edge run in O(1) instead of O(degree(V)) (dkorduban)
1925 Added implementation of Kruskal's Minimum Spanning Tree construction algorithm (goldragoon)
Original file line number Diff line number Diff line change 11[project ]
22name = " python-graph"
3- version = " 2.0.0 "
3+ version = " 2.0.1.dev0 "
44description = " A library for working with graphs in Python"
55authors = [
66 {name = " Pedro Matiello" }
You can’t perform that action at this time.
0 commit comments