Version 2.3.1
ETHOS.FINE release 2.3.1
- Adds a performance summary as attribute
EnergySystemModel.performanceSummary
. The performance summary includes Data about RAM usage (assesed by thepsutil
package), Gurobi values (extracted from gurobi log with thegrblogtools
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. ThenSegments
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.