Skip to content

Conversation

@Paebbels
Copy link
Member

@Paebbels Paebbels commented Oct 29, 2025

New Features

  • Added Python 3.14 support.
  • Dropped Python 3.9 and 3.10 support.
  • Added more literal forms:
    • Added new enumeration BitStringBase.
    • Enhanced BitStringLiteral
    • Added BinaryBitStringLiteral
    • Added OctalBitStringLiteral
    • Added DecimalBitStringLiteral
    • Added HexadecimalBitStringLiteral

Changes

  • Bumped dependencies.
    • Relaxed lxml dependency.

@Paebbels Paebbels self-assigned this Oct 29, 2025
@Paebbels Paebbels added the enhancement New feature or request label Oct 29, 2025
@Paebbels Paebbels marked this pull request as ready for review October 29, 2025 22:53
@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.13% 66.04%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (db3da12) 4320 3286 76.06%
Head commit (1172b70) 4371 (+51) 3319 (+33) 75.93% (-0.13%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#102) 53 35 66.04%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

❌ Patch coverage is 66.03774% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.10%. Comparing base (db3da12) to head (1172b70).
⚠️ Report is 12 commits behind head on main.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
pyVHDLModel/Expression.py 65.38% 18 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #102      +/-   ##
==========================================
- Coverage   74.21%   74.10%   -0.12%     
==========================================
  Files          22       22              
  Lines        4320     4371      +51     
  Branches      365      369       +4     
==========================================
+ Hits         3206     3239      +33     
- Misses       1034     1052      +18     
  Partials       80       80              
Flag Coverage Δ
unittests 74.10% <66.03%> (-0.12%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Paebbels Paebbels merged commit a175bc5 into main Oct 29, 2025
58 of 60 checks passed
@Paebbels Paebbels deleted the dev branch October 29, 2025 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants