Skip to content

Releases: jlblancoc/nanoflann

Release of 1.2.0

16 May 11:18
Compare
Choose a tag to compare

Changes:

  • Fixed the potential of crashes (and minor performance optimization): many classes constructors get const ref arguments but stored const values.

Release of 1.1.9

02 Oct 16:05
Compare
Choose a tag to compare

nanoflann 1.1.9: Released Oct 2, 2015

Changes:

  • Added KDTreeSingleIndexAdaptor::radiusSearchCustomCallback() (Based on a suggestion by Yannick Morin-Rivest)
  • Better documentation in class headers.
  • Cleanup of unused code.
  • Parameter KDTreeSingleIndexAdaptorParams::dim has been removed since it was redundant.

Release of nanoflann 1.1.8

01 May 22:13
Compare
Choose a tag to compare

nanoflann 1.1.8: Released May 2, 2014

  • Created hidden constructors in nanoflann class, to disallow unintentional copies which will corrupt
    the internal pointers.
  • Fixed crash if trying to build an index of an empty dataset.