File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ release r0.5.49
5+ ~~~~~~~~~~~~~~~
6+
7+ 2019-05-23
8+ ----------
9+
10+ - idf = eppy.openidf(fname) will set idd and open the file
11+ - issue # 231
12+ - idf = eppy.newidf(version="8.5") will open a blank idf file
13+ - issue # 231
14+
4152018-11-22
516----------
617
18+
19+ - fanpower.bhp2pascal(bhp, cfm, fan_tot_eff)
20+ - issue # 228
21+ - fanpower.watts2pascal(watts, cfm, fan_tot_eff)
22+ - issue # 228
23+ - updated useful_scripts/idfdiff.py to make the IDD file optional
24+ - issue # 225
725- idf.copyidfobject() returns the copied object
826 - issue # 223
927- easyopen.easyopen gives more explicit error message when idd file is not found
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = '0.5.47 '
59+ version = '0.5.49 '
6060# The full version, including alpha/beta/rc tags.
61- release = '0.5.47 '
61+ release = '0.5.49 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 1515
1616__author__ = """Santosh Philip"""
171718- __version__ = '0.5.48 '
18+ __version__ = '0.5.49 '
1919
2020
2121from six import StringIO
You can’t perform that action at this time.
0 commit comments