From a4cf2e7b1b5c35e13128d11b4689f811efc72497 Mon Sep 17 00:00:00 2001 From: kohlhaasrebecca <rebecca.kohlhaas@outlook.com> Date: Thu, 18 Jul 2024 21:56:50 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index daded6832..d675e1166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,13 @@ ## [1.1.0] ### Requirements -* numpy now at 1.23.5 +* numpy >= 1.23.5 ### Added Features * class `SeqDesign` for sequential training +* `Engine` can be built without a surrogate +* `BayesInference` and `BayesModelComparison` can be performed on an `Engine` object without a surrogate Examples * Example `user_guide` to go along with the user guide on the website @@ -16,16 +18,19 @@ Examples ### Changed * Moved functions for sequential training from `Engine` to `SeqDesign` * Moved `hellinger_distance`, `logpdf`, `subdomain` into `surrogate_models/seq_design` -* Early stop in `BayesInf` for `BayesModelComp` +* Early stop in `BayesInf` for improved performance of `BayesModelComp` * Allow singular matrices in exploitation with `BayesActDesign` +* `ExpDesign.generate_ED` no longer needs `transform` Bug fixes * Import of `ExpDesign` allowed * Images in `PostProcessing` only saved, not opened +* Fixed option `MetaModel.dim_red_method = 'pca'` ### Removed * Disabled exploration with `voronoi` +* `BayesModelComp.just_n_meas` ## [1.0.0] ### Requirements -- GitLab