Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Oct 02:43
614445b

Release created on: 17.10.2021 - 02:43:15

New Features

  • Parse Xilinx Vivado project files (*.xpr) and provide a ProjectModel instance (@stefanunrein).
  • Added __str__ methods.
  • Added DefaultFileSet on design.
  • Made project public on GitHub.
  • Test example code from README via CI job.
  • Added example project (directories and dummy files).
  • Added StopWatch example project for XPR testing from https://github.com/PLC2/Solution-StopWatch
  • Publish coverage report and static typing report to GitHub pages (by @umarcor).
  • Added testing with Python 3.10.

Changes

  • Improved/fixed Resolved... methods.
  • Improved/fixed test cases.
  • Activated colored outputs from pytest.

Bug Fixes

  • Fixed badges in README.