[2.0.0](https://github.com/bradendubois/do-calculus/compare/v1.5.0...v2.0.0) (2022-05-04)
Bug Fixes
* fixed bug resulting in topology-sorting of graph being reversed ([2cce27b](https://github.com/bradendubois/do-calculus/commit/2cce27ba36d1907e6a21ea5dd7265936c40ececd))
* wiki building bug ([b5702c0](https://github.com/bradendubois/do-calculus/commit/b5702c049cb224d488b2d3a741e0791e0bd96325))
Features
* **API:** updated documentation, overhauled API ([43b0429](https://github.com/bradendubois/do-calculus/commit/43b042980a4546a421a495ad06fc3c0e761f10a2))
* **Graph:** Added function V(i) to get v[:i] in topological ordering ([98e5bd8](https://github.com/bradendubois/do-calculus/commit/98e5bd8c2874c2cd37a5a522fe79647cff220dc9))
* **Graph:** added methods to return a new graph with edges removed, rather than rely on disabling, comparing, resetting edges ([272dd44](https://github.com/bradendubois/do-calculus/commit/272dd4486b0713b33a6518dc62cf3344e17f0c96))
BREAKING CHANGES
* **API:** Total API overhaul for final (at this time) release