From dccf9bcb1539c62cb8b25f367f58dcf3f397cfae Mon Sep 17 00:00:00 2001 From: Nicolas Mellado Date: Mon, 11 Dec 2023 22:32:56 +0100 Subject: [PATCH] Update CHANGELOG to release v.1.2 --- CHANGELOG | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 167bf000..87b3da27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,13 +3,17 @@ Ponca changelog -------------------------------------------------------------------------------- -Current head (v.1.2 RC) +Current head (v.1.3 RC) + + +-------------------------------------------------------------------------------- +v.1.2 +This release introduces several bug fixes and minor improvements. - API - - [spatialPartitioning] Optimize memory use in knngraph queries (#104) - - [spatialPartitioning] Clean KdTree API (#122) - [fitting] Mark `Base` type as protected instead of private in CRTP classes (#119) - [fitting] Improve KdTreeNodes API by hiding internal memory layout, improve methods naming (#120) + - [spatialPartitioning] Clean KdTree API (#122) - Examples - Fix example cuda/ponca_ssgls (#109) @@ -17,15 +21,16 @@ Current head (v.1.2 RC) - Bug-fixes and code improvements - [fitting] Use variadic template for basket extensions (#85) - [fitting] Fix current status issue (#108) + - [fitting] Fix sphere fit eigen solver (#112) + - [spatialPartitioning] Optimize memory use in knngraph queries (#104) - [spatialPartitioning] Fix potential compilation issues in KnnGraph (#111) - [spatialPartitioning] Fix debug macros in KnnGraphRangeQuery (#121) - - [fitting] Fix sphere fit eigen solver (#112) -Docs - [fitting] Clarify documentation on FIT_RESULT (#108) -------------------------------------------------------------------------------- -v.1.1 RC +v.1.1 This release improves the Spatial Partitioning Package with new features and improved doc, as well as several bug fixes and API improvements.