We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebfe039 commit 0ec006fCopy full SHA for 0ec006f
2 files changed
Changelog
@@ -14,6 +14,12 @@ Enhancements:
14
New location, and new main maintainers.
15
Various fixes and improvements to the Makefile and test running.
16
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
23
2.0.0 (2025-06-13)
24
Make graph.add_edge run in O(1) instead of O(degree(V)) (dkorduban)
25
Added implementation of Kruskal's Minimum Spanning Tree construction algorithm (goldragoon)
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "python-graph"
3
-version = "2.0.0"
+version = "2.0.1.dev0"
4
description = "A library for working with graphs in Python"
5
authors = [
6
{name = "Pedro Matiello"}
0 commit comments