capellambse v0.7.4
New features
- Make
@propertys a bit more exception-resistant by @Wuestengecko (b953bee) - ci-templates: Avoid multi-line script blocks in Gitlab templates by @Wuestengecko (766ee47)
Performance improvements
- Reduce fetch depth to 1 in Gitlab pipelines by @MoritzWeber0 (e3174fe)
Bug fixes
- model: Reimplement the dict-like interface for PropertyValueGroup by @Wuestengecko (dad34b2)
- diagram: Try to take cached diagram for nodes by @ewuerger (6dc708e)
Documentation changes
- Improve documentation of
MelodyModel.update_diagram_cache()by @Wuestengecko (0ba49bf)
Build system changes
- Add missing Python 3.13 classifier by @Wuestengecko (e32bf88)
CI/CD changes
- Run select downstream tests by @Wuestengecko (4205fe7)
Code refactorings
- filtering: Simplify 'ModelElement.filtering_criteria' by @Wuestengecko (d9b208a)