Skip to content

0.13.8

Compare
Choose a tag to compare
@franzlst franzlst released this 09 May 07:35
· 1358 commits to master since this release
3082bb3
  • Improvements:

    • use with statement instead af acquire/release
    • dedicated 'unstable' marks for python 2.7 and 3.x; these marks can be used to filter out tests
    • use Python warning module with custom RAFCONDeprecationWarning for deprecated usages
    • the documentation can again be build on Read The Docs (at least the build of the API docs was corrupt since v0.13)
    • tooltip of library tree include root state description text of libraries
    • Jenkins integration
    • test adaptions so that they can be parallelized
    • added seqm.yaml for tracking software engineering quality management (SEQM) requirements (DLR internal)
  • Bug Fixes:

    • Issue #12: Error when switching from python2 to python3
    • Issue #18: State machines with library states cannot be opened if show flag is set to True
    • internal issue #683: rafcon can now be closed properly via signal
    • internal issue #712: Paste of Port into selected state is not possible
    • internal issue #711: Gaphas does not allow data flows from one state to itself
    • internal issue #717: States that have data-flows from its output to its input crash gahpas while state type change
    • fix broken links in documentation
    • use correct version and year in documentation
  • Changes:

    • pyyaml is not a dependency anymore, as it is now a dependency of yaml_configuration