Skip to content

v1.0.1

Compare
Choose a tag to compare
@jacob-mannhardt jacob-mannhardt released this 04 Jan 17:50
· 1461 commits to main since this release
7d43b1c

Added

  • Unit consistency checks: Check that all units are internally consistent across parameters

Fixed

  • Bug fix of numerical values regarding construction time:
  1. Sometimes forced the capacity additions in the last and the second last time step to be equal
  2. construction time was one period too short
  • Bug fix of the lifetime of existing capacities (existed one period longer than desired)
  • Adapted the tests accordingly

Changed

  • Simplified calculation of lifetime and construction time (Issue [#257])
  • Sped up parameter and constraint construction by removing time step encoder-decoder (Issue [#362])

Removed