Skip to content

Releases: aas-core-works/aas-core3.0-python

aas-core3.0-python 1.1.1

06 Nov 04:46
3f6428f
Compare
Choose a tag to compare

We propagate the fix for V3.0 in the meta-model which reverted the order of data_specification and data_specification_content. This was necessary so that the XML schemas for V3.0 remain backwards compatible.

aas-core3.0-python 1.1.0

27 Oct 18:42
fcaa700
Compare
Choose a tag to compare

We introduce additional functions which can de-serialize all model instances by determining the type based on the first start element and dispatching to the concrete de-serialization function accordingly.

aas-core3.0-python 1.0.4

16 Apr 17:48
da19ec0
Compare
Choose a tag to compare

The dataSpecification field in EmbeddedDataSpecification is made optional, according to the book.

aas-core3.0-python 1.0.3

22 Mar 22:29
546109d
Compare
Choose a tag to compare
  • Update to aas-core-meta, codegen, testgen cb28d18, c414f32, 6ff39c260 (#23)

    We propagate the fix from abnf-to-regex related to maximum qualifiers
    which had been mistakenly represented as exact repetition before.

aas-core3.0-python 1.0.2

13 Mar 13:39
a80ba18
Compare
Choose a tag to compare
  • Update to aas-core-meta, codegen, testgen 79314c6, 94399e1, e1087880 (#20)

    This patch release brings about the fix for patterns concerning dates and date-times with zone offset 14:00 which previously allowed for a concatenation without a plus sign.

aas-core3.0-python 1.0.1

14 Feb 19:23
9f3bc26
Compare
Choose a tag to compare
  • Test and fix for text attached to end XML elements (#18).

    This patch fixes for the edge case where ElementTree's ```XMLPullParser`` attaches the text to the end element instead of the start element. Previously, some XML files were wrongly reported as incorrect.

    We do not know what causes this different behavior of the parser, but suspect that it has something to do with the size of the parser's buffer.

aas-core3.0-python 1.0.0

02 Feb 15:56
be62b1c
Compare
Choose a tag to compare

This is the first stable release. The release candidates stood
the test of time, so we are now confident to publish a stable
version.

aas-core3.0-python 1.0.0rc3

08 Sep 10:40
2852e16
Compare
Choose a tag to compare
Pre-release

In this version, we fix:

  • Constraints AASc-3a-010 and AASd-131, propagated from aas-core-meta pull requests 281 and 280, respectively.

We also add the following minor feature:

  • Add __repr__ to verification.Error to facilitate debugging in the downstream clients. Propagated from aas-core-codegen pull request 400.

aas-core3.0-python 1.0.0rc2

28 Jun 08:11
4c35b97
Compare
Choose a tag to compare
Pre-release
  • Update to aas-core-meta, codegen, testgen 44756fb, 607f65c,
    bf3720d7 (#7)

    • This is an important patch propagating in particular the following fixes
      which affected the constraints and their documentation:

    • Pull requests in aas-core-meta 271, 272 and 273 which affect the
      nullability checks in constraints,

    • Pull request in aas-core-meta 275 which affects the documentation
      of many constraints.