Skip to content

v0.8.0

Compare
Choose a tag to compare
@vibridi vibridi released this 20 Sep 11:01
· 46 commits to main since this release

Bug fixes

  • [preproc] Ignore self-loops during main pipeline (fixes #23)
  • Skip empty layers when computing sub-graph shift after processing

Enhancements

  • [p5,postproc] Move code that restores reversed edges to a standalone post-processor
  • Add short circuiting to each phase for graphs with one node; panic with zero nodes, as that could be a bug in the connected graphs code
  • Panic if the input graph has no nodes
  • [monitor] Add log keys as const to standardize log output

Misc

  • Add github workflow to run unit tests
  • [docs] Mention commit guidelines in README
  • [docs] Mention in README that self-loops aren't routed