v0.5.1
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.