Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 07 Dec 20:34
376fd0c

Release created on: 07.12.2021 - 20:34:19

New Features

  • CI: Add Static Type Checks job.
  • Publish coverage and static type checking reports to documentation website.
  • Add workflow_dispatch event to CI Pipeline.

Changes

  • Rename default branch from master to main.
  • Update logo, banner and favicon.
  • Documentation:
    • Fall back to alabaster if _theme is not available.
    • Cleanup requirements.txt.
    • Update shields/badges and reorganized them.
    • Add ref to EDAA site through a toctree.
    • Add ref to coverage and typing reports.
  • README:
    • Reorganized content and updated shields/badges.
  • Using new pipeline workflow based on pyTooling/Actions
  • Update/rework requirements files.
  • Usage of pyTooling.Decorators instead of pydecor for @export.
  • Adjusted and documented dependencies.
  • Usage of pyTooling.Packaging to single source version and package information.

Bug Fixes

  • Added missing implementations for property GenericAssociations and PortAssociations in Instantiation.
    Close #40 (see da57002)