Rejoice! There’s a new Provengo release out. Apart from some bug fixes (big “thank you” to all users reporting them), here are the big news:
- DEB and RPM install packages: Linux installation packages are available at the downloads page, so it’s much easier to install on Linux-es, both desktops and VMs that are part of the CI.
- New sampling algorithm: The
sample
command can now sample using two algorithms. Use the-a
flag or thesample.algorithm
configuration key to switch between them.- random (default, what we had before)
Random sampling of scenarios from the model. Good fit for large models. - full
Samples all scenarios from the model (up to a given length, to support cycles). Good fit for small-to-medium models.
- random (default, what we had before)
Oh, and don’t forget to check our recently updated tutorials page.
Happy modeling/spec-ing/testing!
The provengo team