Skip to content

Version 5.0.0

Compare
Choose a tag to compare
@mwetter mwetter released this 01 Sep 14:35
· 35 commits to master since this release

This version contains the following changes:

  • Added buildingspy.simulate.OpenModelica to support simulation with OpenModelica, and refactored
    modules for simulation with Dymola and Optimica.
    (#500)
  • In buildingspy/simulate/base_simulator.py, updated separator for MODELICAPATH on Windows.
  • In buildingspy/simulate/base_simulator.py, added support for libraries with encrypted top-level package.moe file.
  • Corrected bug in buildingspy/development/refactor.py that causes renames to fail on Windows.
  • Corrected bug in buildingspy/development/regressiontest.py in parsing .mos scripts with simulateModel command on multiple lines.
    (#508)
  • Added class buildingspy.development.simulationCompare that compares
    the simulation performance across tools or git branches.
    (#492)
  • Refactored regression tests for Dymola to allow specifying a time out for each tests, and set the default time out to 300 seconds.
    (#495)
  • Add option to exclude simulation of models from Dymola CI tests.
    (#486)