Skip to content

Release 0.0.5

Compare
Choose a tag to compare
@jdfekete jdfekete released this 23 Apr 15:39
· 333 commits to master since this release

Multiple new reordering methods implemented:

  • Reverse Cuthill McKee
  • Graph ordering using the distance matrix with some tricks and the Optimal Leaf Ordering
  • Graphs are enhanced to convert from valued links to links distances and vice versa
  • Examples use the new orderings
  • Started to fill-in the wiki for intro and API documentation.