Skip to content

Releases: atlanticwave-sdx/pce

pce 2.0.5

09 Jan 19:37
2.0.5
9e67d4d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

pce 2.0.4

26 Sep 21:23
2.0.4
27d0c08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.3...2.0.4

pce 2.0.3

22 Aug 14:03
2.0.3
793b4d9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

pce 2.0.2

21 Aug 19:09
2.0.2
97c4948
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

pce 2.0.1

31 May 13:21
2.0.1
d18c67e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

pce 2.0.0

30 May 22:35
2.0.0
a5488df
Compare
Choose a tag to compare

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

  • Add domains in path breakdowns (#111, #113, #115)
  • Add error checks to TEManager (#108)

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)

Removed

  • Remove unused weight_assign (#89)
  • Remove old PCE functions (#83)

2022.1.0

22 Jun 19:02
1.0.0
65e5b0f
Compare
Choose a tag to compare
2022.1.0 Pre-release
Pre-release

Initial release, featuring:

  • Optimal solver implementation (based on the Google OR-Solver) for constrained shortest path
  • TE optimization under two different objectives: cost minimization and load balancing