From 1dde3ba1b6d0dc8dbfe6f31d8ce9feb3f3523bf6 Mon Sep 17 00:00:00 2001 From: Amael Marquez Date: Tue, 3 Oct 2023 16:23:01 +0200 Subject: [PATCH] Update Changelog --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index a107ce0ce..74c02c7ef 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -28,6 +28,7 @@ improved doc, as well as several bug fixes and API improvements. - [fitting] Fix a bug in dtau computation for scale-only derivation (#98) - [fitting] Fix a bug in MlsSphereFitDer weight derivatives (#97) - [ci] Fix Compiler is out of heap space error on Github (MSVC), by splitting tests (#87) + - [fitting] Use variadic template for basket extensions (#85) - Tests - Fix WeightKernel test (failing on windows due to finite differences) (#91)