From 37cd59dd6b8a52df08e6e0c3bf232250ec754e6c Mon Sep 17 00:00:00 2001 From: OStrama <66820413+OStrama@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:13:13 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e60de3..9854bd1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# 1.0.6 +- corrected calculation of JAZ + # 1.0.5pre4 - more calculated sensors supported. This is now be done internally by eval() so that future enhancements are easier - for interpolation of the heating power map now more precise cubic splines are used when scipy is installed on the platform. Scipy is not listed as requirement, since this was causing issues in past. So if you want to use more precise interpolation, please install scipy manually by "pip install scipy".