From 4bcb5b3fe0f88f1b3358b0e1f422618a2f957d7f Mon Sep 17 00:00:00 2001 From: Lucas Hosseini Date: Wed, 19 Dec 2018 18:08:20 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c4fd18489..17f46e1a5 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Faiss is a library for efficient similarity search and clustering of dense vecto ## NEWS +*NEW: version 1.5.0 (2018-12-19) GPU binary flat index and binary HNSW index* + *NEW: version 1.4.0 (2018-08-30) no more crashes in pure Python code* *NEW: version 1.3.0 (2018-07-12) support for binary indexes*