Skip to content

Commit 9a653cb

Browse files
committed
Changelog and version in .hpp for v1.7.1
1 parent dc360e8 commit 9a653cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# nanoflann 1.7.1: Released Mar 15, 2025
2+
- ResultSets::worstDist(): Fix a potential access to negative index in array (did not happen in practice, but static analysis tools correctly detected this possibility).
3+
14
# nanoflann 1.7.0: Released Feb 3, 2025
25
- ResultSets::worstDist(): clarify the meaning of its return value, and made to return the actual worst distance in the found set (only if set is full)
36

include/nanoflann.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#include <vector>
6262

6363
/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
64-
#define NANOFLANN_VERSION 0x170
64+
#define NANOFLANN_VERSION 0x171
6565

6666
// Avoid conflicting declaration of min/max macros in Windows headers
6767
#if !defined(NOMINMAX) && \

0 commit comments

Comments
 (0)