From e9ac0c54b497f9edaabcbf9f06b5ece7e340eb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szabolcs=20Horva=CC=81t?= Date: Fri, 28 Jun 2024 17:29:11 +0000 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47eb6a50a..71f1dd15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Added - Added `Graph.is_complete()` to test if there is a connection between all distinct pairs of vertices. + - Added `Graph.mean_degree()` for a convenient way to compute the average degree of a graph. ### Changed