Skip to content

pce 2.0.0

Compare
Choose a tag to compare
@sajith sajith released this 30 May 22:35
· 618 commits to main since this release
2.0.0
a5488df

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)