Releases: tukcps/SysMD
Releases · tukcps/SysMD
v4.2.1
v4.2.0
- Improved compliance with standard
- In particular new expression parser following standard
- Start of solver API
- Start of dispatcher for function and operator overloading
v4.1.6
Bugfixes, refreshed UI.
Most work goes into next version 4.2 -- with
- compatibility updates for expressions/kerml,
- more use af standard libraries,
- solver api, etc.
on the roster.
v4.1.5
Fix: build with gradle automatically downloads suitable jvm if not installed (hence, gradlew bootRun , gradlew ... work even without pre-installed java virtual machine)
Fix: hint in README on required relaxed security settings for using installer
Extension: Abstract representation classes for expressions added
v4.1.4
Improved SysML v2 & KerML compiler, error reporting in UI
v4.1.3
- Improved compatibility (ISQ library)
- Added support for unioning, differencing of types in KerML
- Bugfixes
v4.1.2
- Bugfix in rendering of ":="
- Added support for some more SysML v2, e.g. Port Conjugation
v4.1.1
- Added support for Structure, Behavior, Step, ... in KerML
- Revised tutorial w.r.t. above features
- Bugfixes (UI Crash, Compiler issues, ...)
v4.1.0
- Re-worked parser (interface compiler - semantic actions)
- Increased supported subset of KerML and SysML v2 (subsetting, feature chains, and more)
- Slightly improved UI (less small and cryptic icons - slightly larger menu, thanks Theo)
- Fixed errors or incompatibilities (memberships for owned elements now as in standard)
- Started improving compliance of Expressions to standard
v4.0.7
- Fixed some issues in the compiler.
- Updated dependencies and build environment.