From b2a986399ae0e51d215e98be756f27f475c13a9d Mon Sep 17 00:00:00 2001 From: Martin Fitzner Date: Wed, 29 May 2024 11:24:10 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb3170191..281a82d2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Non-GP surrogates not working with `deepcopy` and the simulation module due to slotted base class +- Datatype inconsistencies for various parameters' `values` and `comp_df` related to + floating point precision ## [0.9.0] - 2024-05-21 ### Added