Skip to content

2.9.1 Fixed issue with cocotb 1.8.0.dev0 version string

Latest
Compare
Choose a tag to compare
@raysalemi raysalemi released this 19 Apr 17:09
· 70 commits to master since this release

Some users want to run with the cocotb 1.8.0.dev0 version. This string caused a ValueError in pyuvm. Now pyuvm ignores the string. 1.8.0.dev0 becomes 1.8.0 when testing the version number in the pyuvm.test() decorator.

What's Changed

  • Minor edit to tox.ini to support Python 3.6/3.9 by @svenka3 in #123
  • Fix environment variable definition in TinyALU Makefile by @miserva in #127
  • Replace logger name with pathname+lineno in logging messages by @miserva in #131
  • Fix colored output when COCOTB_ANSI_OUTPUT is set 0 by @viewtifulRafa in #132
  • Change "UVMNotImplemented" error to "UsePythonMethod" error when applicable by @hzisman in #133
  • Fix markdown lint errors in main README.md by @hzisman in #135
  • Fix bug regarding cocotb versions that contain a string by @raysalemi in #142

New Contributors

Full Changelog: 2.9.0...2.9.1