Skip to content

v0.33.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Nov 09:26
963c80f

New Features

  • Added new warning classes (using pyTooling.Warning):
    • warnings: VHDLModelWarning, NotImplementedWarning
    • critical warnings: VHDLModelCriticalWarning, BlackboxWarning
  • Enhanced BitStringLiteral:
    • Added readonly properties:
      • BinaryValue
      • Bits
      • Length
      • Signed
  • Added collection of components in ConcurrentDeclarationRegionMixin:
    • Added readonly property Components.
  • Package std.standard:
    • Added types real and line.

Changes

  • Bumped dependencies.
  • Removed code specific for Python <3.11.
  • Raises pyTooling warnings on skipped code or not implemented code parts.
  • Raises pyTooling warning on detected blackboxes.

Unit Tests

  • Updated pyproject.toml due to pytest update to v9.0.
  • Check for specific exception LibraryExistsInDesignError.

Published from Pipeline workflow triggered by github-actions[bot] on 2025-11-13 09:26:21 UTC.

This automatic release was created by pyTooling/Actions::Release.yml