Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.5.0 #54

Merged
merged 43 commits into from
Nov 3, 2024
Merged

v0.5.0 #54

merged 43 commits into from
Nov 3, 2024

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Jul 29, 2023

New Features

  • Added methods AddFileSet and AddFileSets to FileSet and Design.
  • Added properties FileSetCount and TotalFileSetCount to FileSet and Design.
  • Added properties FileCount and TotalFileCount to FileSet and Design.
  • Added SRDLVersion property to FileSet, Design and Project.
  • Added property FileCount to VHDLLibrary.
  • Added SystemRDL file type.
    (See Add SystemRDL file type #48 contributed by @RasmusGOlsen)
  • Reworked (System-)Verilog related file types.

Changes

  • Bumped dependencies.
  • Use meta-class ExtendedType for class Attribute.
  • Added more testcases.
  • Updated pyproject file.

Bug Fixes

None

Unit Tests

  • Use new pipeline template.

Related PRs:

@codecov
Copy link

codecov bot commented Jul 29, 2023

Codecov Report

Merging #54 (3d65107) into main (38aa30f) will decrease coverage by 8.32%.
The diff coverage is 61.04%.

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
- Coverage   78.83%   70.52%   -8.32%     
==========================================
  Files          13        4       -9     
  Lines        1682     1201     -481     
  Branches      330      353      +23     
==========================================
- Hits         1326      847     -479     
+ Misses        276      269       -7     
- Partials       80       85       +5     
Flag Coverage Δ
unittests 70.52% <61.04%> (-8.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
pyEDAA/ProjectModel/Attributes.py 100.00% <ø> (ø)
pyEDAA/ProjectModel/Xilinx/Vivado.py 85.12% <ø> (ø)
pyEDAA/ProjectModel/Xilinx/__init__.py 100.00% <ø> (ø)
pyEDAA/ProjectModel/__init__.py 68.42% <61.04%> (-2.15%) ⬇️

... and 9 files with indirect coverage changes

@Paebbels Paebbels added the Enhancement New feature or request label Jul 30, 2023
@Paebbels Paebbels marked this pull request as ready for review November 3, 2024 22:12
@Paebbels Paebbels merged commit adf2fce into main Nov 3, 2024
37 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

How can I add a FileSet to a FileSet?
2 participants