Skip to content

EasyVVUQ 0.7

Compare
Choose a tag to compare
@orbitfold orbitfold released this 24 Sep 09:43
· 1433 commits to dev since this release
bffb526

Important changes since v0.6

  • Added Kubernetes support via the ExecuteKubernetes action. This allows the user to execute their VVUQ workflows on a Kubernetes cluster with minimal set-up overhead.
  • Reworked the actions mechanism. In preparation of implementing it using the Futures mechanism which would allow for a more interactive use of the framework.
  • Improvements to the Monte Carlo sampling and analysis classes.
  • Documentation restructuring and new tutorials.
  • Added a CopyEncoder for easier handling of arbitrary configuration files.
  • Added a large interactive Jupyter notebook tutorial covering the major features of the software.
  • Added a ReplicaSampler class for sampling simulations with different seed values.
  • Greatly expanded testing coverage. Most of the essential functionality is covered by high-quality tests that check for the correctness of the results.