Release notes
Version 0.1.0 (2026-05-28)
Added WindFarmParameters
- Introduces
WindFarmParametersmore in line withPVParametersand also made the corresponding nodes more consistent.
Add Building node
- Added a
Buildingnode to the package, which provides sampling routines for building heat demand profiles based on temperature data. A functionheat_demand_profileis included to generate the heat demand profile from temperature data downloaded using hindcast data. A functionget_met_datais included to handle data retrieval, caching, and storage (using the pythonmetocean_apilibrary) for the meteorological data used in theheat_demand_profilefunction. This function enables implementation of meteorological data dependent nodes.
Add PV node
- Added a
PVnode to the package, which provides sampling routines for photovoltaic power generation which is more in line with the WindPower node requiring lat-lon coordinates.
Initial version of the package
- Provide sampling routines for C++ and Python for incorporation into
EnergyModelsXmodels. - Utilize the sampling routines for sampling from:
- C++:
BioCHPnode. - Python:
MultipleBuildingTypes,CSPandPV, andWindPowernodes.
- C++:
- Incorporation of a
BioResourceforBiOCHPplant. - Individual nodes to be moved after registration.