-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1138-4EB
committed
Nov 30, 2019
1 parent
20c6be4
commit 07d9f7b
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- Fix broken ``vhdl_standard`` setting in some situations. :vunit_issue:`594` | ||
- Add 'external modes' (VHPIDIRECT) to ``string_ptr`` and ``integer_vector_ptr``; add ``byte_vector_prt`` too. :vunit_issue:`507` :vunit_issue:`476` | ||
- Add report data to ``Results`` object/class. :vunit_issue:`586` | ||
- Use a Python formatter: `psf/black <https://github.com/psf/black>`_. :vunit_issue:`554` | ||
- Refactor ``vunit/ui``, ``vunit/sim_if``, ``vunit/test`` and ``tests``. :vunit_issue:`572` :vunit_issue:`582` | ||
- Deprecate ``array_pkg``. It will be removed in future releases. Use :ref:`integer_array_pkg` instead. :vunit_issue:`593` | ||
- 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. | ||
- Add support for Python 3.8. | ||
- Deprecate Python 2.7. This is the last release supporting Python 2 and Python 3. Upcoming releases will be for Python 3 only. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,4 +68,4 @@ def version(): | |
return VERSION | ||
|
||
|
||
VERSION = "4.2.0" | ||
VERSION = "4.3.0" |