Skip to content

EasyVVUQ v0.8

Choose a tag to compare

@orbitfold orbitfold released this 14 Jan 14:32
7e0e0fd

EasyVVUQ v0.8 - EasyVVUQ M30 release

New features:

  • Convenient relocation of campaigns that need to be moved to another storage location and then further worked on.
  • Added a new AnalysisResults class that represents analysis results. It can be used to inform further sampling and simulations. It also provides a consistent interface between Analysis classes and the user.
  • Plotting functionality in the AnalysisResults class.
  • Added Cerberus validation of the Decoder output.

Updates:

  • Changed the interface between Decoders and the Database - Decoders are now mandated to return dictionaries instead of pandas DataFrames.
  • Removed Collaters - moved that functionality to the database.