|
1 | 1 |
|
| 2 | +v0.9.0 / 2024-10-03 |
| 3 | +================== |
| 4 | + |
| 5 | + * [p5-splines] Always draw splines with a slight curve except for vertical segments |
| 6 | + * [p5-splines] Fix rect between layers when upper layer's head is to the right of the lower layer's head |
| 7 | + * Rename option WithKeepVirtualNodes to WithOutputVirtualNodes to reflect its relation to the output layout |
| 8 | + * [p4-b&k] Fix main loop logic of the errata'ed horizontal compaction |
| 9 | + * [p4] Rewrite layer and node iterators using iter.Seq |
| 10 | + * [graph] Change DGraph.Layers to slice |
| 11 | + * [graph] Use constants to represent edge type |
| 12 | + * [geom] Change slices.Reverse to slices.Backward for use in reverse-order loop |
| 13 | + * [graph] Rewrite Node.VisitEdges as iterator |
| 14 | + * [graph] Convert DGraph.Sinks to an iterator provider |
| 15 | + * [graph] Convert DGraph.Sources to an iterator provider |
| 16 | + * [p2-ns] Remove todo about supporting connected components: already supported since v0.7.0 |
| 17 | + * Upgrade Go to 1.23.1 |
| 18 | + * Remove todo about sinks/sources not accounting for isolated nodes |
| 19 | + * [p1-greedy] Add option to control determinism of greedy cycle breaker (fixes #12) |
| 20 | + * [docs] Update README with latest spline routing development |
| 21 | + * [p5-splines] Complete implementation of spline routing (fixes #11) |
| 22 | + * [geom] Split shapes into individual files; includes a fix to Tri.Contains |
| 23 | + * [geom] Add method to obtain bezier ctrl points as a float64 slice |
| 24 | + * Temporarily skip test for overlaps in network simplex positioning due to non-determinism |
| 25 | + * Add functional option to set individual node sizes (fixes #6) |
| 26 | + * Add manual trigger to github action |
| 27 | + * Run unit test via github action also when pushing to main branch |
| 28 | + * Fix condition to check for node overlaps in unit tests |
| 29 | + * [p4-b&k] Ensure no node overlaps in the final layout |
| 30 | + * [docs] Fix indentation of example code in README |
| 31 | + * [docs] Mention B&K erratum in README |
| 32 | + * [p4-b&k] Implement erratum as per Brandes, Walter and Zink, 2020 |
| 33 | + * [graph] Use stdlib maps.Clone to clone hashmap[K,V] |
| 34 | + * [graph] Add Head() method to Layer |
| 35 | + * [p4-bk] Skip balancing and verifcation steps when user chooses a specific layout via options |
| 36 | + * [docs] Add pkg.go.dev badge to README |
| 37 | + * Add Run Unit Tests workflow badge to README.md (#26) |
| 38 | + |
2 | 39 | v0.8.0 / 2024-09-20
|
3 | 40 | ==================
|
4 | 41 |
|
|
0 commit comments