Skip to content

Releases: fvutils/pyvsc

0.4.8

05 Jul 17:47
Compare
Choose a tag to compare

0.4.8

  • (#95) Correct issues with multi-level nested foreach constraints

0.2.9

29 Jan 02:18
Compare
Choose a tag to compare

0.2.9

  • Correct an issue with array-bin specifications involving individual values.

0.2.8

08 Nov 00:57
Compare
Choose a tag to compare
  • Correct an issue with random-sized arrays being 'pinned' to a single size

0.2.7

07 Nov 21:56
Compare
Choose a tag to compare
  • (#45) - Correct an issue with approximate array sizing due to varaible-bound limitations
  • Improve bounding of variables for randomization
    • Add propagators for equality relationships (a == b)
    • Add propagators for variable inequalities (a < b) to match constant inequalities

0.2.6

05 Nov 02:58
Compare
Choose a tag to compare

0.2.6

  • (#44) - Correct an issue with nested if_then and foreach constructs
  • (nobug) - Correct an issue with auto-conversion from scalar to bool

0.2.5

25 Oct 22:53
Compare
Choose a tag to compare

0.2.5

  • (#43) - Correct an issue with enum-type fields and solve-fail diagnostics
  • (#34) - Correct an issue with arrays and solve-order constraints

0.0.3

24 Jun 04:37
Compare
Choose a tag to compare

Correct an issue with support of plain (non-int) enumerated type ; Ensure that enum types are properly biased for randomization

0.0.2

06 Jun 17:29
Compare
Choose a tag to compare

Improves random distribution of values across constrained variables using variable bounds information (eg a<10 implies a domain of [0..9])