Skip to content

Release of v1.4.3

Compare
Choose a tag to compare
@jlblancoc jlblancoc released this 23 Jul 22:12
· 125 commits to master since this release
v1.4.3
2f54b8e

nanoflann 1.4.3: Released Jul 24, 2022

  • Added flag SkipInitialBuildIndex to allow not wasting time building a tree when it will be loaded from a file later on (PR #171).
  • Mark all constructors explicit, to avoid unintended creation of temporary objects (Issue #179).
  • BUGFIX: avoid potential index out of bounds in KDTreeSingleIndexDynamicAdaptor (PR #173)