Skip to content

1.3.0

Compare
Choose a tag to compare
@relf relf released this 22 Aug 08:16
· 207 commits to master since this release
  • Breaking Changes: MGP is now compliant with the SurrogateModel API
    • mgp.predict_values() method outputs is now a 2d array (fix #375)
    • mgp.predict_variances() method now takes only one arg and returns only MGP variances (old version call predict_variances(x, both=False))
    • mgp.predict_variances_no_uq() , specific to MGP, computes variances without hyperparameters uncertainty (second value returned by the old version call predict_variances(x, both=True))
  • Cleanup install_requires: remove packaging, move numpydoc and matplotlib to requirements.txt (#370)
  • Documentation updates:
  • Fix warnings in optimized ESE LHS (#350)
  • Fix wing weight problem formula (#381)
  • Use warnings.warn instead of print in Kriging-based surrogates (#367 thanks @zhoutianxun)