From e2d33b2076a89531cdb294ff8fc124d602fca932 Mon Sep 17 00:00:00 2001 From: Santosh Philip Date: Fri, 7 Oct 2022 13:27:43 -0700 Subject: [PATCH] fixed issue #393 ```````````````` :Problem: idf.newidfobject() will not work if you make it with more extensible fields than there are in the IDD :Solution: Increase the extensible fields of the IDD (in memory of eppy) to match the fields in idf.newidfobject() The previous log item saying is fixed issue #393 is really issue #394 --- HISTORY.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index bfa34c5a..6aaa21c9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,14 @@ Changes ---------- fixed issue #393 +```````````````` + +:Problem: idf.newidfobject() will not work if you make it with more extensible fields than there are in the IDD +:Solution: Increase the extensible fields of the IDD (in memory of eppy) to match the fields in idf.newidfobject() + + +fixed issue #394 +```````````````` :Problem: In idf.newidfobject(self, key, aname="", ... **kwargs), aname is depreceated :Solution: remove aname form newidfobject