Capellambse

Latest version: v0.6.15

Safety actively analyzes 724087 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 28

0.7.0

What's Changed
* fix(realization-view): No parents visible bugfix by ewuerger in https://github.com/DSD-DBS/capellambse-context-diagrams/pull/185
* refactor(tree-view): Don't use params in collector by ewuerger in https://github.com/DSD-DBS/capellambse-context-diagrams/pull/184
* refactor: Use custom collector for default context by ewuerger in https://github.com/DSD-DBS/capellambse-context-diagrams/pull/191
* fix: Move edges to the correct owner by ewuerger in https://github.com/DSD-DBS/capellambse-context-diagrams/pull/188


**Full Changelog**: https://github.com/DSD-DBS/capellambse-context-diagrams/compare/v0.6.3...v0.7.0

0.6.15

New features

- **diagram_cache**: Add export format to the cache index entries *by Wuestengecko* (9b9fc528cf3cdc8a3be92502a42db7e49e48d5d9)
- **http**: Treat more response codes as "not found" *by Wuestengecko* (c7170e5280c1ca47cead882b779d6597a89879c9)

Performance improvements

- **diagram**: Try looking up the index when loading cached diagrams *by Wuestengecko* (c47a3166c75a963752b16fc7b5fc1a5a094c3b4b)

Bug fixes

- **decl**: Pre-resolve 'find', 'set' and 'extend' args during sync *by Wuestengecko* (56804daebbaf6a0484c6c0fc64cb56e930791f71)
- **diagram_cache**: Mark exports of empty models as successful *by Wuestengecko* (a897a9e05307fe45a1bb5bf1111f0930d6720396)
- **exs**: Use the correct line end sequence at EOF *by Wuestengecko* (5a0a3ecbf9bdb98581482f26c0d26d0be4908adf)

0.6.14

Bug fixes

- Match the type hint against subclasses when creating objects *by Wuestengecko* (8558e1ee576d03cdbbe56fc7bf708767b7e6aa69)
- Defer loading the filehandler until after `loadinfo` *by Wuestengecko* (08374254030b4d31ee735e906ab8eed06fc5175e)

0.6.13

New features

- **diagram_cache**: Exit 3 on partial export failure *by Wuestengecko* (d3bf15f632575e4cf291f2c3034a1d169a4e2084)

Bug fixes

- **svg**: Be more lenient when deserializing JSON *by Wuestengecko* (ef5d9875ea595bfa79609af664534d41d669f429)
- **diagram_cache**: Ignore viewbox cropping failures and copy anyway *by Wuestengecko* (c39b7fa5577ddd04b091ff229d116579d7bf2245)
- **diagram_cache**: Ignore XML declaration when cropping SVGs *by jamilraichouni* (a9989e52de5e8eaf93d4f374764d98da335b0b84)

0.6.12

New features

- **decl**: Add `!html` for markupsafe.Markup *by Wuestengecko* (f7b65a048f7980404a5879f3391532bd5371d11f)

Bug fixes

- **model**: Allow None as sourcefmt for `diagram.convert_format` *by Wuestengecko* (e48ab6576d0239cef39661cf199bc2607cec30d6)
- Remove duplicates in `PhysicalComponent.components` *by ewuerger* (c34102a54b8d11bb5576477251c178781f02e770)
- **decl**: Improve message on soft metadata mismatch *by Wuestengecko* (2f016aadb253e7491313820d434f5519241a5cf0)
- **loader**: Don't yield link objects in `iterall_xt()` *by Wuestengecko* (9c5fc130d1933e1f6488dd944088cd6dba7d0a75)
- **exs**: Always expand `<semanticResources>` tags *by Wuestengecko* (820d12c14ba3e0120918e7a0fda256fcbd96dc63)
- **model**: Fix styleclass for Parts on PA *by Wuestengecko* (eb1d6e4fe4c977669810473943d4fbe33488fb70)

Documentation changes

- Use Read the Docs for PR docs builds *by ewuerger* (d889d1714ae84a46d2ee87ba9878be005467930d)
- Update link reference to context diagrams docs *by ewuerger* (c47cf6d146f62fc57ba618ac4d0c8cda07b21281)
- **readme**: Use markdown *by Wuestengecko* (fd8588050161904703c838b216693ae4979c1be8)
- **readme**: Improve instructions for local dev setup *by Wuestengecko* (14d3c71d2fd611977da796d0bf29887c82ab2fc1)

Build system changes

- Fix LSP + pre-commit dev setup and instructions *by Wuestengecko* (e1cf12f394770f5bfbea868f48084a59447c4361)
- Migrate to uv *by Wuestengecko* (a87a77344a609ffef26b78fed7d29a6384ed022b)
- Use a `src/` layout *by Wuestengecko* (8c1d4afbdfa9e7259e55344db00c7aa8ba0e7ba7)

CI/CD changes

- Run "local" pre-commit hooks serially *by Wuestengecko* (6a449597fab4aa9c01e3e6fdff32ccc17c16ab70)
- Use local project venv for running pre-commit hooks *by Wuestengecko* (dedf3f8acd0576aa0d0f12101394d78848bfd997)
- Rewrite notebook verifier as standalone script *by Wuestengecko* (1e9b287020d33d1cc7ac666dcdde10a5d48073c7)
- Bump setup-uv to v5 *by Wuestengecko* (e46bc0ddc8511863848b8ae22d60d9f1b67b102d)
- Run tests on Py 3.13 *by Wuestengecko* (b721c44577a0bebcb426b7d23e16ead89b5d04ed)
- Switch to `reuse-lint-file` in pre-commit *by ewuerger* (b82e5fe065ce4fdd1f70147125e5da0892c94ea0)
- Cancel old Code QA workflows on new pushes *by Wuestengecko* (fb1ffb8f6e5e1f8668da9724312c43d13829f67c)
- Run example notebooks with a static seed *by Wuestengecko* (27e1afdfe9c8249357bdd015ba0a0eb1aaf89e08)
- Build docs without waiting for the notebooks *by Wuestengecko* (bdc98b1fa140ace83be3e581a6853960fb937f22)

0.6.11

Reverted earlier changes

- Don't remove unneeded namespace declarations *by Wuestengecko* (43210413d98b84254ae66bab74be87d9b33d7314)

New features

- Add owned_features to Component *by Wuestengecko* (973b5825dc19bc137d7380c22d9c4f62e98fb2c5)
- Add an envvar to generate deterministic UUIDs *by Wuestengecko* (3d74132d2d5846c0db333389d2ddf8b656259f18)
- **mm**: Add Scenario realization links *by Wuestengecko* (2965ebb1145a07996032948c124d5c23007647b6)

Bug fixes

- **pvmt**: Set type on applied EnumerationPropertyValue *by Wuestengecko* (19d3a57847c3fa3a1c8351cedf9d4f94663ff668)
- **pvmt**: Fix access to types defined on a PVMT domain *by Wuestengecko* (3da826f3b540192c85d78cc99ef15699a968d657)
- **exs**: Don't convert tabs to entities outside of attributes *by Wuestengecko* (7d2e4160ba20522b898a53045bdb97947201da3a)
- **svg**: Support small labels *by huyenngn* (ea4b85e5986673a824d1888174019e71eb3cbb7a)
- **metamodel**: Allow multiple FEX categories *by Wuestengecko* (59602d3e9a9e40127c05cc1dc73ac171686e24ba)

CI/CD changes

- Run remaining example notebooks on failure *by Wuestengecko* (863137f34bb2857f059d09303ebe298f6dfd65f6)

Code refactorings

- Put some newlines in `__html__()` *by Wuestengecko* (1573932281a2315a615e85de6c9063111b1ed590)

Page 2 of 28

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.