Version 2.0.0 - Partially Disjoint Pathselection, API rework and bug fixes
This release includes the implementation of our partially disjoint pathselection for Task 5. Furthermore, it includes a rewrite of the API and some internal functionalities as well as bugfixes:
- We base the scion-path-discovery library on pan to improve compatibility and remove duplicate boilerplate code
- We implement the proposed partially disjoint pathselection and provide an example
- The disjoint-pathselection document explains the partially disjoint approach in detail and presents initial results
- The migration guide describes all breaking and non-breaking changes and links to the new examples
Related Pull Requests
- API and Internal Rewrite, Add partially disjoint selection by @martenwallewein in #28
Full Changelog: v1.0.1...v.2.0.0