Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@phschaad phschaad released this 25 Apr 15:41
9319658

New Features

Offline Editing

Many SDFG editing actions no longer require a running Python/DaCe daemon in the background. This speeds up SDFG editing and enables working with SDFGs to a higher degree without having DaCe installed.

Logical Groups

SDFG elements can now be grouped by any criteria and are colored by default. The color overlay can be disabled, and colors or group names can be adjusted on-the-fly.

grouping_demo

Data Container Editing

Data containers can now be edited:

  • New containers can be added to SDFGs
  • Existing containers can be modified and have their types and attributes changed
  • Containers can be deleted

dc_editing_demo

Other Changes and Improvements

  • Improved rendering to speed up drawing for large SDFGs
  • Improved UI for working with overlays
  • Stability improvements and bugfixes

Full Changelog: v1.0.0...v1.1.0