Release notes
Version 0.1.1 (2025-04-25)
- Introduction of
TypeFutureValuefor assigning a value to a variable for all instances of a given nodal type.
Version 0.1.0 (2025-03-27)
Initial version of the package:
- Includes a receding horizon framework which can be based on two different types of horizons, based on the number of periods and based on the duration of the periods.
- Implemented for
EnergyModelsBaseandEnergyModelsGeography. - Allows for future value description through a new
AbstractElement. - Utilizes
Accessorsfor faster parameter updating. - Supports
ParametricOptInterfacethrough an extension.