Skip to content

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 14:30
a93ad17

Created on: 23.06.2021 - 14:30:10

New Features

  • Added methods GetLibrary and AddDocument to class Design.
  • Added SharedVariable.

Changes

  • Changed initialization routines of many model entities.
  • Renamed RecordTypeMember to RecordTypeElement.
  • Split ConstrainedSubTypeSymbol into ConstrainedScalarSubTypeSymbol and ConstrainedCompositeSubTypeSymbol.
  • Changed type of property Design.Libraries from List[Library] to Dict[str, Library].
  • Added code to AccessType and FileType.
  • Renamed property Elements to Literals in EnumeratedType.

Bug Fixes

  • Let ScalarType, CompositeType, ProtectedType derive from Type instead of BaseType