Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 04:07
· 1 commit to main since this release

1.6.0 (2022-05-04)

Bug Fixes

  • fixed bug resulting in topology-sorting of graph being reversed (2cce27b)
  • wiki building bug (b5702c0)

Features

  • Graph: Added function V(i) to get v[:i] in topological ordering (98e5bd8)
  • Graph: added methods to return a new graph with edges removed, rather than rely on disabling, comparing, resetting edges (272dd44)