From dabe5cc89554e1fada84b376b82b641bfbcd430a Mon Sep 17 00:00:00 2001 From: HannesSommer Date: Thu, 5 Mar 2015 12:07:11 +0100 Subject: [PATCH 1/2] Updated changelog --- CHANGELOG.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index aed956b..18f3af3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,19 @@ Changelog for package libnabo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Reset point indices of results with distances exceeding threshold (#23, #24) +* Fine tune the find_package() capability and add uninstall target (#22) +* Fixed compiler warning (#18) +* Added OpenMP support (#20, #21) +* Build type tuning (#19) +* Fix: terminal comma in enum requires C++11 +* Fix UBSAN error calculating maxNodeCount (#16, #17) +* Fixed tiny (yet significant) error in the Python doc strings (#15) +* Compile static lib with PIC (#14) +* Contributors: Francois Pomerleau, François Pomerleau, Gregory Hitz, Gregory Jefferis, Simon Lynen, Stéphane Magnenat + 1.0.5 (2014-06-12) ------------------ * Added configure scripts for full catkinization From 5c8f4768ab745b7a2d26506f7d4948b34abc158c Mon Sep 17 00:00:00 2001 From: HannesSommer Date: Thu, 5 Mar 2015 12:33:28 +0100 Subject: [PATCH 2/2] 1.0.6 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 18f3af3..88fd37b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package libnabo ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +1.0.6 (2015-03-05) +------------------ * Reset point indices of results with distances exceeding threshold (#23, #24) * Fine tune the find_package() capability and add uninstall target (#22) * Fixed compiler warning (#18) diff --git a/package.xml b/package.xml index 4a7ecd8..f8e4338 100644 --- a/package.xml +++ b/package.xml @@ -1,7 +1,7 @@ libnabo - 1.0.5 + 1.0.6 libnabo is a fast K Nearest Neighbour library for low-dimensional spaces.