Version 1.1.0
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
andsemantic
- Currently generates metadata files in the following formats:
text/turtle
andtext/plain
- Also generates a new set of JSON outputs in the
objects
folder when extractingsemantic
. Each Modelica or CDL file will contain an equivalent JSON file inobjects/
that contains the list of instances, connections, extended classes and imported classes. This is an intermediary output for futuremodelica-json
development and output formats.
- Enabled extraction of semantic information that is present in
- Added more unit tests
- Bug Fixes