Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: tukcps/SysMD

v4.1.5

11 Sep 09:46

Choose a tag to compare

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

20 Aug 14:09

Choose a tag to compare

Improved SysML v2 & KerML compiler, error reporting in UI

v4.1.3

14 Aug 11:37

Choose a tag to compare

  • Improved compatibility (ISQ library)
  • Added support for unioning, differencing of types in KerML
  • Bugfixes

v4.1.2

08 Aug 13:53

Choose a tag to compare

  • Bugfix in rendering of ":="
  • Added support for some more SysML v2, e.g. Port Conjugation

v4.1.1

07 Aug 15:04

Choose a tag to compare

  • Added support for Structure, Behavior, Step, ... in KerML
  • Revised tutorial w.r.t. above features
  • Bugfixes (UI Crash, Compiler issues, ...)

v4.1.0

05 Aug 18:53

Choose a tag to compare

  • 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

26 Jun 10:39

Choose a tag to compare

  • Fixed some issues in the compiler.
  • Updated dependencies and build environment.

v4.0.6

04 Jun 08:56

Choose a tag to compare

  • Fixed small issues in solver for the Integers
  • Updated versions of build framework, dependencies
  • (13.06.25: added Windows MSI installer)

v4.0.4

14 May 20:53

Choose a tag to compare

Improved parser

  • added support for guarded actions
  • fixed require and assert constraint

v4.0.3

07 May 06:52

Choose a tag to compare

  • Fix in error recovery; still buggy
  • Improved tutorial