Our Blog

Many Packages with the Provengo logo on them

March 25, 2024 Release: Linux and All

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 the sample.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.

Oh, and don’t forget to check our recently updated tutorials page.

Happy modeling/spec-ing/testing!

The provengo team