Releases: lbl-srg/EnergyPlusToFMU
Releases · lbl-srg/EnergyPlusToFMU
Version 3.1.0
Version 3.0.0
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
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
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
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
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
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 asRunEPlus.bat
andrunenergyplus
were deprecated as of August 2015. - The development site of EnergyPlusToFMU was migrated from svn to github.