Skip to content

Commit

Permalink
Bump version to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vibridi committed Oct 16, 2024
1 parent 6a9799e commit a8dc8c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

v0.10.0 / 2024-10-16
==================

* Add option to control size of virtual nodes
* [graph] Change connected components routine to a method of DGraph
* [graph] Move graph Source and EdgeSlice to internal package and expose via alias
* Improve test coverage and simplify package import graph
* [p2-longest] Fix longest-path layerer
* [geom] Delete unused Stack type
* [docs] Update greedy cycle breaker description in README to reflect actual behavior with autog.WithNonDeterministicGreedyCycleBreaker
* [p1-greedy] Properly initialize degree maps (fixes #9)

v0.9.0 / 2024-10-03
==================

Expand Down

0 comments on commit a8dc8c8

Please sign in to comment.