Skip to content

3.9.0

Compare
Choose a tag to compare
@enekomartinmartinez enekomartinmartinez released this 16 Dec 19:06
· 64 commits to master since this release
5c3a323

New Features

  • Parses and ignores reality check functions during translation of Vensim models. (@rogersamso)

Bug fixes

  • Fix issue with the classification of variables in modules and submodules (issue #388). When a model had a view with 3 sublevels (e.g. energy-transformation.losses) but another view was defined with only two of them (e.g. energy-transformation), the variables in the second view were placed in the main model file. Now, if this happens, the variables in the second view will be placed in a main.py file (i.e. energy/transformation/main.py). (@rogersamso)
  • Fix bug on the CLI when passing a hyphen as first value to the –subview-sep argument (issue #388). (@rogersamso)
  • Fix bug on the CLI when parsing initial conditions ([ssue #395). (@rogersamso)

Documentation

  • The Splitting Vensim views in different files section in Command Line Usage has been updated to include an example of the usage of the –subview-sep CLI argument. (@rogersamso)

Internal Changes