Skip to content

Version 5.2.0

Latest

Choose a tag to compare

@mwetter mwetter released this 14 Mar 18:27
· 4 commits to master since this release
d503ae2

This version contains the following changes:

  • Updated pyfunnel requirement to version 1.0.2 to avoid a problem with regular expressions.
    (#594)
  • In buildingspy/simulate/Dymola.py and in buildingspy/development/regressiontest.py,
    switched simulator from dymola to dmc unless a gui window is requested.
    (#590)
  • In buildingspy/simulate/OpenModelica.py, added support for setNumberOfIntervals.
    (#585)
  • In buildingspy/simulate/OpenModelica.py, changed loading of Modelica libraries.
    (#586)
  • In buildingspy/simulate/base_simulator.py, corrected statement for error reporting.
    (#583)
  • In buildingspy/development/merger.py, added new comment form to allow excluding
    Modelica code for certain libraries.
    (#566)
  • In buildingspy/development/regressiontest.py, add option to create reference
    results in batch mode.
    (#560)
  • In buildingspy/development/regressiontest.py, add option to get the coverage
    rate, i.e., what percentage of examples are covered by regression tests.
    (#253)
  • For Optimica regression tests, added check for Integers that are too large to be represented
  • In buildingspy/development/refactor.py, corrected moving images to avoid creating
    a directory if the target directory already exists.
    (#548)
  • In buildingspy/development/validator.py, added method validateHyperlinks()
    that searches for broken hyperlinks.
    (#544)
  • For Optimica regression tests, added check for connector to itself
    (#504)
  • In buildingspy/development/refactor.py, updated writing the Modelica
    package.order file to avoid changing the UsersGuide order.
    (#541)

Full Changelog: v5.1.0...v5.2.0