Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 May 05:01

2.0.0 (2022-05-04)

Bug Fixes

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

Features

  • API: updated documentation, overhauled API (43b0429)
  • 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)

BREAKING CHANGES

  • API: Total API overhaul for final (at this time) release