libnabo Changelog

What's new in libnabo 1.0.6

Mar 7, 2015
  • 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

New in libnabo 1.0.5 (Jun 13, 2014)

  • Added configure scripts for full catkinization
  • Catkinization of libnabo (following REP136)
  • Update README.md
  • Added Simon as the maintainer.
  • [test] use CLOCK_PROF for NetBSD build
  • Fixed CppCheck warning.
  • Fix broken install when doxygen is not found
  • Fix cmake stylistic issue
  • Make python install respect custom CMAKE_INSTALL_PREFIX
  • Fix broken install when doxygen is not found
  • Contributors: Chris Foster, Francis Colas, Paul Furgale, Pierrick Koch, Stéphane Magnenat, fcolas

New in libnabo 1.0.4 (Jun 13, 2014)

  • Updated Debian version number.
  • Added check for invalid optionFlags values.
  • Fixed compilation on OS X, reduced code duplication in tests by moving timers into helpers.h
  • Contributors: Stéphane Magnenat

New in libnabo 1.0.3 (Jun 13, 2014)

  • Prevent requesting more points than available in the cloud, prevent the use of empty clouds, bumped version number.
  • Added test for grep.
  • Worked around issue `#3 `_ on Windows.
  • Updated documentation.
  • Contributors: Stéphane Magnenat

New in libnabo 1.0.2 (Jun 13, 2014)

  • Updated version number.
  • Added const
  • Removed useless optimisation, cleaned-up.
  • faster tree heap when less neighbors than requested
  • Hopefully fixed detection of missmatched python versions.
  • Fixed cloud size check for clouds with billions of points.
  • Contributors: Francis Colas, Stéphane Magnenat

New in libnabo 1.0.1 (Jun 13, 2014)

  • Bumped version in doc.
  • Updated documentation to reflect the disabling of OpenCL.
  • Fixed bug in version define.
  • Typo.
  • Added note about nabo citation.
  • Fixed the semantic of epsilon to match the documentation's and ANN's ones.
  • Added ability to pass one radius per point.
  • Added custom command for python target.
  • Reverted buggy change
  • Fixed old python_add_module
  • fixed python 2.6 detection on debian.
  • Fixed debian installation.
  • Added debian-specific install target.
  • Fixed doc and python link command
  • Added docstring to python bindings.
  • Added test and improved CMakeLists.txt
  • Added debian install for python
  • Renammed to pynabo, added python install script.
  • Experimental python bindings working.
  • When number of point is smaller than bucket size, create a single-bucket tree.
  • Cleaned-up makefile.
  • Fixed description.
  • Merge branch 'master' of github.com:ethz-asl/libnabo
  • Added dbg package.
  • Contributors: Stéphane Magnenat