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