diff --git a/CHANGELOG.md b/CHANGELOG.md index daded68320a07869efaa6c5b2d643b97eaa110e7..d675e1166c6626217d32c6c8ab19895f6ded8e79 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