r0.5.60
release r0.5.60
2022-10-09
fixed issue #395
Problem
: dunder of setattr, getattr, setitem, getitem fail for an extensible
field that is not in the IDD
Solution
: updated the dunders to extend the fields in IDD that is in eppy's
memory
dunder = double underscore such as [__setattr__]{.title-ref}
2022-10-07
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
2022-10-06
Fixed issue #391
Problem
: If the IDF files has more extensible fields than the IDD file for an
idfobject, the read will fail
Solution
: Increase the extensible fields of the IDD (in memory) to match the
IDF file. It will not change the [Energy+.idd]{.title-ref} on the
disk.