Skip to content

Releases: lbl-srg/EnergyPlusToFMU

Version 3.1.0

23 Jan 10:12
Compare
Choose a tag to compare
  • This version is a minor release that adds support for Python 3.x.
  • This releases addresses the issues #30, #43, #45 on GitHub.

Version 3.0.0

17 Apr 16:23
Compare
Choose a tag to compare

This version is a major release which adds support for the FMI version 2.0 for Co-simulation. This release addresses issue #35.

Version 2.1.0

26 Jan 10:09
13e83e9
Compare
Choose a tag to compare

This version is a major release which adds supports for EnergyPlus version 9.0 and higher.
This release addresses issue #24.

Version 2.0.3

26 Apr 18:57
Compare
Choose a tag to compare

This version includes enhancements to support the use of EnergyPlus FMU with toolboxes such as MPCPy (https://github.com/lbl-srg/MPCPy).

Version 2.0.2

19 Sep 23:15
Compare
Choose a tag to compare

This version fixes a bug which was causing an incorrect simulation stop time in the EnergyPlus's FMU. This addresses issue #5.

Version 2.0.1

29 Apr 20:07
Compare
Choose a tag to compare

This version fixes a bug which was causing an incorrect simulation start time in the EnergyPlus's FMU. This addresses issue #1.

Version 2.0.0

14 Apr 15:56
Compare
Choose a tag to compare

Version 2.0.0 is a major release.

  • This version supports EnergyPlus 8.5.0 and higher. This version uses the energyplus command line interface to call EnergyPlus. Details about the interface can be found at https://github.com/NREL/EnergyPlus/blob/develop/doc/running-energyplus-from-command-line.md.
    As a result, this version might not be compatible with earlier versions of EnergyPlus. This is because legacy EnergyPlus scripts such as RunEPlus.bat and runenergyplus were deprecated as of August 2015.
  • The development site of EnergyPlusToFMU was migrated from svn to github.