Skip to content

Commit 43ff8f1

Browse files
committed
Release 5.0.0.dev6
1 parent 9b6cd48 commit 43ff8f1

File tree

6 files changed

+27
-13
lines changed

6 files changed

+27
-13
lines changed

docs/news.d/1095.feature.rst

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

docs/news.d/1096.bugfix.rst

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

docs/news.d/1098.misc.rst

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

docs/news.d/1113.feature.rst

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

docs/news.d/1114.feature.rst

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

docs/release_notes/5.0.0.dev6.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
Bug Fixes
3+
~~~~~~~~~
4+
5+
- Updated Visualizer support to also work with Questa 2024.2. (:vunit_issue:`1096`)
6+
7+
8+
Features
9+
~~~~~~~~
10+
11+
- Added support for running testbenches depending on a set of user-provided source files.
12+
13+
The intended use case is to feed VUnit with files that have been changed since some point in time.
14+
The changes are typically provided by the version control system. (:vunit_issue:`1095`)
15+
- Added support for repeating seeds from previous test run by setting the ``--seed`` option to ``repeat``. (:vunit_issue:`1113`)
16+
- Added support for test prioritization with two goals in mind:
17+
18+
1. Prioritize likely failures - Tests more likely to fail are executed earlier to provide faster feedback.
19+
2. Load balancing - When tests are executed in parallel using the -p option, VUnit will try to keep the threads balanced to minimize total execution time.
20+
21+
Added the ``--changed`` option that limits tests to those that depend on changes made after the last test run. (:vunit_issue:`1114`)
22+
23+
24+
Miscellaneous
25+
~~~~~~~~~~~~~
26+
27+
- Updated handling of ``disable_ieee_warnings`` for NVC 1.16 and later. (:vunit_issue:`1098`)

0 commit comments

Comments
 (0)