Skip to content

release r0.5.61

Choose a tag to compare

@santoshphilip santoshphilip released this 29 Nov 23:06

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