Skip to content

Commit

Permalink
Changelog and version in .h for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jlblancoc committed Feb 3, 2025
1 parent 9c84c4c commit 518b2b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# nanoflann 1.7.0: Released Feb 3, 2025
- 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)

# nanoflann 1.6.3: Released Jan 7, 2025
- cmake_required_version bumped to 3.10
- clang-format version bumped to 14
Expand Down
2 changes: 1 addition & 1 deletion include/nanoflann.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#include <vector>

/** Library version: 0xMmP (M=Major,m=minor,P=patch) */
#define NANOFLANN_VERSION 0x163
#define NANOFLANN_VERSION 0x170

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

0 comments on commit 518b2b9

Please sign in to comment.