From 3fb808bcacc9ed238a30fa26bc7e4069fdac288b Mon Sep 17 00:00:00 2001 From: Nicolas Mellado Date: Mon, 31 Jul 2023 18:13:40 +0200 Subject: [PATCH] Release v1.1 --- CHANGELOG | 7 +++++-- doc/src/ponca_changelog.mdoc | 12 +++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3636ed3d6..a107ce0ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,9 +3,12 @@ Ponca changelog -------------------------------------------------------------------------------- -Current head (v.1.1 RC) +Current head (v.1.2 RC) + +-------------------------------------------------------------------------------- +v.1.1 RC This release improves the Spatial Partitioning Package with new features and -improved doc. +improved doc, as well as several bug fixes and API improvements. - API - [spatialPartitioning] Add kd-tree traits type (#80) diff --git a/doc/src/ponca_changelog.mdoc b/doc/src/ponca_changelog.mdoc index 247f41e7b..d003c7176 100644 --- a/doc/src/ponca_changelog.mdoc +++ b/doc/src/ponca_changelog.mdoc @@ -11,8 +11,18 @@ \section ponca_releases_overview Principal features of the latest releases - \subsection ponca_v10_sec V1.0: adding Spatial Partitioning module + \subsection ponca_v11_sec V1.1: improve Spatial Partitioning module + bug fixes + - add KdTreeTraits to customize KdTree, add KnnGraph + - fix several mathematical bugs in Fitting package + - update documentation and examples + + \code + git checkout v1.1 + \endcode + + \subsection ponca_v10_sec V1.0: adding Spatial Partitioning module + - improve the computation timings (we reported x1.2 to x1.4 gain depending on the situation) - reduce code duplication - ease the design of new estimators