v0.17.0
Release created on: 03.12.2022 - 22:19:56
New Features
None
Changes
- ‼Changed property
Identifiersto returnTuple[str]instead ofList[str]. - ‼Renamed:
NamedEntity→NamedEntityMixinMultipleNamedEntity→MultipleNamedEntityMixinLabeledEntity→LabeledEntityMixinDocumentedEntity→DocumentedEntityMixinMixinDesignUnitWithContext→DesignUnitWithContextMixin
- Derived
NamefromModelEntity. - 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
autoapitemplate. - 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
LibraryClause→Library.
- Fixed broken references in documentation (
Related PRs:
None