Skip to content

Releases: DSD-DBS/py-capellambse

capellambse v0.6.2

12 Aug 10:56
v0.6.2
cb8c62d
Compare
Choose a tag to compare

Bug fixes

Documentation changes

capellambse v0.6.1

08 Aug 14:10
v0.6.1
6d1122e
Compare
Choose a tag to compare

Bug fixes

capellambse v0.6.0

08 Aug 11:22
v0.6.0
040555b
Compare
Choose a tag to compare

Breaking changes

  • Clean out deprecated features, aliases and attributes
  • Reorganize the model and metamodel implementation
  • Change how the "model.info" is presented

If you were using capellambse v0.5.x, please check out the migration guide at:
https://dsd-dbs.github.io/py-capellambse/start/migrating-0.6.html

Full changelog

New features

Bug fixes

Documentation changes

Build system changes

CI/CD changes

Code refactorings

capellambse v0.5.70

06 Aug 09:53
v0.5.70
264b3b7
Compare
Choose a tag to compare

Breaking changes incoming!

capellambse will soon be updated to the v0.6 series, which will clean up with the currently deprecated features and attributes. A migration guide will be made available with v0.6.0.

Full changelog

Bug fixes

capellambse v0.5.69

22 Jul 16:02
v0.5.69
582ff0f
Compare
Choose a tag to compare

Breaking changes incoming!

capellambse will soon be updated to the v0.6 series, which will clean up with the currently deprecated features and attributes. A migration guide will be made available with v0.6.0.

Full changelog

New features

capellambse v0.5.68

19 Jul 07:38
v0.5.68
865afb6
Compare
Choose a tag to compare

Breaking changes incoming!

This is the last planned release of the v0.5.x series. v0.6 will clean up with the currently deprecated features and attributes.

If your code currently raises any DeprecationWarnings, it needs to be updated before you can upgrade to capellambse v0.6.

Full changelog

New features

Performance improvements

Bug fixes

CI/CD changes

capellambse v0.5.67

11 Jul 10:09
v0.5.67
81eeb47
Compare
Choose a tag to compare

New features

Performance improvements

Bug fixes

CI/CD changes

Code refactorings

capellambse v0.5.66

08 Jul 12:15
v0.5.66
662dcee
Compare
Choose a tag to compare

Notable changes

  • Development versions of capellambse will no longer be published to
    PyPI. If you want to work with the current development state, install
    capellambse directly from the git repository instead of using pip install --pre:

    pip install git+https://github.com/DSD-DBS/py-capellambse.git

Full changelog

Reverted earlier changes

New features

Bug fixes

Documentation changes

Build system changes

CI/CD changes

Unit test changes

Code refactorings

capellambse v0.5.65

06 Jun 14:57
v0.5.65
5c1e479
Compare
Choose a tag to compare

Notable changes

  • This release introduces model validation using a custom rule set.

    Note that this feature is distinct from the "Validate Model" option in the Capella GUI. Validation in capellambse uses its own custom set of rules.

    In this initial feature release, the rule set is hard coded, and only contains a handful of rules that have proven useful in internal tests. Future releases may extend this functionality with more rules, and may add the ability to load and apply a custom rule set.

Full changelog

New features

Bug fixes

Build system changes

capellambse v0.5.64

29 May 13:11
v0.5.64
3b92f5c
Compare
Choose a tag to compare

Notable changes

Full changelog

New features

Bug fixes

Unit test changes

Code refactorings