We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9799e commit a8dc8c8Copy full SHA for a8dc8c8
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+v0.10.0 / 2024-10-16
3
+==================
4
+
5
+ * Add option to control size of virtual nodes
6
+ * [graph] Change connected components routine to a method of DGraph
7
+ * [graph] Move graph Source and EdgeSlice to internal package and expose via alias
8
+ * Improve test coverage and simplify package import graph
9
+ * [p2-longest] Fix longest-path layerer
10
+ * [geom] Delete unused Stack type
11
+ * [docs] Update greedy cycle breaker description in README to reflect actual behavior with autog.WithNonDeterministicGreedyCycleBreaker
12
+ * [p1-greedy] Properly initialize degree maps (fixes #9)
13
14
v0.9.0 / 2024-10-03
15
==================
16
0 commit comments