Skip to content

Commit 8a35871

Browse files
authored
fix formatting
1 parent eaef8ef commit 8a35871

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

CHANGELOG.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
nanoflann 1.5.3: UNRELEASED
1+
# nanoflann 1.5.3: UNRELEASED
22
* **Other changes**:
33
- Save one redundant call to `computeMinMax()` in `middleSplit_` ([PR#220](https://github.com/jlblancoc/nanoflann/pull/220) by [qq422216549](https://github.com/qq422216549)).
44

5-
nanoflann 1.5.2: Released Nov 29, 2023
5+
# nanoflann 1.5.2: Released Nov 29, 2023
66
* **Other changes**:
77
- Improve RKNN search efficiency ([PR#219](https://github.com/jlblancoc/nanoflann/pull/219) by [kya8](https://github.com/kya8)).
88

9-
nanoflann 1.5.1: Released Nov 27, 2023
9+
# nanoflann 1.5.1: Released Nov 27, 2023
1010
* **API changes:**
1111
- Add new search method `rknnSearch()` for knn searches with a maximum radius.
1212
- Add missing `SearchParameters` argument to `KDTreeSingleIndexDynamicAdaptor_::knnSearch()` ([PR#213](https://github.com/jlblancoc/nanoflann/pull/213) by [ManosPapadakis95](https://github.com/ManosPapadakis95)).
@@ -18,7 +18,7 @@ nanoflann 1.5.1: Released Nov 27, 2023
1818
- `nanoflann_gui_example_R3_rknn`
1919

2020

21-
nanoflann 1.5.0: Released Jun 16, 2023
21+
# nanoflann 1.5.0: Released Jun 16, 2023
2222
* **API changes:**
2323
- Users of radius search should change their result placeholder type:
2424
`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).
@@ -45,40 +45,40 @@ nanoflann 1.5.0: Released Jun 16, 2023
4545
* BUGFIXES:
4646
- Avoid segfault if saving an empty index (Closes [#205](https://github.com/jlblancoc/nanoflann/issues/205)).
4747

48-
nanoflann 1.4.3: Released Jul 24, 2022
48+
# nanoflann 1.4.3: Released Jul 24, 2022
4949
* Added flag SkipInitialBuildIndex to allow not wasting time building a tree when it will be loaded from a file later on ([PR #171](https://github.com/jlblancoc/nanoflann/pull/171)).
5050
* Mark all constructors explicit, to avoid unintended creation of temporary objects ([Issue #179](https://github.com/jlblancoc/nanoflann/issues/179)).
5151
* BUGFIX: avoid potential index out of bounds in KDTreeSingleIndexDynamicAdaptor ([PR #173](https://github.com/jlblancoc/nanoflann/pull/173))
5252

53-
nanoflann 1.4.2: Released Jan 11, 2022
53+
# nanoflann 1.4.2: Released Jan 11, 2022
5454
* Install pkg-config .pc file under lib directory (Closes [#161](https://github.com/jlblancoc/nanoflann/issues/161)).
5555
* Integrate AppVeyor CI.
5656

57-
nanoflann 1.4.1: Released Jan 6, 2022
57+
# nanoflann 1.4.1: Released Jan 6, 2022
5858
* Fix incorrect install directory for cmake target & config files.
5959
* Do not install example binaries with `make install`.
6060
* Provide working examples for cmake and pkgconfig under `examples/example_*` directories.
6161

62-
nanoflann 1.4.0: Released Jan 2, 2022
62+
# nanoflann 1.4.0: Released Jan 2, 2022
6363
* nanoflann::KDTreeSingleIndexAdaptor() ctor now forwards additional parameters to the metric class, enabling custom dynamic metrics.
6464
* Add and apply a `.clang-format` file (same one than used in MOLAorg/MOLA projects).
6565
* Examples: clean up and code modernization.
6666
* CMake variables prefixed now with `NANOFLANN_` for easier integration of nanoflann as a Git submodule.
6767
* Fixes for IndexType which are not of integral types [PR #154](https://github.com/jlblancoc/nanoflann/pull/154)
6868
* save/load API upgraded from C `FILE*` to C++ file streams (By Dominic Kempf, Heidelberg University, [PR](https://github.com/jlblancoc/nanoflann/pull/157)).
6969

70-
nanoflann 1.3.2: Released Nov 5, 2020
70+
# nanoflann 1.3.2: Released Nov 5, 2020
7171
* Add optional argument for Eigen matrix layout [commit](https://github.com/jlblancoc/nanoflann/commit/40fa96badcfc4b1a2df38b40b8a368cf5521ace4).
7272
* Throw exception on malloc failure [PR #126](https://github.com/jlblancoc/nanoflann/pull/126).
7373
* Respect GNUInstallDirs in CMake install rules [PR #131](https://github.com/jlblancoc/nanoflann/pull/131).
7474

75-
nanoflann 1.3.1: Released Oct 11, 2019
75+
# nanoflann 1.3.1: Released Oct 11, 2019
7676
* Fixed bug in KDTreeSingleIndexDynamicAdaptor. See: https://github.com/jlblancoc/nanoflann/commit/a066148517d16c173954dcde13c1527481b9fad3
7777
* Fix build in XCode.
7878
* Simplify CMakeLists for Eigen example (requires Eigen3Config.cmake now)
7979
* Avoid setting cmake global executable build path
8080

81-
nanoflann 1.3.0: Released Aug 28, 2018
81+
# nanoflann 1.3.0: Released Aug 28, 2018
8282
* Instructions for `make install` for Linux and Windows (Closes #87).
8383
* Fix all (?) MSVC conversion warnings (Closes: #95).
8484
* Avoid need for _USE_MATH_DEFINES in MSVC (Closes: #96)
@@ -87,54 +87,54 @@ nanoflann 1.3.0: Released Aug 28, 2018
8787
* Support for dynamic datasets.
8888
* Support for non-Euclidean spaces: SO(2), SO(3)
8989

90-
nanoflann 1.2.3: Released Dec 20, 2016
90+
# nanoflann 1.2.3: Released Dec 20, 2016
9191
* Fixed: split plane now correctly chooses the dimensions with the largest span.
9292
Should lead to more optimal trees.
9393

94-
nanoflann 1.2.2: Released Nov 10, 2016
94+
# nanoflann 1.2.2: Released Nov 10, 2016
9595
* knnSearch() now also returns the number of valid points found.
9696

97-
nanoflann 1.2.1: Released Jun 1, 2016
97+
# nanoflann 1.2.1: Released Jun 1, 2016
9898
* Fix potential compiler warnings if `IndexType` is signed.
9999
* New unit tests comparing the results to those of brute force search.
100100

101-
nanoflann 1.2.0: Released May 5, 2016
101+
# nanoflann 1.2.0: Released May 5, 2016
102102
* Fixed: many classes constructors get const ref arguments but stored const values.
103103

104-
nanoflann 1.1.9: Released Oct 2, 2015
104+
# nanoflann 1.1.9: Released Oct 2, 2015
105105
* Added KDTreeSingleIndexAdaptor::radiusSearchCustomCallback() (Based on a suggestion by Yannick Morin-Rivest)
106106
* Better documentation in class headers.
107107
* Cleanup of unused code.
108108
* Parameter KDTreeSingleIndexAdaptorParams::dim has been removed since it was redundant.
109109

110-
nanoflann 1.1.8: Released May 2, 2014
110+
# nanoflann 1.1.8: Released May 2, 2014
111111
* Created hidden constructors in nanoflann class, to disallow unintentional copies which will corrupt
112112
the internal pointers.
113113
* Fixed crash if trying to build an index of an empty dataset.
114114

115-
nanoflann 1.1.7: Released Aug 24, 2013
115+
# nanoflann 1.1.7: Released Aug 24, 2013
116116
* Two internal containers are now automatically defined as fixed-size arrays if the
117117
problem dimension is known at compile time, improving efficiency.
118118
The new/modified datatypes are: KDTreeSingleIndexAdaptor::BoundingBox, KDTreeSingleIndexAdaptor::distance_vector_t
119119
* Fixed compilation with GCC 4.8 and C++11 enabled (Thanks to Simon Praetorius).
120120

121-
nanoflann 1.1.6: Released May 14, 2013
121+
# nanoflann 1.1.6: Released May 14, 2013
122122
* Fixed warnings about unused parameters.
123123
* Fixed L1_adaptor.accum_dist(), which implemented L2 instead (Closes #1)
124124
* Fixed wrong typedef in KDTreeEigenMatrixAdaptor<> for IndexType!=size_t (Closes: #2)
125125

126-
nanoflann 1.1.5: Released Mar 25, 2013
126+
# nanoflann 1.1.5: Released Mar 25, 2013
127127
* Fixed: Memory pool wasn't freed after each call to buildIndex()
128128
* GCC: Added -isystem flag to gtest headers to avoid pedantic warnings.
129129

130-
nanoflann 1.1.4: Released Jan 11, 2013
130+
# nanoflann 1.1.4: Released Jan 11, 2013
131131
* Fixed compilation with Visual Studio 11 (MSVC 2012).
132132
* Fixed compilation of gtest with VS11 and its _VARIADIC_MAX "bug".
133133
* Added a security check to launch an exception if searches are attempted before buildIndex().
134134
* New example to demonstrate save/load the index to files.
135135
* save/load methods exposed as public.
136136

137-
nanoflann 1.1.3: Released Jun 6, 2012
137+
# nanoflann 1.1.3: Released Jun 6, 2012
138138
* GTest sources are now embedded, due to the changes in newer Ubuntu packages which don't carry the precompiled libs.
139139
* Added asserts to detect whether the user passes NULL as query points.
140140
* New method RadiusResultSet::worst_item()
@@ -145,20 +145,20 @@ nanoflann 1.1.3: Released Jun 6, 2012
145145
* Fixed building of tests for MSVC in Windows.
146146
* Allow manually setting the path to Eigen3 (mainly for building examples under Windows).
147147

148-
nanoflann 1.1.2: Released May 2, 2012
148+
# nanoflann 1.1.2: Released May 2, 2012
149149
* Better documentation and added graphs of a benchmarking for helping choosing "leaf_max_size".
150150
* Now KDTreeSingleIndexAdaptor::buildIndex() can be called several times
151151
even when the dataset size changes (Thanks to Rob McDonald for reporting!)
152152

153-
nanoflann 1.1.1: Released Feb 1, 2012
153+
# nanoflann 1.1.1: Released Feb 1, 2012
154154
* Some fixes to kd_tree index and L1/L2 metrics to allow distinct types
155155
in data elements and in the distances. This is mainly to permit elements
156156
being vectors of integers (e.g. uint8_t) but distances being real numbers.
157157
* Examples and unit tests have been corrected to use template arguments
158158
instead of being hard-wired to "float" data types (Thanks Thomas Vincent
159159
for noticing!).
160160

161-
nanoflann 1.1.0: Released Dec 15, 2011
161+
# nanoflann 1.1.0: Released Dec 15, 2011
162162
* Fixed warnings for MSVC and for GCC with "-Wall -pedantic"
163163
* Updated performance tests to work with the final nanoflann code (they were
164164
written for a very early version).
@@ -167,5 +167,5 @@ nanoflann 1.1.0: Released Dec 15, 2011
167167
backward compatibility in user code, especify "int" to override the default
168168
template arguments, although "size_t" it's recommended.
169169

170-
nanoflann 1.0.0: Released Aug 30, 2011
170+
# nanoflann 1.0.0: Released Aug 30, 2011
171171
* Initial version

0 commit comments

Comments
 (0)