Skip to content

Commit

Permalink
fixed issue #393
Browse files Browse the repository at this point in the history
````````````````

: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
  • Loading branch information
Santosh Philip committed Oct 7, 2022
1 parent e1bf269 commit e2d33b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2d33b2

Please sign in to comment.