diff --git a/CHANGELOG b/CHANGELOG index 01817202..f0352cbe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,12 @@ 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) @@ -18,17 +23,18 @@ 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) - - [spatialPartitioning] Fix potential compilation issues in KnnGraph (#111) - - [spatialPartitioning] Fix debug macros in KnnGraphRangeQuery (#121) - [fitting] Fix sphere fit eigen solver (#112) - [fitting] Fix a bug in AlgebraicSphere::primtiveGradient (#127) + - [spatialPartitioning] Optimize memory use in knngraph queries (#104) + - [spatialPartitioning] Fix potential compilation issues in KnnGraph (#111) + - [spatialPartitioning] Fix debug macros in KnnGraphRangeQuery (#121) - [spatialPartitioning] Improve kdtree to_string to output data in YAML format (#125) -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.