Skip to content

Commit aad93a5

Browse files
committed
Release 4.4.0
1 parent 3124d97 commit aad93a5

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

docs/release_notes/4.4.0.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
- Update year and update license test to 2020.
2+
- Bump OSVVM to latest version.
3+
- Add possibility to configure random stalls for AXI Stream. :vunit_issue:`557`
4+
- JSON-for-VHDL: use base16 encodings :vunit_issue:`595`
5+
- First release requiring Python 3.6 or higher. Python 2.7, 3.4 and 3.5 are not supported anymore. :vunit_issue:`596` :vunit_issue:`601`
6+
- Start adding type annotations to the Python sources; add mypy (a static type checker) to the list of linters. :vunit_issue:`601` :vunit_issue:`626`
7+
- Move co-simulation (VHPIDIRECT) sources (implementation and example) to `VUnit/cosim <https://github.com/VUnit/cosim>`_ :vunit_issue:`606`
8+
- ghdl interface: with ``ghdl_e``, save runtime args to JSON file :vunit_issue:`606`
9+
- Add missing mode assertions to ``-93`` sources of ``integer_vector_ptr`` and ``string_ptr``. :vunit_issue:`607`
10+
- Add method ``get_simulator_name()`` to public Python API. :vunit_issue:`610`
11+
- Start replacing ``join``, ``dirname``, etc. with ``pathlib`` :vunit_issue:`612` :vunit_issue:`626` :vunit_issue:`632`
12+
- Fix parsing adjacent hyphens in a literal. :vunit_issue:`616`
13+
- Fix ``ghdl.flags`` error in documentation. :vunit_issue:`620`
14+
- Rename compile option 'ghdl.flags' to 'ghdl.a_flags' :vunit_issue:`624`
15+
- Move ``project.Library`` to separate file
16+
- Remove Travis CI and AppVeyor, use GitHub Actions only
17+
- Remove Sphinx extension ABlog; handle posts as regular pages in subdir ``blog``
18+
- Update GHDL to v0.37 in Windows CI jobs.
19+
- Fix regression in GHDL (``prefix of array attribute must be an object name``) :vunit_issue:`631` :vunit_issue:`635`
20+
- Add code coverage support for GHDL :vunit_issue:`627`

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.3.1rc0"
71+
VERSION = "4.4.0"

0 commit comments

Comments
 (0)