Skip to content

Releases: DSD-DBS/py-capellambse

v0.4.13

26 Jul 14:12
a3f2fec
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.12...v0.4.13

v0.4.12

24 Jun 14:01
19dd0f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.11...v0.4.12

v0.4.11

07 Jun 09:41
d851ec6
Compare
Choose a tag to compare

What's Changed

  • Various minor QoL changes / features by @Wuestengecko in #79
  • refactor: Use SPDX license header in source files by @Wuestengecko in #81
  • crosslayer: set return type to default value by @henrik997 in #76
  • Fix rendering of diagrams in example notebooks by @ewuerger in #82
  • #44 Improve detection of Git LFS files by @Wuestengecko in #88
  • feat(model): Introduce search(below=...) by @Wuestengecko in #89
  • Expand on the "Documentation and examples" section in the README by @Wuestengecko in #90
  • Code Generation by @henrik997 in #77
  • Restructure the README by @Wuestengecko in #93
  • Add Access History for ModelElements and Requirements by @ewuerger in #71
  • Exchange items filter by @ewuerger in #84
  • Support for FunctionalChainInvolvement context and exchanged items by @ewuerger in #94

Full Changelog: v0.4.10...v0.4.11

v0.4.10

31 Mar 14:25
973aa08
Compare
Choose a tag to compare

What's Changed

  • Added method short_html to class AbstractDiagram by @henrik997 in #69
  • Added examples for working with linked Capella Libraries - notebook by @henrik997 in #70
  • Fix edge port snapping by @henrik997 in #72
  • ReqIF exporter by @jamilraichouni in #74
  • Improve information by @ewuerger in #53

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9

10 Mar 09:27
879eeeb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8

17 Feb 12:19
c5798c5
Compare
Choose a tag to compare

Fixed digram styling issues for SAB + minor improvements and some new shortcuts.

v0.4.7

07 Feb 15:39
836a19e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.6...v0.4.7

v0.4.6

26 Jan 09:45
Compare
Choose a tag to compare

Realizing/ed states for States

  • Add attributes for realizing and realized states by @ewuerger in #57

Full Changelog: v0.4.5...v0.4.6

Physical Paths and Port State Machines

17 Jan 13:01
5104f16
Compare
Choose a tag to compare
  • introduced PhysicalPath
  • PhysicalLink now has accessors for physical paths and allocated exchanges
  • PhysicalPath now has accessors for involved links and allocated exchanges
  • PhysicalArchitecture now has accessors for all_physical_paths and all_component_Exchanges
  • added link between port and state machines (fa)
  • added tests and test items for all new features
  • updated API model

Full Changelog: v0.4.4...v0.4.5

v0.4.4

13 Jan 08:56
Compare
Choose a tag to compare

Added support for Data Values + minor bug fixes