You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Improved compile time using type erasure.
* Added the save_kd_tree and load_kd_tree functions.
* Replaced several std::runtime_error exceptions by std::invalid_argument.
Updated the minimum Python version to 3.10.
Avoid global namespace redeclaration of index error with GNU extensions.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ Optional:
80
80
*[Google Benchmark](https://github.com/google/benchmark) is needed to run any of the benchmarks. The [nanoflann](https://github.com/jlblancoc/nanoflann) and [OpenCV](https://opencv.org/) benchmarks also require their respective libraries to be installed.
81
81
82
82
Python bindings:
83
-
*[Python](https://www.python.org/). Version 3.7 or higher.
83
+
*[Python](https://www.python.org/). Version 3.10 or higher.
84
84
*[pybind11](https://github.com/pybind/pybind11). Used to ease the creation of Python bindings. Available under the [BSD](https://github.com/pybind/pybind11/blob/master/LICENSE) license and copyright.
85
85
*[OpenMP](https://www.openmp.org/). For parallelization of queries.
86
86
*[numpy](https://numpy.org/). Points and search results are represented by ndarrays.
0 commit comments