File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626## 0.5.1
2727- The graph ` length ` is now calculated using an efficient length iterable
2828 (the keys of the map storing the graph edges).
29- The function ` reachableVertices ` is was moved from
29+ The function ` reachableVertices ` was moved from
3030 ` DirectedGraphBase ` to
31- [ ` GraphCrawler ` ] [ GraphCrawler ] . It is now using a recursive algorithm that
32- speeds up execution time .
33- - Extended the definition of a quasi-topological ordering.
31+ [ ` GraphCrawler ` ] [ GraphCrawler ] . It is now using a more efficient recursive
32+ algorithm .
33+ - Extended the definition of a quasi-topological ordering in section ` Usage ` .
3434- Lowered the required SDK version to ^3.5.0.
3535
3636## 0.5.0
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: directed_graph
33description : Generic directed graph and weighted directed graph with algorithms
44 enabling sorting and topological ordering of vertices.
55
6- version : 0.5.1
6+ version : 0.5.2
77
88homepage : https://github.com/simphotonics/directed_graph
99
You can’t perform that action at this time.
0 commit comments