Skip to content

Releases: fvutils/pyvsc

0.9.0

22 Jun 02:13
Compare
Choose a tag to compare

0.9.0

  • (#219) - Add unique_vec constraint to support unique-vector constraints

0.8.9

12 Apr 01:03
Compare
Choose a tag to compare

0.8.9

  • (#205) - Ensure that recursive references between objects don't cause recursion

0.8.8

11 Dec 02:49
Compare
Choose a tag to compare

0.8.8

  • Ensure covergroup type names are properly reflected in saved coverage data.
  • Test suite updates to adapt to newer Python versions
  • Bump required version of PyUCIS to 0.1.3

0.8.7

25 Nov 18:17
Compare
Choose a tag to compare

0.8.7

  • (#199) - Correct how the swizzler handles 'not inside'. It was incorrectly treating
    it the same as 'inside'

0.8.6

26 Sep 23:16
Compare
Choose a tag to compare

0.8.6

  • (#191) - Fix from @alwilson to ensure proper priority of dist vs soft constraints
  • (exp) - Add experimental covergroup callback

0.8.5

22 Aug 21:59
Compare
Choose a tag to compare

0.8.5

  • (#189) - Correct an issue with how arrays with constraints on sum are
    grouped into rand sets.

0.8.4

22 Aug 00:06
Compare
Choose a tag to compare

0.8.4

  • (#188) - Automatically convert floating-point numbers used in constraints
    to integers

0.8.3

06 Mar 05:04
Compare
Choose a tag to compare

0.8.3

  • (#176) [Resolved by Alex Wilson] Correctly handle soft constraints
    that are under conditions such as if/else.

0.8.2

28 Jan 02:26
Compare
Choose a tag to compare

0.8.2

  • (#172) Change list subscript to return a ValueInt such that the
    value returned by a list subscript can, itself, be subscripted

0.8.1

15 Nov 00:11
Compare
Choose a tag to compare

0.8.1

  • (#135) Add an 'original_module' field to randobj classes so true declaration
    location can be determined