Skip to content

Commit c65a2e4

Browse files
committed
Release 5.0.0.dev5
1 parent 995ac9c commit c65a2e4

File tree

7 files changed

+28
-11
lines changed

7 files changed

+28
-11
lines changed

docs/news.d/1078.misc.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/news.d/1082.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/news.d/1089.feature.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

docs/news.d/1091.deprecation.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/news.d/1092.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/news.d/899.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/release_notes/5.0.0.dev5.rst

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
Bug Fixes
3+
~~~~~~~~~
4+
5+
- Added workarounds for Visualizer restart and stability issues. (:vunit_issue:`899`)
6+
- Fixed array_axis_vcs example. (:vunit_issue:`1082`)
7+
8+
9+
Deprecations
10+
~~~~~~~~~~~~
11+
12+
- Dropped support for Python 3.7 which reached end-of-life mid 2023. (:vunit_issue:`1091`)
13+
14+
15+
Features
16+
~~~~~~~~
17+
18+
- Provided a unique base seed to every simulation. From that base seed any number of unique seed can derived
19+
to initialize the random number generators in the testbench. Unique seeds increase the test coverage for
20+
randomized tests over time as they are executed repeatedly by the user and the CI. The seed can be overrideen
21+
from the command line with the --seed option in order to reproduce failing tests. (:vunit_issue:`1089`)
22+
23+
24+
Miscellaneous
25+
~~~~~~~~~~~~~
26+
27+
- Added shebang to setup.py. (:vunit_issue:`1078`)
28+
- Updated the setup GHDL action used in the GitHub CI. (:vunit_issue:`1092`)

0 commit comments

Comments
 (0)