From c036b20fe68770027cf2ae7d91ed95b684c0ea79 Mon Sep 17 00:00:00 2001 From: Marius Muja Date: Mon, 28 Mar 2011 13:48:07 -0700 Subject: [PATCH] Updated changelog --- ChangeLog | 29 +++++++++++++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0e79d53..e96a0e7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,30 @@ - - + + +Version 1.6.8 + * bug fixes, low dimensional search speedup + +Version 1.6.7 + * bug fixes + +Version 1.6.6 + * misc bug fixes + +Version 1.6.5 + * fix compilation problem on some C++ compilers + * fixes in the python bindings + +Version 1.6.4 + * small bug fix + +Version 1.6.3 + * radius search speedup + +Version 1.6.2 + * slight API changes to the C++ bindings, now the main index type is templated + * on the distance functor which makes it easier to use custom distances + * new kd-tree implementation optimized for low dimensionality data + * experimental MPI support for cluster computing + Version 1.5 * new C++ templated API * saving/loading of indices to disk -- GitLab