Releases: codema-dev/rc-building-model
Releases · codema-dev/rc-building-model
v0.2.3
Releasing v0.2.0, v0.2.1, v0.2.2 and 0.2.3 as one release
- Patches null output for ventilation heat loss coefficient
- Enforce function argument schemas via pandera; so ensure that the inputted series matches the expected data type (string, numeric, boolean), contains the expected values, in most cases contains no empty values, in some cases contains no zero values (zero building volume means infinite infiltration rate)
- Enforce no zero floor areas for heat loss parameter
- Enforce floor types, ventilation methods & structure types
conform to expected rather than expecting that user is calling
with the DEAP types - Simplify annual heat loss calculation by eliminating any index
manipulation
v0.1.0
Added
- Fabric Heat Loss [DEAP] - using fabric dimensions and uvalues
- Ventilation Heat Loss [DEAP] - using using infiltration-related building elements
- Heat Loss Coefficient [DEAP] - used by SEAI to assess heat pump viability
- Annual Heat Loss [DEAP] - using average monthly internal & external temperatures