Release notes
Version 0.2.0 (2026-04-15)
- Adjusted to
EnergyModelsBasev0.10.0:- Model worked without adjustments.
- Test set was adjusted as implemented nodes did not adhere to definition of nodes.
- Breaking change still included to maintain the possibility to do bug fixes in version 0.1.x for existing models with
EnergyModelsBasev0.9.x.
Version 0.1.2 (2026-03-04)
Bugfix
- Fixed a bug when the
FutureValuevector was of typeVector{FutureValue}.
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.