Skip to content

v1.5.2

Compare
Choose a tag to compare
@hisplan hisplan released this 19 Sep 15:08
· 48 commits to master since this release
  • Include simple parallel implementation of brute force nearest neighbors search using scipy's cdist and multiprocessing. This may be more efficient than kdtree on very large high-dimensional data sets
    and avoids memory issues that arise in sklearn's implementation.
  • Refactor parallel_jaccard_kernel to remove unnecessary use of ctypes and multiprocessing.Array.