Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@anandkp92 anandkp92 released this 22 Dec 19:05
· 159 commits to master since this release
9b85202

This major release updates the JSON schema for the translated modelica file.

It has the following non-backward compatible changes:

  • updated JSON schema for both modelica mode and CDL mode to be closer to Modelica Grammar
  • Each .mo file will generate a corresponding .json file.
  • Any dependencies and/or models instantiated will have a .json file generated that follows the same file structure. For example, if you translate A.B.C.mo and that model extends A.B.D, we will have a folder structure A/B/ containing json translations C.json and D.json. Basically, the json translations will have the same file and folder structure of your Modelica package.
  • This version will not able to generate html, docx or svg outputs. These features will be added to future releases.