Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@anandkp92 anandkp92 released this 30 Jun 20:44
· 125 commits to master since this release
4b1b02a

This release contains the following updates:

  • Extraction of Semantic Information:
    • Enabled extraction of semantic information that is present in annotation. Read this for more information regarding this.
    • Added semantic to list of supported output formats. Currently supporting: raw-json, json and semantic
    • Currently generates metadata files in the following formats: text/turtle and text/plain
    • Also generates a new set of JSON outputs in the objects folder when extracting semantic. Each Modelica or CDL file will contain an equivalent JSON file in objects/ that contains the list of instances, connections, extended classes and imported classes. This is an intermediary output for future modelica-json development and output formats.
  • Added more unit tests
  • Bug Fixes