Skip to content

Releases: tukcps/SysMD

v4.2.5 - UI fixes for 4.2.4

Choose a tag to compare

@christoph-grimm christoph-grimm released this 15 Jun 10:21
  • Fix: Editor has some ugly behavior in specitic cases
  • Fix: closing app possible without warning when changes exist

v4.2.4

Choose a tag to compare

@christoph-grimm christoph-grimm released this 14 Jun 22:13

Realease with many updates, fixes, extensions.

UI:

  • Files are now selected below project; tabs only show a file and can be closed to handle bigger projects.
  • Improved layout of dialogs.
  • Fix: editor does not scroll if at end of window ...
  • Fix: editor crashes if file rename is open , that file deleted, and then selected rename-open ok is chosen.
  • Fix: Links to files fixed.
  • Fix: Click on error in issue board opens tab with file and navigates, after 2nd click, to error.
  • Many other issues fixed.

Parser:

  • verification supported
  • Bugfixes

Internal

  • API cleanup between UI and other application

REST

  • !Changes in REST API for web-frontend to match with internal API cleanup!

Tutorial and Kickstart updated.

v4.2.3

Choose a tag to compare

@christoph-grimm christoph-grimm released this 27 May 11:12
  • Many compiler updates, improved standard coverage
  • Updated tutorial
  • Bugfixes in UI, etc.

v4.2.2

Choose a tag to compare

@christoph-grimm christoph-grimm released this 18 May 17:04

Updates to the SysML v2 parser. Not yet generates code/abstract rep. or constraints, but parse so far.

  • variation
  • flow
  • state (fixes, extensions)
  • ...
  • Quantities added for information

v4.2.1

Choose a tag to compare

@christoph-grimm christoph-grimm released this 21 Apr 14:22

Some fixes and small additions in tutorials.

v4.2.0

Choose a tag to compare

@christoph-grimm christoph-grimm released this 03 Apr 09:49
  • 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

Choose a tag to compare

@christoph-grimm christoph-grimm released this 11 Dec 12:08

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

Choose a tag to compare

@christoph-grimm christoph-grimm released this 11 Sep 09:46

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

Choose a tag to compare

@christoph-grimm christoph-grimm released this 20 Aug 14:09

Improved SysML v2 & KerML compiler, error reporting in UI

v4.1.3

Choose a tag to compare

@christoph-grimm christoph-grimm released this 14 Aug 11:37
  • Improved compatibility (ISQ library)
  • Added support for unioning, differencing of types in KerML
  • Bugfixes