Skip to content

Commit

Permalink
Merge pull request #26 from HannesSommer/release/1.0.6
Browse files Browse the repository at this point in the history
Release/1.0.6
  • Loading branch information
simonlynen committed Mar 5, 2015
2 parents 1d32efc + 5c8f476 commit 520378e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog for package libnabo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

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)
* 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
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>libnabo</name>
<version>1.0.5</version>
<version>1.0.6</version>
<description>
libnabo is a fast K Nearest Neighbour library for low-dimensional spaces.
</description>
Expand Down

0 comments on commit 520378e

Please sign in to comment.