Version 2.0.0
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 functionbuildingspy.simulate.Simulator.deleteTranslateDirectory
which was only needed forbuildingspy.simulate.Simulator.simulate_translated
.