Skip to content

capellambse v0.7.0

Choose a tag to compare

@Wuestengecko Wuestengecko released this 27 May 15:09
· 193 commits to master since this release
v0.7.0
7ecc83c

Notable changes

  • This is the first release with the generated metamodel.

    While most code that ran with v0.6 should continue to work the same with v0.7, there may be some edge cases that are handled differently, which is why it's marked as breaking change. Downstream projects should update their dependency specification to capellambse>=0.7.0,<0.8 (or capellambse>=0.6.??,<0.8 if needed).

    v0.7.0 will emit a lot of DeprecationWarning and FutureWarning instances. Some of them still originate within capellambse itself, those will addressed in later v0.7.x releases. Other warnings indicate properties that were accessed, which will be removed or change which elements are exposed in the future. To prepare for a smoother transition post v0.7, downstream projects should address these warnings and update the code accordingly.

Full changelog

New features

Bug fixes

Documentation changes

Build system changes