Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@mwetter mwetter released this 15 Jul 23:33
· 171 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:

  • Added handling of library specific comments in buildingspy.development.merger.
  • Improved error reporting when running regression tests in batch mode.
  • Corrected bug when creating and then renaming a package with
    buildingspy.development.refactor.
  • Removed buildingspy.simulate.Simulator.simulate_translated
    as it relies on non-standard Dymola functionality, and does no longer
    work with Dymola 2019.
    Also removed is the function buildingspy.simulate.Simulator.deleteTranslateDirectory
    which was only needed for buildingspy.simulate.Simulator.simulate_translated.