Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 22:19
14f9247

Release created on: 03.12.2022 - 22:19:56

New Features

None

Changes

  • ‼Changed property Identifiers to return Tuple[str] instead of List[str].
  • ‼Renamed:
    • NamedEntityNamedEntityMixin
    • MultipleNamedEntityMultipleNamedEntityMixin
    • LabeledEntityLabeledEntityMixin
    • DocumentedEntityDocumentedEntityMixin
    • MixinDesignUnitWithContextDesignUnitWithContextMixin
  • Derived Name from ModelEntity.
  • Disabled PIP version check in CI.
  • Documentation:
    • Added news for Dec 2022.
    • Changed navigation bar.
    • Changed manually written local ToCs to a ReST command.
    • Split chapter about types into a new main page for subtypes.
    • Added more code documentation.
  • Updated autoapi template.
  • Updated Sphinx configuration.
    • Activated mermaid.
    • Changed colors for inheritance disgrams.
    • Changed source code / highlighting theme.
  • Removed dummy pages.

Bug Fixes

  • Documentation:
    • Fixed broken references in documentation (pyVHDLModel.VHDLModel...pyVHDLModel.SyntaxModel...).
    • Fixed section title LibraryClauseLibrary.

Related PRs:

None