Skip to content

Version 2.3.1

Compare
Choose a tag to compare
@k-knosala k-knosala released this 20 Nov 08:44
· 185 commits to master since this release

ETHOS.FINE release 2.3.1

  • Adds a performance summary as attribute EnergySystemModel.performanceSummary. The performance summary includes Data about RAM usage (assesed by the psutil package), Gurobi values (extracted from gurobi log with the grblogtools package) and other various parameters such as model buildtime, runtime and time series aggregation paramerters.
  • Fixes a bug in the stochastic optimization example.
  • Makes subclass conversionPartLoad usable again. The nSegments parameter has to be set manually depending on the form of the non-linear function.
  • Drops the constraint on the version of pandas to also work with versions lower than 2.