We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5ced2 commit 5acdf4aCopy full SHA for 5acdf4a
README.md
@@ -1,2 +1,8 @@
1
# SEAI DEAP
2
+
3
+
4
+
5
6
A re-implementation of the Sustainable Energy Authority of Ireland (SEAI) Dwelling Energy Assessment Procedure (DEAP) model 4.2.2 in Python
7
8
+At present, only the Heat Loss Parameter calculation has been implemented.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "seai_deap"
-version = "0.1.0"
+version = "0.1.1"
description = "A re-implementation of SEAI's DEAP 4.2.2 in Python"
authors = ["Rowan Molony <rowan.molony@codema.ie>"]
license = "MIT"
0 commit comments