- 24 Jul, 2018 1 commit
- 
- 
Yohei Kikuta authoredos.tempnam is eliminated in python3. Used tempfile.NamedTemporaryFile().name instead. This is also valid for python2.7. 
 
- 
- 11 Jul, 2018 1 commit
- 
- 
Lucas Hosseini authored
 
- 
- 07 Jul, 2018 1 commit
- 
- 
Lucas Hosseini authored
 
- 
- 06 Jul, 2018 3 commits
- 
- 
Lucas Hosseini authored
- 
Lucas Hosseini authored* Configure script use threaded MKL instead of sequential. * Do not link against GNU OpenMP when linking against Intel OpenMP. 
- 
Lucas Hosseini authored* Facebook sync * Update swig wrappers. * Fix comment. 
 
- 
- 03 Jul, 2018 1 commit
- 
- 
Evgeny Savinov authored
 
- 
- 26 Jun, 2018 4 commits
- 
- 
Matthijs Douze authored
- 
Matthijs Douze authored
- 
Matthijs Douze authored
- 
Matthijs Douze authored
 
- 
- 13 Jun, 2018 2 commits
- 
- 
Eduardo Pinho authored
- 
Lucas Hosseini authored
 
- 
- 06 Jun, 2018 2 commits
- 
- 
Lucas Hosseini authoredthanks. 
- 
Lucas Hosseini authored* add a working setup.py * Rename setup.py to python/setup.py * Fix paths in setup.py * Use relative imports for python3 compatibility. * Add python/install Makefile target. * Fix test target in Makefile. 
 
- 
- 04 Jun, 2018 3 commits
- 
- 
Lucas Hosseini authored
- 
Eduardo Pinho authored
- 
Lucas Hosseini authored
 
- 
- 02 Jun, 2018 3 commits
- 
- 
Lucas Hosseini authored
- 
Lucas Hosseini authored* Add TravisCI config. 
- 
Lucas Hosseini authored* Refactors Makefiles and add configure script. * Give MKL higher priority in configure script. * Clean up Linux example makefile.inc. * Cleanup makefile.inc examples. * Fix python clean Makefile target. * Regen swig wrappers. * Remove useless CUDAFLAGS variable. * Fix python linking flags. * Separate compile and link phase in python makefile. * Add macro to look for swig. * Add CUDA check in configure script. * Cleanup make depend targets. * Cleanup CUDA flags. * Fix linking flags. * Fix python GPU linking. * Remove useless flags from python gpu module linking. * Add check for cuda libs. * Cleanup GPU targets. * Clean up test target. * Add cpu/gpu targets to python makefile. * Clean up tutorial Makefile. * Remove stale OS var from example makefiles. * Clean up cuda example flags. 
 
- 
- 30 May, 2018 1 commit
- 
- 
Lucas Hosseini authored
 
- 
- 29 May, 2018 1 commit
- 
- 
Matthijs Douze authored
 
- 
- 28 May, 2018 1 commit
- 
- 
Eduardo Pinho authored- replace `assign` method with a high-level API 
 
- 
- 25 May, 2018 1 commit
- 
- 
Matthijs Douze authored
 
- 
- 24 May, 2018 1 commit
- 
- 
dengos authored* add access function to IndexIVF; * - access for IndexIVF; - write_index/read_index with std::function<...>; * - fix test compile on mac; - adjust write/read with std::function; * replace std::function with IOReader/IOWriter; * remove IndexIVF::access // tmp * PFN_WRITE/READ => WRITE; * revert mac compile fix; * rename; * fix compile; * reset CMakeList; * format; remove unused function/header; 
 
- 
- 15 May, 2018 2 commits
- 
- 
Eduardo Pinho authored- change libfaiss_c.a libgpufaiss_c.a targets to only include wrapper impl - include libfaiss_c.a on c_api `make all` - build libgpufaiss_c.so with libfaiss_c.a instead of faiss_c .o file list 
- 
mohnishkodnani authoredCMakeLists.txt, so we can install the libs and headers with make install. 
 
- 
- 03 May, 2018 1 commit
- 
- 
Matthijs Douze authoredleftover include file 
 
- 
- 02 May, 2018 2 commits
- 
- 
pigghost authored
- 
Eduardo Pinho authored* [c_api] leverage index downcast - make index downcast declaration+definition possible with macros - use macros on existing index types * [c_api] Add IndexLSH to C API * [c_api] Add Index IO interface - new header index_io_c.h for access to the index_io.h API - function`faiss_write_index` and overloads for dumping index to a file - function`faiss_read_index` and overloads for reading index from a file - function`faiss_clone_index` for cloning an index - update C example to save index to a file * [c_api] Add IndexIDMap and IndexShards API 
 
- 
- 27 Apr, 2018 3 commits
- 
- 
Matthijs Douze authored
- 
Matthijs Douze authored
- 
matthijs authored
 
- 
- 20 Apr, 2018 1 commit
- 
- 
Lizz authored* Implement remove_ids in IndexPQ * Update IndexPQ.cpp 
 
- 
- 05 Apr, 2018 3 commits
- 
- 
Lucas Hosseini authored* Remove useless LIBNAME macro in Makefile. * Add installdirs, install, and uninstall Makefile targets. * Fix merge. 
- 
Ailing authoredupdate faiss.py to enforce less strict check of error message 
- 
Ailing authoredthanks. Also addresses #392 
 
- 
- 04 Apr, 2018 1 commit
- 
- 
Matthijs Douze authored
 
- 
- 28 Mar, 2018 1 commit
- 
- 
Lizz authoredNot tested but looks legitimate + better than previous state in any case ;-) 
 
-