Skip to content

Releases: XS-MLVP/toffee

v0.1.3

26 Oct 03:16

Choose a tag to compare

Features

  • Add bundle randomize_all
  • Add the function alias add_cover_point

Bug Fixes

  • Fixed an issue where tasks created in create_task could not trigger a test failure when using pytest

Changes

  • The Model does not need to match all methods when matching
  • Modified the module import level and Agent initialization method

v0.1.2

26 Sep 02:39

Choose a tag to compare

Bug Fixes

  • Fix abnormal behavior when Signals is set to 1
  • Fix connection exception occurs when multiple bundles containing subbundles are instantiated
  • Fix exception occurs when PreRequest is used without --mlvp-report parameter

v0.1.1

08 Sep 09:34

Choose a tag to compare

Bug Fixes

  • Fixed abnormal behavior generated by monitor_method and driver_method when multiple identical agents are instantiated

Changes

  • Change the interface that gets the number of monitor queues from .size to <Agent>.monitor_size

v0.1.0

06 Sep 13:58

Choose a tag to compare

mlvp basic functionality is implemented, adding the following platform components

  • Agent
  • Env
  • Model
  • pytest plugin

Basic interface changes, refactoring asynchronous support, test case writing, etc
Note that this version is not compatible with the previous version, please update with caution

Full Changelog: v0.0.2...v0.1.0

v0.0.2

06 Sep 13:49

Choose a tag to compare

The initial mlvp release provides basic asynchronous, bundle, and report generation capabilities