mirror of
https://github.com/jlblancoc/nanoflann.git
synced 2026-01-16 21:01:17 +01:00
Changelog update
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
nanoflann 1.5.0: UNRELEASED
|
||||
nanoflann 1.5.0: Released Jun 16, 2023
|
||||
* **API changes:**
|
||||
- Users of radius search should change their result placeholder type:
|
||||
`std::vector<std::pair<IndexType, DistanceType>>` => `std::vector<nanoflann::ResultItem<IndexType, DistanceType>>`. (See [#166](https://github.com/jlblancoc/nanoflann/issues/166) for the motivation of this change).
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# version format
|
||||
version: 1.4.2-{branch}-build{build}
|
||||
version: 1.5.0-{branch}-build{build}
|
||||
|
||||
os: Visual Studio 2019
|
||||
|
||||
|
||||
Reference in New Issue
Block a user