Skip to content

Commit 07d9f7b

Browse files
author
1138-4EB
committed
Release 4.3.0
1 parent 20c6be4 commit 07d9f7b

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

docs/release_notes/4.3.0.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Fix broken ``vhdl_standard`` setting in some situations. :vunit_issue:`594`
2+
- Add 'external modes' (VHPIDIRECT) to ``string_ptr`` and ``integer_vector_ptr``; add ``byte_vector_prt`` too. :vunit_issue:`507` :vunit_issue:`476`
3+
- Add report data to ``Results`` object/class. :vunit_issue:`586`
4+
- Use a Python formatter: `psf/black <https://github.com/psf/black>`_. :vunit_issue:`554`
5+
- Refactor ``vunit/ui``, ``vunit/sim_if``, ``vunit/test`` and ``tests``. :vunit_issue:`572` :vunit_issue:`582`
6+
- Deprecate ``array_pkg``. It will be removed in future releases. Use :ref:`integer_array_pkg` instead. :vunit_issue:`593`
7+
- Python 3.4 reached End-of-life in 2019-03-18 and it is no longer tested. Support is expected to break in future releases.
8+
- Add support for Python 3.8.
9+
- Deprecate Python 2.7. This is the last release supporting Python 2 and Python 3. Upcoming releases will be for Python 3 only.

vunit/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def version():
6868
return VERSION
6969

7070

71-
VERSION = "4.2.0"
71+
VERSION = "4.3.0"

0 commit comments

Comments
 (0)