Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@mwetter mwetter released this 15 Jun 01:06
· 193 commits to master since this release

This version contains improvements for developing and testing Modelica libraries. To install the latest version, run pip as described at http://simulationresearch.lbl.gov/modelica/buildingspy/install.html

The following changes have been made:

  • Corrected error in buildingspy.development.regressiontest that caused
    variables in plot statements to be ignored if the plot statement was
    longer than one line. Now, an error message will be written for this case.
  • Updated buildingspy.development.merger to filter out certain files,
    such as the top-level .c and .mat files.
  • Updated buildingspy.development.refactor.move_class() to
    correct a bug that caused package.mo to not be generated
    if the new class is deeper in the class hierarchy.
  • Updated buildingspy.development.refactor.write_package_order() to
    correct a bug in generating package.order file for package-level
    constants.
  • Extend class buildingspy.development.validator
    to check the consistency and correctness of .mos and .mo files.
  • Added validation of .mos/.mo files to unit test script.