From 46b5869b78ad06cd59e51d3c7a3241f0bb9010f4 Mon Sep 17 00:00:00 2001 From: Nicolas Mellado Date: Wed, 10 Jul 2024 17:49:07 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 752ba92d..a6e07dad 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,8 +14,12 @@ Current head (v.1.3 RC) - [all] Limit explicit use of exceptions and adapt to compilation mode (#135) - [fitting] Fix MeanNormal and MeanNormalDer classes for mean normal vector derivatives computation (#136) +- Tests + - [fitting] Compare single-pass covariance analysis with standard two-passes algorithm (#143) + - Docs - [spatialPartitioning] Update KdTree docs to reflect the kdtree API refactor (#129) + - [fitting] Add equations explaining how single-pass covariance analysis works (#143) -------------------------------------------------------------------------------- v.1.2