release r0.5.61
release r0.5.61
2022-11-26
fixed issue #401
Problem
: idf.run() does a saveas("in.idf") and does NOT go back to original
name
Solution
: do saveas("ranmdomname.idf") and go back to original name
2022-11-25
fixed issue #396
Problem
: documentation "Running EnergyPlus from Eppy" needs updating
Solution
: Updated
2022-11-24
fixed issue # 397
Problem
: runIDFs is hard to debug since temporary files are deleted
Solution
: runIDFs( ... , debug=True) will retain those files