Releases: atlanticwave-sdx/pce
Releases · atlanticwave-sdx/pce
pce 2.0.5
pce 2.0.4
What's Changed
- Lint with Ruff by @sajith in #155
- Add link property checks by @sajith in #157
- More tests for VLAN assignment by @sajith in #156
- Replace time stamp by @congwang09 in #161
- Handle several connection requests in TEManager by @sajith in #160
- Unreserve VLAN assignments by @sajith in #163
- Get links in a connection path by @sajith in #165
New Contributors
- @congwang09 made their first contribution in #161
Full Changelog: 2.0.3...2.0.4
pce 2.0.3
What's Changed
- Update connection request description in README by @sajith in #136
- Use
pyproject.toml
for packaging metadata by @sajith in #133 - Import tests from sdx controller by @sajith in #134
- #69: change to a better method name (.generate()) by @YufengXin in #140
- docstring by @YufengXin in #141
- Package topology data by @sajith in #139
- 67.script step 1: Cleanup: #143 by @YufengXin in #144
- pushing the heuristic solver with the new TESolver API by @YufengXin in #146
- 67.scripts by @YufengXin in #148
- Make pce editable by @sajith in #150
- Remove old breakdown method by @sajith in #151
- Use static topology files from datamodel by @sajith in #153
Full Changelog: 2.0.2...2.0.3
pce 2.0.2
What's Changed
- VLAN reservation by @sajith in #120
- added atributeISO3166-2-lvl4 by @usmanazFIU in #130
New Contributors
- @usmanazFIU made their first contribution in #130
Full Changelog: 2.0.1...2.0.2
pce 2.0.1
pce 2.0.0
Added
- Move connection breakdown logic from datamodel to pce (#96)
- Code formatting checks on CI (#74)
- Cache dependencies on CI (#53)
- Code coverage reporting with coveralls.io (#51)
Fixed
Changed
- Update README (#91)
- Refactor connection breakdown logic (#98)
- Update solver output (#93)
- Make pygraphviz an optional dependency (#90)
- Refactor tests (#88)
- Rename modules, classes, and methods to be PEP8-compliant (#84)
- Stricter linting on CI (#75)
- Module organization updates (#79)
- Re-write of PCE functions (#50, #22, #45, #47, #48)