Skip to content

Commit a8dc8c8

Browse files
committed
Bump version to v0.10.0
1 parent 6a9799e commit a8dc8c8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

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+
214
v0.9.0 / 2024-10-03
315
==================
416

0 commit comments

Comments
 (0)