pip install git+http://[email protected]/Openergy/oplus.git
A python package for working with Energy Plus
(M): major, (m): minor, (p): patch
- (m): idf styles added
- (m): epw header completed
- (p): err debug
- (m): simulation beat_freq implemented
- (p): subprocess management enhanced
- (p) conda-requirements.txt added, setup.py enhanced
- (p)simulation.py:
- debug: simulate failed to return Simulation object if simulation_name was not none. Corrected.
- debug: osx summary table file name was wrong
- (m) idf.py: new filter condition added : 'in', debug of filter with no condition
- corrected PyPi hosting issues
- implemented continuous integration
- simulation debug: simulate failed to return Simulation object if simulation_name was not none. Corrected.
- simulation api changed
- summary table object implemented
- err object implemented
- can create idf and epw from path, content or buffer
- can copy idf
- new cache system
- new configuration system
- CONF functions changed