Commit 6ee4620
authored
Update to v0.16.0 (#104)
* Update to v0.16.0
- Reorganized modules: `ngraph.exec` split into `ngraph.analysis` and `ngraph.model`, maintaining public API via re-exports.
- Expanded public API to include `TrafficDemand`, `FlowPolicyPreset`, `Scenario`, `NetworkExplorer`, and placement functions.
- Introduced `ngraph.analysis.placement` for demand placement with SPF caching, including `place_demands()` and `PlacementResult`.
* Refactor execution counter handling for thread safety1 parent 91b25fa commit 6ee4620
54 files changed
Lines changed: 1109 additions & 856 deletions
File tree
- docs/reference
- ngraph
- analysis
- exec
- analysis
- demand
- failure
- lib
- model
- demand
- failure
- flow
- results
- types
- workflow
- tests
- analysis
- exec
- analysis
- failure
- model
- demand
- failure
- solver
- workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
8 | 22 | | |
9 | 23 | | |
10 | 24 | | |
| |||
0 commit comments