Skip to content

Commit e4a38f1

Browse files
committed
Release 4.5.0
1 parent 597bebb commit e4a38f1

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

docs/release_notes/4.5.0.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
- Update year and update license test to 2021.
2+
- Bump OSVVM. :vunit_issue:`712`
3+
- Support Python 3.9.
4+
- Call `supports_coverage()` rather than returning method object. :vunit_issue:`638`
5+
- Do not use `relpath` when printing output file. :vunit_issue:`661`
6+
- Make `runner.create_output_path` a member of `TestRunner` class and reanme to `_get_output_path`. :vunit_issue:`682`
7+
- Update `check_stable` to handle longer time frames. :vunit_issue:`636`
8+
- Add `check_equal` for `character`. :vunit_issue:`721` :vunit_issue:`722`
9+
- Update `.gitignore`. :vunit_issue:`641`
10+
- Resolve ambiguity between VUnit's `line_vector` type and the new standard `line_vector` type in VHDL-2019. :vunit_issue:`664`
11+
- [Tests] Use `str` for params to `self.check`, reduce 'many_keys' to avoid failure with latest GHDL.
12+
- [Docs] Travis is not used for releases, use `autodoc_default_options` instead of (deprecated) `autodoc_default_flags`, fix duplicated content and index of vunit_cli, add intersphinx mapping to docs.python.org, update 'Credits' and 'License', use buildthedocs/sphinx.theme, replace `LICENSE.txt` with `LICENSE.rst`, replace `README.rst` with `README.md`, move 'Requirements' from 'About' to 'Installing', add captioned toctrees, use admonitions, move CI out from CLI and update content, add blog post on continuous integration, clarify that GHDL is a rolling project. :vunit_issue:`694`
13+
- [Tools] raise exception if git not available when creating release notes.
14+
- [Example/vhdl/array_axis_vcs] Update, expand procedure `run_test`, add stall functionality. :vunit_issue:`648`
15+
- [UI] Fix not serializable path when exporting JSON. :vunit_issue:`657`
16+
- [Tox] add pyproject.toml, use isolated_build, merge tox.ini into pyproject.yml.
17+
- [Setup] Ensure that the source tree is on the sys path.
18+
- [RivieraPro] Fix coverage merge error. :vunit_issue:`675`
19+
- [RivieraPro] handle empty macro. :vunit_issue:`681`
20+
- [RivieraPro] Update VHDL version option in command line interface to work with version 2020.04 and above. :vunit_issue:`664`
21+
- [VCs] Add null AXI stream master and slave constants.
22+
- [VCs] Fix bug in AXI stream protocol checker rule 4.
23+
- [VCs] Add ability to define the actor on new_axi_slave function. :vunit_issue:`709`
24+
- [VCs] Push avalon master read req msg one cycle earlier. :vunit_issue:`695` :vunit_issue:`696`
25+
- [VCs] Fix broken msg passing in wishbone master. :vunit_issue:`692` :vunit_issue:`693`
26+
- [CI] Update container registry, use ghcr.io.
27+
- [CI] Pin Sphinx and docutils version to work around theme issues.

vunit/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ def version():
6060
return VERSION
6161

6262

63-
VERSION = "4.4.1rc0"
63+
VERSION = "4.5.0"

0 commit comments

Comments
 (0)