Skip to content

v0.5.1

Compare
Choose a tag to compare
@Jaybro Jaybro released this 06 Dec 13:56
· 433 commits to master since this release

PicoTree v0.5.1 changes:

  • EigenAdaptor compiles with Clang.
  • KdTree.SearchKnn and SearchAknn now also accept random access iterators as output arguments. This adds flexibility to how the results can be stored in memory. E.g., storing the results of different searches in aligned memory.