v0.4.3
Release created on: 07.07.2023 - 22:09:16
New Features
- Updated VHDLLibrary class.
Dependencies between libraries to compute compile order of libraries (based on anytree).
Changes
- Bumped dependencies.
- Using
ExtendedType
frompyTooling
.- Mark mixin-classes as mixins.
- Changed string formatting to use f-strings.
- Updated Sphinx configuration.
- Remove unused local extensions.
- Configured autoapi
- Added more Sphinx roles for text styling.
- Added modified Jinja template for autoapi.
- ci/Params: do not override python_version_list, since 3.6 was deprecated in pyTooling/Actions.
- Simplified GitHub Action pipeline using
dev
branch from pyTooling/Actions. - Added dependabot rule to check for GH action updates.
- Updated PR template.
Bug Fixes
- Fixed bug in finding already existing VHDL libraries.
Related Issues:
Related PR:
- pyTooling/Actions#39 (dependency)